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
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í
2012-02-23Fix warnings about type conversion on win32Russell Belfer
2012-02-15zlib: Remove custom `git2/zlib.h` headerVicent Martí
2012-02-13Update Copyright headerschu
2012-02-10odb: Proper symlink hashingVicent Martí
2012-02-10odb: Add internal `git_odb__hashfd`Vicent Martí
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-26Rename all `_close` methodsVicent Marti
2011-11-26repository: Change ownership semanticsVicent Marti
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-29odb: Let users decide compression level for the loose ODBVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-18posix: Properly handle `snprintf` in all platformsVicent Marti
2011-08-18odb: Do not pass around a header when hashingVicent Marti
2011-07-09Fix MSVC compilation warningnulltoken
2011-07-09status: CleanupVicent Marti
2011-07-07vector: Timsort all of the thingsVicent Marti