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-11-04Allow backend consumers to specify file modeEdward Thomson
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-09-11odb: Teach loose backend to return EAMBIGUOUSnulltoken
2013-09-07odb: Prevent stream_finalize_write() from overwritingnulltoken
2013-08-19Merge pull request #1785 from libgit2/cmn/odb-hash-frontendVicent Martí
2013-08-19odb: Straighten oid prefix handlingnulltoken
2013-08-17odb: make it clearer that the id is calculated in the frontendCarlos Martín Nieto
2013-08-15odb: remove a duplicate object header formatting functionCarlos Martín Nieto
2013-08-15odb: perform the stream hashing in the frontendCarlos Martín Nieto
2013-06-23Constrain mkdir calls to avoid extra mkdirsRussell Belfer
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-01-09update copyrightsEdward Thomson
2012-12-21odb: check if object exists before writingDavid Michael Barr
2012-12-01Deploy versioned git_odb_backend structureBen Straub
2012-11-28Make git_odb_foreach_cb take const paramRussell Belfer
2012-08-06Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-07-12Use GIT_INLINE instead of inlineCarlos Martín Nieto
2012-07-03odb: add git_odb_foreach()Carlos Martín Nieto
2012-05-05Fix valgrind issuesRussell Belfer
2012-04-30buf: deploy git_buf_len()nulltoken
2012-04-04Clean up valgrind warningsCarlos 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-07error-handling: RepositoryVicent Martí
2012-03-06diff: Fix rebase breackageVicent Martí
2012-03-06error-handling: ReferencesVicent Martí
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-15zlib: Remove custom `git2/zlib.h` headerVicent Martí
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-18Don't overwrite existing objectsCarlos 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-25Tolerate zlib deflation with window size < 32KbRoberto Tyley
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-29odb: Let users decide compression level for the loose ODBVicent Marti
2011-09-19Merge pull request #384 from kiryl/warningsVicent Martí
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-08Add casts to get rid of some warnings when filling zlib structuresSebastian Schuberth
2011-08-31CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov
2011-07-09odb: Direct writes are backVicent Marti