summaryrefslogtreecommitdiff
path: root/src/indexer.c
Commit message (Expand)AuthorAgeFilesLines
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-2/+2
* Some fixes for Windows x64 warningsRussell Belfer2014-01-301-1/+1
* Merge pull request #2043 from arthurschreiber/arthur/fix-memory-leaksVicent Marti2014-01-141-7/+12
|\
| * Incorporate @arrbee's suggestions.Arthur Schreiber2014-01-141-14/+12
| * Incorporate @ethomson's suggestions.Arthur Schreiber2014-01-131-16/+15
| * Fix a memory leak in `hash_and_save` and `inject_object`.Arthur Schreiber2014-01-131-4/+12
* | Refactor zlib for easier deflate streamingEdward Thomson2014-01-141-4/+2
|/
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-2/+2
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-13/+15
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-8/+8
* Add git_vector_free_allRussell Belfer2013-12-111-15/+5
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-4/+2
* Updates to cancellation logic during download and indexing of packfile.Jameson Miller2013-12-021-11/+17
* Allow callers to set mode on packfile creationEdward Thomson2013-11-071-2/+5
* move mode_t to filebuf_open instead of _commitEdward Thomson2013-11-041-4/+6
* Merge pull request #1933 from libgit2/vmg/gcc-warningsRussell Belfer2013-11-011-1/+1
|\
| * pack: `__object_header` always returns unsigned valuesVicent Marti2013-11-011-2/+1
| * Fix warning on win64Linquize2013-11-011-2/+3
* | indexer: remove the stream infixCarlos Martín Nieto2013-10-301-26/+26
|/
* Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-281-41/+276
|\
| * indexer: include the delta statsCarlos Martín Nieto2013-10-231-0/+6
| * indexer: clearer stats for thin packsCarlos Martín Nieto2013-10-111-3/+2
| * indexer: inject one base at a timeCarlos Martín Nieto2013-10-081-27/+37
| * indexer: fix thin packsCarlos Martín Nieto2013-10-041-37/+239
| * indexer: do multiple passes over the delta listCarlos Martín Nieto2013-10-041-12/+30
* | Clean up annoying warningsRussell Belfer2013-10-031-5/+5
* | Support cancellation in push operationJameson Miller2013-10-021-0/+1
|/
* Fix warningsnulltoken2013-09-261-1/+1
* msvc: No void* arithmetic on WindowsVicent Marti2013-09-181-1/+1
* indexer: don't reiterate the class in the messageCarlos Martín Nieto2013-09-181-3/+3
* indexer: check the packfile trailer for correctnessCarlos Martín Nieto2013-09-181-17/+69
* index: fix potential memory leaksRémi Duraffort2013-07-151-1/+1
* Add helpful buffer shorten functionRussell Belfer2013-07-011-1/+1
* calloc() to initialize memoryLinquize2013-05-161-2/+2
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-2/+2
* Consolidate packfile allocation furtherRussell Belfer2013-04-221-1/+1
* Make indexer use shared packfile open codeRussell Belfer2013-04-221-24/+6
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-3/+9
* indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto2013-03-031-18/+25
* indexer: kill git_indexerCarlos Martín Nieto2013-03-031-327/+1
* Fix a git_filebuf leak (fixes Win32 clone::can_cancel)Philip Kelley2013-02-141-13/+14
* Allow all non-zero returns to cancel transfersBen Straub2013-02-051-1/+1
* Allow progress callback to cancel fetchBen Straub2013-02-051-6/+9
* indexer: properly free the packfile resourcesCarlos Martín Nieto2013-01-121-4/+4
* Revert "pack: packfile_free -> git_packfile_free and use it in the indexers"Carlos Martín Nieto2013-01-111-2/+2
* Fix MSVC compilation warningsnulltoken2013-01-111-1/+1
* pack: packfile_free -> git_packfile_free and use it in the indexersCarlos Martín Nieto2013-01-111-2/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix MSVC compilation warningsnulltoken2012-12-171-3/+3