132 Commits (76127b3a0d7cf359b12be80971f023b6ee07f7f9)

Author SHA1 Message Date
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 18 years ago
Junio C Hamano e1ef867328 builtin-pack-objects.c: avoid bogus gcc warnings 18 years ago
Nicolas Pitre 3c70183918 threaded delta search: proper locking for cache accounting 18 years ago
Nicolas Pitre 693b86fffb threaded delta search: add pack.threads config variable 18 years ago
Nicolas Pitre b81d9af71e fix threaded delta search locking 18 years ago
Nicolas Pitre 367f4a4343 threaded delta search: specify number of threads at run time 18 years ago
Nicolas Pitre 59921b4b3f threaded delta search: better chunck split point 18 years ago
Nicolas Pitre c2a33679a7 threaded delta search: refine work allocation 18 years ago
Nicolas Pitre 8ecce684a3 basic threaded delta search 18 years ago
Nicolas Pitre e334977dfa rearrange delta search progress reporting 18 years ago
Nicolas Pitre ef0316fcd9 localize window memory usage accounting 18 years ago
Nicolas Pitre 75d3985319 straighten the list of objects to deltify 18 years ago
Junio C Hamano 776398709d Keep last used delta base in the delta window 18 years ago
Nicolas Pitre 9e2d57a04a fix same sized delta logic 18 years ago
Junio C Hamano 2e3404c324 pack-objects: check return value from read_sha1_file() 18 years ago
Linus Torvalds 1211be6bed Make thin-pack generation subproject aware. 18 years ago
Nicolas Pitre d250626cbb pack-objects: remove bogus arguments to delta_cacheable() 18 years ago
Luiz Fernando N. Capitulino 7647b17f1d Use xmkstemp() instead of mkstemp() 18 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
Brian Downing a1dab41af4 Don't try to delta if target is much smaller than source 18 years ago
Nicolas Pitre c83f032e09 apply delta depth bias to already deltified objects 18 years ago
Brian Downing 848d732c10 pack-objects: Prefer shallower deltas if the size is equal 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Geert Bosch aa7e44bf57 Unify write_index_file functions 18 years ago
Nicolas Pitre 5476a8adcc fix repack with --max-pack-size 18 years ago
Martin Koegler e3dfddb377 builtin-pack-object: cache small deltas 18 years ago
Martin Koegler 074b2eea29 git-pack-objects: cache small deltas between big objects 18 years ago