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
2015-05-13odb: make the writestream's size a git_off_tCarlos Martín Nieto
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-12-05Spelling fixesWill Stamper
2014-09-16Factor 40 and 41 constants from source.Ciro Santilli
2014-05-05odb: ignore files in the objects dirCarlos Martín Nieto
2014-03-06Check short OID len in odb, not in backendsRussell Belfer
2014-03-05Add exists_prefix to ODB backend and ODB APIRussell Belfer
2013-12-11One more rename/cleanup for callback err functionsRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
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