summaryrefslogtreecommitdiff
path: root/src/odb_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-051-0/+2
|\
| * Deploy versioned git_odb_backend structureBen Straub2012-11-301-0/+2
* | odb-pack: resurrect pack_backend__read_headerDavid Michael Barr2012-12-031-10/+9
|/
* Make git_odb_foreach_cb take const paramRussell Belfer2012-11-271-1/+1
* create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-051-0/+67
* ODB pack: snapshot last_found to avoid raceBen Straub2012-09-191-16/+17
* Remove mtime checks from ODB packfile backendBen Straub2012-09-191-23/+32
* ODB: re-load packfiles on failed lookupBen Straub2012-09-191-8/+28
* odb_pack: fix race conditionMichael Schubert2012-09-141-6/+8
* odb_pack: try lookup before refreshing packsDavid Michael Barr2012-09-131-3/+3
* odb: pass the user's data pointer correctly in foreachCarlos Martín Nieto2012-09-041-1/+1
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-3/+6
|\
| * Update iterators for consistency across libraryRussell Belfer2012-08-031-3/+6
* | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-3/+3
|\ \
| * | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-3/+3
| |/
* | odb: allow creating an ODB backend from a packfile indexCarlos Martín Nieto2012-07-211-0/+35
|/
* odb: add git_odb_foreach()Carlos Martín Nieto2012-07-031-0/+20
* 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
|\