summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano2008-02-121-11/+2
* pack-objects: only throw away data during memory pressureMartin Koegler2008-02-111-2/+11
* pack-objects: Fix segfault when object count is less than thread countNicolas Pitre2008-01-211-1/+2
* pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano2008-01-101-1/+1
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* Plug a resource leak in threaded pack-objects code.Johannes Sixt2007-12-171-2/+2
* threaded pack-objects: Use condition variables for thread communication.Johannes Sixt2007-12-161-50/+79
* pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre2007-12-101-0/+10
* pack-objects: fix threaded load balancingNicolas Pitre2007-12-081-32/+85
* pack-objects: reverse the delta search sort listNicolas Pitre2007-12-081-20/+21
* pack-objects: fix delta cache size accountingNicolas Pitre2007-12-081-5/+5
* Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-141-1/+1
* Merge branch 'np/pack'Junio C Hamano2007-11-041-7/+12
|\
| * pack-objects: get rid of an ugly castNicolas Pitre2007-11-021-6/+6
| * make the pack index version configurableNicolas Pitre2007-11-021-0/+6
* | add throughput display to git-pushNicolas Pitre2007-10-301-1/+1
* | relax usage of the progress APINicolas Pitre2007-10-301-12/+6
* | make struct progress an opaque typeNicolas Pitre2007-10-301-8/+8
* | Change 'Deltifying objects' to 'Compressing objects'Shawn O. Pearce2007-10-181-1/+1
* | fix const issues with some functionsNicolas Pitre2007-10-171-1/+1
* | pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre2007-10-171-14/+15
* | pack-objects: no delta possible with only one object in the listNicolas Pitre2007-10-171-1/+1
* | more compact progress displayNicolas Pitre2007-10-171-11/+5
|/
* Merge branch 'jc/autogc'Junio C Hamano2007-10-031-2/+93
|\
| * pack-objects --keep-unreachableJunio C Hamano2007-09-171-2/+93
* | builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano2007-09-141-6/+6
* | threaded delta search: proper locking for cache accountingNicolas Pitre2007-09-121-4/+20
* | threaded delta search: add pack.threads config variableNicolas Pitre2007-09-101-0/+11
* | fix threaded delta search lockingNicolas Pitre2007-09-101-5/+6
* | threaded delta search: specify number of threads at run timeNicolas Pitre2007-09-091-5/+21
* | threaded delta search: better chunck split pointNicolas Pitre2007-09-091-0/+5
* | threaded delta search: refine work allocationNicolas Pitre2007-09-091-14/+45
* | basic threaded delta searchNicolas Pitre2007-09-061-1/+82
* | rearrange delta search progress reportingNicolas Pitre2007-09-061-9/+14
* | localize window memory usage accountingNicolas Pitre2007-09-051-14/+14
* | straighten the list of objects to deltifyNicolas Pitre2007-09-051-35/+42
* | Keep last used delta base in the delta windowJunio C Hamano2007-09-011-2/+23
|/
* fix same sized delta logicNicolas Pitre2007-08-301-4/+8
* pack-objects: check return value from read_sha1_file()Junio C Hamano2007-08-251-0/+6
* Make thin-pack generation subproject aware.Linus Torvalds2007-08-191-0/+2
* pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre2007-08-151-4/+3
* Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-141-3/+1
* Pack-objects: properly initialize the depth valueNicolas Pitre2007-07-121-0/+1
* reduce git-pack-objects memory usage a little moreNicolas Pitre2007-07-121-10/+9
* Add pack-objects window memory usage limitBrian Downing2007-07-121-8/+44
* Don't try to delta if target is much smaller than sourceBrian Downing2007-07-121-0/+2
* apply delta depth bias to already deltified objectsNicolas Pitre2007-07-121-4/+10
* pack-objects: Prefer shallower deltas if the size is equalBrian Downing2007-07-081-1/+7
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Unify write_index_file functionsGeert Bosch2007-06-021-170/+52