summaryrefslogtreecommitdiff
path: root/src/indexer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3174 from libgit2/cmn/idx-fill-holeEdward Thomson2015-06-101-3/+4
|\
| * indexer: use lseek to extend the packfilecmn/idx-fill-holeCarlos Martín Nieto2015-06-021-3/+4
* | Initialize a few variablesCarlos Martín Nieto2015-06-091-1/+1
|/
* indexer: avoid loading already existent basesEdward Thomson2015-05-221-1/+14
* Merge pull request #2972 from libgit2/cmn/pack-objects-walkEdward Thomson2015-03-171-0/+2
|\
| * Reorder some khash declarationsCarlos Martín Nieto2015-03-111-0/+2
* | indexer: bring back the error message on duplcate commitsCarlos Martín Nieto2015-03-131-0/+7
* | indexer: don't worry about duplicate objectsCarlos Martín Nieto2015-03-131-2/+2
* | indexer: set an error message on duplicate objects in packCarlos Martín Nieto2015-03-131-0/+1
|/
* win32: remember to cleanup our hash_ctxEdward Thomson2014-12-091-0/+1
* Fix for misleading "missing delta bases" error - Fix #2721.Ravindra Patel2014-11-211-2/+3
* Fix for memory leak issue in indexer.c, that surfaces on windowsRavindra Patel2014-11-191-6/+6
* Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-271-4/+8
|\
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-4/+8
* | Properly report failure when expanding a packfileWilliam Swanson2014-07-091-1/+1
* | Fix assert when receiving uncommon sideband packetPhilip Kelley2014-06-271-0/+5
* | Share packs across repository instancescmn/global-mwfCarlos Martín Nieto2014-06-231-1/+8
|/
* Fix warning on uninitialized variable.Albert Meltzer2014-05-181-1/+1
* indexer: mmap fixes for Windowscmn/indexer-mmapCarlos Martín Nieto2014-05-171-1/+3
* indexer: use mmap for writingCarlos Martín Nieto2014-05-171-72/+82
* Initialize local variableLinquize2014-05-131-1/+1
* indexer: avoid memory movescmn/indexer-vector-handlingCarlos Martín Nieto2014-05-081-8/+15
* 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
|/