summaryrefslogtreecommitdiff
path: root/src/odb.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1526 from arrbee/cleanup-error-return-without-msgVicent Martí2013-05-061-22/+43
|\
| * Catch some odd odb backend corner case errorsRussell Belfer2013-05-011-22/+43
* | odb: Do not error out if an alternate ODB is missingVicent Marti2013-05-031-0/+3
|/
* Merge pull request #1518 from arrbee/export-oid-comparisonVicent Martí2013-04-301-1/+1
|\
| * Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-1/+1
* | don't use uninitialized struct stat in win32Edward Thomson2013-04-291-4/+12
|/
* Add callback to git_objects_tableRussell Belfer2013-04-221-11/+20
* What has science done.Vicent Marti2013-04-221-9/+12
* lol this worked first try wtfVicent Marti2013-04-221-15/+21
* Merge branch 'development' into vmg/dupe-odb-backendsvmg/dupe-odb-backendsVicent Marti2013-04-221-0/+22
|\
| * Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-0/+22
* | odb: Disable inode checks for Win32Vicent Marti2013-04-221-0/+4
* | odb: Do not allow duplicate on-disk backendsVicent Marti2013-04-191-9/+28
|/
* opts: allow configuration of odb cache sizeMichael Schubert2013-03-251-1/+3
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-10/+10
* odb: Refresh on `exists` query tooVicent Marti2013-01-101-1/+12
* dat errorcodeVicent Marti2013-01-101-1/+2
* Sane refresh logicVicent Marti2013-01-101-6/+49
* update copyrightsEdward Thomson2013-01-081-1/+1
* odb: check if object exists before writingDavid Michael Barr2012-12-211-0/+4
* Merge pull request #1091 from carlosmn/stream-objectVicent Martí2012-12-071-3/+3
|\
| * indexer: use the packfile streaming APICarlos Martín Nieto2012-11-301-3/+3
* | Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-14/+1
* | Deploy versioned git_odb_backend structureBen Straub2012-11-301-0/+15
|/
* odb: Add `git_odb_add_disk_alternate`Vicent Marti2012-11-281-2/+6
* API updates for odb.hBen Straub2012-11-271-2/+2
* odb: recursively load alternatesCarlos Martín Nieto2012-11-161-8/+20
* Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson2012-11-131-7/+7
* Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-131-9/+16
* create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-051-0/+25
* git_odb_object_free: don't segfault w/ arg == NULLMichael Schubert2012-10-091-0/+3
* Fix error hashing empty file.Jameson Miller2012-09-271-1/+1
* odb: don't overflow the link path bufferCarlos Martín Nieto2012-09-161-2/+3
* Merge pull request #927 from arrbee/hashfile-with-filtersVicent Martí2012-09-131-0/+5
|\
| * Add tests and improve param checksRussell Belfer2012-09-111-0/+5
* | Fix -Wuninitialized warningMichael Schubert2012-09-131-1/+1
|/
* Properly handle p_readsVicent Marti2012-09-111-9/+11
* Reorg internal odb read header and object lookupRussell Belfer2012-09-101-3/+21
* Implement filters for status/diff blobsRussell Belfer2012-09-061-2/+31
* odb: mark unused variableMichael Schubert2012-09-061-0/+1
* Expose a malloc function to 3rd party ODB backendsPhilip Kelley2012-08-271-0/+5
* oid: Explicitly include `oid.h` for the inlined CMPVicent Marti2012-08-091-0/+1
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-1/+4
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-1/+4
* | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
|/
* odb: add git_odb_foreach()Carlos Martín Nieto2012-07-031-0/+12
* odb: don't leak when detecting id ambiguityCarlos Martín Nieto2012-06-201-0/+3
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-7/+7
* errors: Rename the generic return codesVicent Martí2012-05-181-12/+12
* Handle duplicate objects from different backends in git_odb_read_prefix().Han-Wen Nienhuys2012-05-121-10/+15