summaryrefslogtreecommitdiff
path: root/src/odb_pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move path related functions from fileops to pathRussell Belfer2012-01-171-2/+2
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-23/+29
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-5/+5
* ignore missing pack file as git doesSven Strickroth2011-10-031-1/+4
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-4/+4
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-4/+4
* | Tabify everythingVicent Marti2011-09-191-65/+65
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-1/+1
* Fix compilation in WindowsVicent Marti2011-08-081-0/+1
* Modify the given offset in git_packfile_unpackCarlos Martín Nieto2011-08-021-2/+2
* Move pack functions to their own fileCarlos Martín Nieto2011-08-021-525/+25
* Make packfile_unpack_header more genericCarlos Martín Nieto2011-08-021-348/+19
* Move the pack structs to an internal headerCarlos Martín Nieto2011-08-021-59/+1
* Factor out the mmap window codeCarlos Martín Nieto2011-08-021-227/+37
* odb_pack: fix cast warningsKirill A. Shutemov2011-07-251-6/+6
* vector: Timsort all of the thingsVicent Marti2011-07-071-2/+2
* Small fixes in pack_window_openCarlos Martín Nieto2011-07-051-1/+6
* fileops: CleanupVicent Marti2011-07-051-29/+29
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-6/+6
* Allocate enough memory for the terminator in commit parsingCarlos Martín Nieto2011-06-201-1/+2
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-3/+3
* oid: Rename methodsVicent Marti2011-06-161-2/+2
* Merge pull request #238 from pegonma/git_oid_ncmpVicent Martí2011-06-061-2/+2
|\
| * Renamed git_oid_match to git_oid_ncmp.Marc Pegon2011-06-061-2/+2
* | Fix build errors on MSVCJohan 't Hart2011-06-061-1/+1
|/
* odb-pack: More variable declarationsVicent Marti2011-06-021-4/+5
* odb-pack: Do not declare variables mid-functionVicent Marti2011-06-021-2/+2
* short-oid: CleanupVicent Marti2011-06-011-11/+21
* Fixed some error messages related to searching objects from a short oid. Fixe...Marc Pegon2011-06-011-13/+24
* Added a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon2011-06-011-0/+4
* Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon2011-06-011-51/+153
* Added a read_unique_short_oid method to backends, to make it possible to find...Marc Pegon2011-06-011-0/+15
* odb_pack: Reword errorsVicent Marti2011-05-231-9/+9
* odb_pack.c: Move to new error handling mechanismJakob Pfender2011-05-231-39/+39
* Merge pull request #147 from nordsturm/fix_pack_backend_leak.Vicent Martí2011-05-011-0/+1
|\
| * Fix memory leak in pack_backend__freeSergey Nikishin2011-04-271-0/+1
* | pack-odb: Check `mtime` instead of folder sizeVicent Marti2011-05-011-4/+4
|/
* Fix conversion warning in MSVCVicent Marti2011-04-231-4/+4
* Refresh the list of packfiles on each ODB queryVicent Marti2011-04-151-33/+46
* Switch from time_t to git_time_tnulltoken2011-03-231-2/+2