summaryrefslogtreecommitdiff
path: root/src/pack.c
Commit message (Expand)AuthorAgeFilesLines
* mwindow: allow memory-window files to deregisterCarlos Martin Nieto2012-06-281-0/+1
* Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young2012-06-121-3/+3
* Basic mmap/munmap compatiblityChris Young2012-06-101-2/+2
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-7/+7
* errors: Rename the generic return codesVicent Martí2012-05-181-7/+7
* Fix valgrind issuesRussell Belfer2012-05-041-6/+19
* Merge pull request #632 from arrbee/win64-cleanupVicent Martí2012-04-231-2/+7
|\
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-2/+7
* | pack: signal a short buffer when neededCarlos Martín Nieto2012-04-131-11/+38
|/
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-145/+135
* error-handling: ReferencesVicent Martí2012-03-061-1/+1
* zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-151-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-1/+1
* Fix #534: 64-bit issues in WindowsVicent Martí2012-01-151-8/+1
* threads: Fix the shared global state with TLSVicent Marti2011-11-161-1/+3
* 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