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
path: root/src/odb.c
AgeCommit message (Expand)Author
2013-04-22Merge branch 'development' into vmg/dupe-odb-backendsvmg/dupe-odb-backendsVicent Marti
2013-04-22odb: Disable inode checks for Win32Vicent Marti
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-04-20odb: Do not allow duplicate on-disk backendsVicent Marti
2013-03-25opts: allow configuration of odb cache sizeMichael Schubert
2013-03-18Several warnings detected by static code analyzer fixedArkadiy Shapkin
2013-01-10odb: Refresh on `exists` query tooVicent Marti
2013-01-10dat errorcodeVicent Marti
2013-01-10Sane refresh logicVicent Marti
2013-01-09update copyrightsEdward Thomson
2012-12-21odb: check if object exists before writingDavid Michael Barr
2012-12-07Merge pull request #1091 from carlosmn/stream-objectVicent Martí
2012-12-01Deploy GITERR_CHECK_VERSIONBen Straub
2012-12-01Deploy versioned git_odb_backend structureBen Straub
2012-11-30indexer: use the packfile streaming APICarlos Martín Nieto
2012-11-28odb: Add `git_odb_add_disk_alternate`Vicent Marti
2012-11-28API updates for odb.hBen Straub
2012-11-16odb: recursively load alternatesCarlos Martín Nieto
2012-11-13Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson
2012-11-13Win32 CryptoAPI and CNG support for SHA1Edward Thomson
2012-11-06create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson
2012-10-09git_odb_object_free: don't segfault w/ arg == NULLMichael Schubert
2012-09-27Fix error hashing empty file.Jameson Miller
2012-09-16odb: don't overflow the link path bufferCarlos Martín Nieto
2012-09-13Merge pull request #927 from arrbee/hashfile-with-filtersVicent Martí
2012-09-13Fix -Wuninitialized warningMichael Schubert
2012-09-12Add tests and improve param checksRussell Belfer
2012-09-12Properly handle p_readsVicent Marti
2012-09-10Reorg internal odb read header and object lookupRussell Belfer
2012-09-07Implement filters for status/diff blobsRussell Belfer
2012-09-06odb: mark unused variableMichael Schubert
2012-08-27Expose a malloc function to 3rd party ODB backendsPhilip Kelley
2012-08-10oid: Explicitly include `oid.h` for the inlined CMPVicent Marti
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-03odb: add git_odb_foreach()Carlos Martín Nieto
2012-06-20odb: don't leak when detecting id ambiguityCarlos Martín Nieto
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-12Handle duplicate objects from different backends in git_odb_read_prefix().Han-Wen Nienhuys
2012-05-05Fix valgrind issuesRussell Belfer
2012-04-25Implement git_pool paged memory allocatorRussell Belfer
2012-03-20Convert indexer, notes, sha1_lookup, and signatureRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-03-13Migrate ODB files to new error handlingRussell Belfer
2012-03-07Fix issues raised on pull requestRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-06error-handling: ReferencesVicent Martí
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí