143 Commits (be5f5bf02706357794cdf093ebe603aa82ae52eb)

Author SHA1 Message Date
Junio C Hamano 392b78ca42 Revert "pack-objects: Print a message describing the number of threads for packing" 17 years ago
Brandon Casey 6c723f5e6b pack-objects: Print a message describing the number of threads for packing 17 years ago
Andreas Ericsson 833e3df171 pack-objects: Add runtime detection of online CPU's 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Martin Koegler 3d51e1b5b8 check return code of prepare_revision_walk 17 years ago
Junio C Hamano 75ad235c2e Revert "pack-objects: only throw away data during memory pressure" 17 years ago
Martin Koegler 9c2174350c pack-objects: only throw away data during memory pressure 17 years ago
Johannes Schindelin 2b84b5a874 Introduce the config variable pack.packSizeLimit 17 years ago
Nicolas Pitre 6fc74703de pack-objects: Fix segfault when object count is less than thread count 17 years ago
Junio C Hamano 8c3c7b2adb pack-objects: remove redundant and wrong call to deflateEnd() 17 years ago
Jim Meyering 872c930dcb Don't access line[-1] for a zero-length "line" from fgets. 17 years ago
Johannes Sixt 68e6a4f80d Plug a resource leak in threaded pack-objects code. 17 years ago
Johannes Sixt 50f22ada52 threaded pack-objects: Use condition variables for thread communication. 17 years ago
Nicolas Pitre eb9688ff65 pack-objects: more threaded load balancing fix with often changed paths 17 years ago
Nicolas Pitre 384b32c09b pack-objects: fix threaded load balancing 17 years ago
Nicolas Pitre b904166ccb pack-objects: reverse the delta search sort list 17 years ago
Nicolas Pitre b7a28f7827 pack-objects: fix delta cache size accounting 17 years ago
Linus Torvalds 481f0ee60e Fix rev-list when showing objects involving submodules 17 years ago
Linus Torvalds 4d1012c370 Fix rev-list when showing objects involving submodules 17 years ago
Nicolas Pitre 79814f425c pack-objects: get rid of an ugly cast 17 years ago
Nicolas Pitre 4d00bda2aa make the pack index version configurable 17 years ago
Nicolas Pitre 2a128d63dc add throughput display to git-push 17 years ago
Nicolas Pitre 4d4fcc5451 relax usage of the progress API 17 years ago
Nicolas Pitre dc6a0757c4 make struct progress an opaque type 17 years ago
Shawn O. Pearce 9c60a966f2 Change 'Deltifying objects' to 'Compressing objects' 17 years ago
Nicolas Pitre 4049b9cfc0 fix const issues with some functions 17 years ago
Nicolas Pitre 7ba502c47b pack-objects.c: fix some global variable abuse and memory leaks 17 years ago
Nicolas Pitre 2f8b89472c pack-objects: no delta possible with only one object in the list 17 years ago
Nicolas Pitre 42e18fbf5f more compact progress display 17 years ago
Junio C Hamano 08cdfb1337 pack-objects --keep-unreachable 17 years ago
Junio C Hamano e1ef867328 builtin-pack-objects.c: avoid bogus gcc warnings 17 years ago
Nicolas Pitre 3c70183918 threaded delta search: proper locking for cache accounting 17 years ago
Nicolas Pitre 693b86fffb threaded delta search: add pack.threads config variable 17 years ago
Nicolas Pitre b81d9af71e fix threaded delta search locking 17 years ago
Nicolas Pitre 367f4a4343 threaded delta search: specify number of threads at run time 17 years ago
Nicolas Pitre 59921b4b3f threaded delta search: better chunck split point 17 years ago
Nicolas Pitre c2a33679a7 threaded delta search: refine work allocation 17 years ago
Nicolas Pitre 8ecce684a3 basic threaded delta search 17 years ago
Nicolas Pitre e334977dfa rearrange delta search progress reporting 17 years ago
Nicolas Pitre ef0316fcd9 localize window memory usage accounting 17 years ago
Nicolas Pitre 75d3985319 straighten the list of objects to deltify 17 years ago
Junio C Hamano 776398709d Keep last used delta base in the delta window 17 years ago
Nicolas Pitre 9e2d57a04a fix same sized delta logic 17 years ago
Junio C Hamano 2e3404c324 pack-objects: check return value from read_sha1_file() 17 years ago
Linus Torvalds 1211be6bed Make thin-pack generation subproject aware. 17 years ago
Nicolas Pitre d250626cbb pack-objects: remove bogus arguments to delta_cacheable() 17 years ago
Luiz Fernando N. Capitulino 7647b17f1d Use xmkstemp() instead of mkstemp() 17 years ago
Nicolas Pitre 7d7baa5e15 Pack-objects: properly initialize the depth value 18 years ago
Nicolas Pitre 5a235b5ed0 reduce git-pack-objects memory usage a little more 18 years ago
Brian Downing a97773ce7e Add pack-objects window memory usage limit 18 years ago