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-11-04Allow backend consumers to specify file modeEdward Thomson
2013-10-28Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí
2013-10-22Implement `git_odb_object_dup`Vicent Marti
2013-10-04indexer: fix thin packsCarlos Martín Nieto
2013-09-21Merge pull request #1840 from linquize/warningVicent Martí
2013-09-19Fix warningLinquize
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-17Extend public filter api with filter listsRussell Belfer
2013-09-17Create public filter object and use itRussell Belfer
2013-09-11errors: Fix format of some error messagesnulltoken
2013-09-08odb: Error when streaming in too [few|many] bytesnulltoken
2013-09-07odb: Prevent stream_finalize_write() from overwritingnulltoken
2013-09-04odb: Move the auto refresh logic to the pack backendnulltoken
2013-08-31odb: Honor the non refreshing capability of a backendnulltoken
2013-08-17odb: avoid hashing twice in and edge caseCarlos Martín Nieto
2013-08-17odb: make it clearer that the id is calculated in the frontendCarlos Martín Nieto
2013-08-15odb: perform the stream hashing in the frontendCarlos Martín Nieto
2013-08-15odb: wrap the stream reading and writing functionsCarlos Martín Nieto
2013-08-12odb: free object data when id is ambiguousCarlos Martín Nieto
2013-07-15Fix some more memory leaks in error pathRémi Duraffort
2013-06-12util: It's called `memzero`Vicent Marti
2013-06-07Add safe memset and use itRussell Belfer
2013-06-01Zero memory for major objects before freeingRussell Belfer
2013-05-06Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí
2013-05-04odb: Do not error out if an alternate ODB is missingVicent Marti
2013-05-02Catch some odd odb backend corner case errorsRussell Belfer
2013-04-30Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí
2013-04-30Make git_oid_cmp public and add git_oid__cmpRussell Belfer
2013-04-29don't use uninitialized struct stat in win32Edward Thomson
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-22lol this worked first try wtfVicent Marti
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