summaryrefslogtreecommitdiff
path: root/src/pack.c
Commit message (Expand)AuthorAgeFilesLines
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-10/+10
* odb_pack: don't do ambiguity checks for fully qualified SHA1 hashesBrodie Rao2011-10-121-1/+1
* Tabify everythingVicent Marti2011-09-191-21/+21
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Add casts to get rid of some warnings when filling zlib structuresSebastian Schuberth2011-09-081-1/+1
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-2/+2
* Implement cooperative cachingCarlos Martín Nieto2011-08-181-0/+12
* Rethrow pack entry offset errorCarlos Martín Nieto2011-08-181-1/+1
* Check for error calculating the delta baseCarlos Martín Nieto2011-08-041-0/+2
* Modify the given offset in git_packfile_unpackCarlos Martín Nieto2011-08-021-13/+22
* Move pack functions to their own fileCarlos Martín Nieto2011-08-021-9/+490
* Make packfile_unpack_header more genericCarlos Martín Nieto2011-08-021-0/+300