summaryrefslogtreecommitdiff
path: root/src/pack.h
Commit message (Expand)AuthorAgeFilesLines
* pack: `__object_header` always returns unsigned valuesVicent Marti2013-11-011-1/+1
* Fix warning on win64Linquize2013-11-011-1/+1
* pack: move the object header function hereCarlos Martín Nieto2013-10-041-0/+2
* Consolidate packfile allocation furtherRussell Belfer2013-04-221-1/+2
* Further threading fixesRussell Belfer2013-04-221-1/+1
* Add mutex around mapping and unmapping pack filesRussell Belfer2013-04-221-0/+1
* indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto2013-03-031-1/+3
* 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: That declarationVicent Marti2013-01-111-1/+1
* pack: limit the amount of memory the base delta cache can useCarlos Martín Nieto2013-01-111-2/+4
* pack: abstract out the cache into its own functionsCarlos Martín Nieto2013-01-111-2/+11
* pack: refcount entries and add a mutex around cache accessCarlos Martín Nieto2013-01-111-1/+2
* pack: introduce a delta base cacheCarlos Martín Nieto2013-01-111-0/+11
* update copyrightsEdward Thomson2013-01-081-1/+1
* Merge pull request #1091 from carlosmn/stream-objectVicent Martí2012-12-071-0/+14
|\
| * pack: introduce a streaming API for raw objectsCarlos Martín Nieto2012-11-301-0/+14
* | pack: add git_packfile_resolve_headerDavid Michael Barr2012-12-031-0/+6
|/
* Make git_odb_foreach_cb take const paramRussell Belfer2012-11-271-1/+1
* pack: iterate objects in offset orderDavid Michael Barr2012-09-141-0/+1
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* odb: add git_odb_foreach()Carlos Martín Nieto2012-07-031-0/+4
* Add packfile_unpack_compressed() to the internal headerCarlos Martín Nieto2012-04-131-0/+7
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-6/+6
* Update Copyright headerschu2012-02-131-1/+1
* *: correct and codify various file permissionsBrodie Rao2011-10-141-0/+2
* Tabify everythingVicent Marti2011-09-191-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Implement cooperative cachingCarlos Martín Nieto2011-08-181-1/+2
* Modify the given offset in git_packfile_unpackCarlos Martín Nieto2011-08-021-1/+1
* Move pack functions to their own fileCarlos Martín Nieto2011-08-021-19/+15
* Make packfile_unpack_header more genericCarlos Martín Nieto2011-08-021-2/+26
* Move the pack structs to an internal headerCarlos Martín Nieto2011-08-021-0/+94