Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-05Take umask into account in filebuf_commitEdward Thomson
2013-08-19index: report when it's lockedCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-11-14filebuf now has a git_hash_ctx instead of a ctx*Edward Thomson
2012-11-13Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson
2012-11-13Win32 CryptoAPI and CNG support for SHA1Edward Thomson
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-09-12Properly handle p_readsVicent Marti
2012-08-24Fix valgrind warnings and spurious error messagesRussell Belfer
2012-08-03filebuf: Check the return value for `close`Vicent Marti
2012-05-27filebuf: add git_filebuf_flush()nulltoken
2012-04-13filebuf: add option not to buffer the contents at allCarlos Martín Nieto
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-03-09error-handling: On-disk config file backendVicent Martí
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-02-24Ensure that commits don't fail if committing content that already existsPaul Betts
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-22filebuf: add GIT_FILEBUF_INIT and protect multiple opens and cleanupsRussell Belfer
2011-11-07Implement p_renameCarlos Martín Nieto
2011-10-29Merge pull request #456 from brodie/perm-fixesVicent Martí
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-15*: correct and codify various file permissionsBrodie Rao
2011-10-15fileops/repository: create (most) directories with 0777 permissionsBrodie Rao
2011-09-29odb: Pass compression settings to filebufVicent Marti
2011-09-19Merge pull request #393 from schu/unused-but-set-variableVicent Martí
2011-09-19Cleanup legal dataVicent Marti
2011-09-09filebuf.c: fix unused-but-set warningschu
2011-09-08Add casts to get rid of some warnings when filling zlib structuresSebastian Schuberth
2011-09-08Get rid of a superfluous pointer castSebastian Schuberth
2011-09-08Fix minor indentation issues (spaces to tabs)Sebastian Schuberth
2011-07-25filebuf: update git_filebuf.write signature to take non-const bufferKirill A. Shutemov
2011-07-09odb: Direct writes are backVicent Marti
2011-07-09posix: Portable `vsnprintf`Vicent Marti
2011-07-05fileops: CleanupVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-30filebuf: fix endless loop on writing buf > WRITE_BUFFER_SIZEKirill A. Shutemov
2011-06-07filebuf cleanup: only unlink lockfile if we've opened itCarlos Martín Nieto
2011-06-06filebuf: Fix printf buffer overflowsVicent Marti
2011-06-04Filebuf: Fixed a TODO in filebuf (real lock in lock_file)Romain Geissler
2011-05-23filebuf: Reword errorsVicent Marti
2011-05-23filebuf.c: Move to new error handling mechanismJakob Pfender
2011-04-10Use Z_BEST_SPEED for filebuf deflatingVicent Marti
2011-03-23Improve the ODB writing backendVicent Marti
2011-03-20I broke your bindingsVicent Marti
2011-03-05Fix creation of deeply-rooted referencesVicent Marti