summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)Author
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
2007-09-06straighten the list of objects to deltifyNicolas Pitre
2007-09-02Keep last used delta base in the delta windowJunio C Hamano
2007-08-31fix same sized delta logicNicolas Pitre
2007-08-25pack-objects: check return value from read_sha1_file()Junio C Hamano
2007-08-19Make thin-pack generation subproject aware.Linus Torvalds
2007-08-16pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre
2007-08-15Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino
2007-07-13Pack-objects: properly initialize the depth valueNicolas Pitre
2007-07-12reduce git-pack-objects memory usage a little moreNicolas Pitre
2007-07-12Add pack-objects window memory usage limitBrian Downing
2007-07-12Don't try to delta if target is much smaller than sourceBrian Downing
2007-07-12apply delta depth bias to already deltified objectsNicolas Pitre
2007-07-09pack-objects: Prefer shallower deltas if the size is equalBrian Downing
2007-06-07War on whitespaceJunio C Hamano
2007-06-02Unify write_index_file functionsGeert Bosch
2007-05-31fix repack with --max-pack-sizeNicolas Pitre
2007-05-29builtin-pack-object: cache small deltasMartin Koegler
2007-05-29git-pack-objects: cache small deltas between big objectsMartin Koegler
2007-05-29builtin-pack-objects: don't fail, if delta is not possibleMartin Koegler
2007-05-29Merge branch 'dh/repack' (early part)Junio C Hamano