summaryrefslogtreecommitdiff
path: root/src/odb_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Share packs across repository instancescmn/global-mwfCarlos Martín Nieto2014-06-231-3/+6
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* Add exists_prefix to ODB backend and ODB APIRussell Belfer2014-03-041-0/+18
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-22/+10
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-21/+37
* Allow callers to set mode on packfile creationEdward Thomson2013-11-071-1/+1
* indexer: remove the stream infixCarlos Martín Nieto2013-10-301-7/+7
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-281-1/+2
|\
| * indexer: fix thin packsCarlos Martín Nieto2013-10-041-1/+2
* | Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-1/+1
|/
* path: Make direach() return EUSER on callback errornulltoken2013-09-101-1/+1
* odb: Move the auto refresh logic to the pack backendnulltoken2013-09-041-3/+73
* odb: Code beautificationnulltoken2013-08-301-3/+6
* odb_pack: handle duplicate objects from different packsBrodie Rao2013-08-081-25/+16
* Consolidate packfile allocation furtherRussell Belfer2013-04-221-42/+37
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-1/+2
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-4/+4
* odb_pack: Unused functionsVicent Marti2013-03-151-20/+0
* indexer: properly free the packfile resourcesCarlos Martín Nieto2013-01-121-1/+1
* Revert "pack: packfile_free -> git_packfile_free and use it in the indexers"Carlos Martín Nieto2013-01-111-1/+1
* pack: packfile_free -> git_packfile_free and use it in the indexersCarlos Martín Nieto2013-01-111-1/+1
* dat errorcodeVicent Marti2013-01-101-0/+5
* Sane refresh logicVicent Marti2013-01-101-43/+32
* update copyrightsEdward Thomson2013-01-081-1/+1
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-051-0/+2
|\
| * Deploy versioned git_odb_backend structureBen Straub2012-11-301-0/+2
* | odb-pack: resurrect pack_backend__read_headerDavid Michael Barr2012-12-031-10/+9
|/
* Make git_odb_foreach_cb take const paramRussell Belfer2012-11-271-1/+1
* create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-051-0/+67
* ODB pack: snapshot last_found to avoid raceBen Straub2012-09-191-16/+17
* Remove mtime checks from ODB packfile backendBen Straub2012-09-191-23/+32
* ODB: re-load packfiles on failed lookupBen Straub2012-09-191-8/+28
* odb_pack: fix race conditionMichael Schubert2012-09-141-6/+8
* odb_pack: try lookup before refreshing packsDavid Michael Barr2012-09-131-3/+3
* odb: pass the user's data pointer correctly in foreachCarlos Martín Nieto2012-09-041-1/+1
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-3/+6
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-3/+6
* | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-3/+3
|\ \
| * | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-3/+3
| |/
* | odb: allow creating an ODB backend from a packfile indexCarlos Martín Nieto2012-07-211-0/+35
|/
* odb: add git_odb_foreach()Carlos Martín Nieto2012-07-031-0/+20
* Fix valgrind issuesRussell Belfer2012-05-041-3/+3
* buf: deploy git_buf_len()nulltoken2012-04-301-1/+1
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-4/+4
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-88/+70
* error-handling: ReferencesVicent Martí2012-03-061-1/+1
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-2/+2
* zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-151-1/+1
* Update Copyright headerschu2012-02-131-1/+1