summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)Author
2008-03-14pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre
2008-03-05git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce
2008-03-03Merge branch 'np/verify-pack'Junio C Hamano
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre
2008-02-27Merge branch 'jm/free'Junio C Hamano
2008-02-27Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano
2008-02-26Remove unused object-ref codeMartin Koegler
2008-02-23pack-objects: Print a message describing the number of threads for packingBrandon Casey
2008-02-23pack-objects: Add runtime detection of online CPU'sAndreas Ericsson
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-18check return code of prepare_revision_walkMartin Koegler
2008-02-13Merge branch 'maint'Junio C Hamano
2008-02-13Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano
2008-02-11Merge branch 'maint'Junio C Hamano
2008-02-11pack-objects: only throw away data during memory pressureMartin Koegler
2008-02-10Introduce the config variable pack.packSizeLimitJohannes Schindelin
2008-01-22pack-objects: Fix segfault when object count is less than thread countNicolas Pitre
2008-01-11pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2007-12-18Plug a resource leak in threaded pack-objects code.Johannes Sixt
2007-12-17threaded pack-objects: Use condition variables for thread communication.Johannes Sixt
2007-12-11pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre
2007-12-08pack-objects: fix threaded load balancingNicolas Pitre
2007-12-08pack-objects: reverse the delta search sort listNicolas Pitre
2007-12-08pack-objects: fix delta cache size accountingNicolas Pitre
2007-11-14Fix rev-list when showing objects involving submodulesLinus Torvalds
2007-11-04Merge branch 'np/pack'Junio C Hamano
2007-11-02pack-objects: get rid of an ugly castNicolas Pitre
2007-11-02make the pack index version configurableNicolas Pitre
2007-10-30add throughput display to git-pushNicolas Pitre
2007-10-30relax usage of the progress APINicolas Pitre
2007-10-30make struct progress an opaque typeNicolas Pitre
2007-10-19Change 'Deltifying objects' to 'Compressing objects'Shawn O. Pearce
2007-10-17fix const issues with some functionsNicolas Pitre
2007-10-17pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre
2007-10-17pack-objects: no delta possible with only one object in the listNicolas Pitre
2007-10-17more compact progress displayNicolas Pitre
2007-10-03Merge branch 'jc/autogc'Junio C Hamano
2007-09-17pack-objects --keep-unreachableJunio C Hamano
2007-09-15builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano
2007-09-12threaded delta search: proper locking for cache accountingNicolas Pitre
2007-09-10threaded delta search: add pack.threads config variableNicolas Pitre
2007-09-10fix threaded delta search lockingNicolas Pitre
2007-09-10threaded delta search: specify number of threads at run timeNicolas Pitre
2007-09-10threaded delta search: better chunck split pointNicolas Pitre
2007-09-10threaded delta search: refine work allocationNicolas Pitre
2007-09-06basic threaded delta searchNicolas Pitre
2007-09-06rearrange delta search progress reportingNicolas Pitre
2007-09-06localize window memory usage accountingNicolas Pitre