summaryrefslogtreecommitdiff
path: root/src/pack.h
Commit message (Expand)AuthorAgeFilesLines
* 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