Sign in
googlers
/
jrn
/
git
/
6fe570de05513bc13ac1e00ab3508ca525b41135
/
builtin-pack-objects.c
53b543a
Merge branch 'np/maint-safer-pack'
by Junio C Hamano
· 17 years ago
df85f78
Merge branch 'sp/missing-thin-base' into maint
by Junio C Hamano
· 17 years ago
ac0463e
pack-objects: use fixup_pack_header_footer()'s validation mode
by Nicolas Pitre
· 17 years ago
abeb40e
improve reliability of fixup_pack_header_footer()
by Nicolas Pitre
· 17 years ago
6ed7f25
pack-objects: improve returned information from write_one()
by Nicolas Pitre
· 17 years ago
0c68d38
index-pack: be careful after fixing up the header/footer
by Linus Torvalds
· 17 years ago
6d6f9cd
pack-objects: Allow missing base objects when creating thin packs
by Shawn O. Pearce
· 17 years ago
6e1c234
Fix some warnings (on cygwin) to allow -Werror
by Ramsay Jones
· 17 years ago
c41a4a9
verify-pack: check packed object CRC when using index version 2
by Nicolas Pitre
· 17 years ago
1f5c74f
call init_pack_revindex() lazily
by Nicolas Pitre
· 17 years ago
54352bb
Remove now unnecessary 'sync()' calls
by Linus Torvalds
· 17 years ago
4c81b03
Make pack creation always fsync() the result
by Linus Torvalds
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
e5e9714
Merge branch 'bc/repack'
by Junio C Hamano
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
ca11b21
let pack-objects do the writing of unreachable objects as loose objects
by Nicolas Pitre
· 17 years ago
70baf5d
pack-objects: fix early eviction for max depth delta objects
by Nicolas Pitre
· 17 years ago
ed4a903
pack-objects: allow for early delta deflating
by Nicolas Pitre
· 17 years ago
30ebb40
pack-objects: move compression code in a separate function
by Nicolas Pitre
· 17 years ago
2c5ef82
pack-objects: clean up write_object() a bit
by Nicolas Pitre
· 17 years ago
bcd7954
pack-objects: simplify the condition associated with --all-progress
by Nicolas Pitre
· 17 years ago
a7de713
pack-objects: remove some double negative logic
by Nicolas Pitre
· 17 years ago
3613f9b
pack-objects: small cleanup
by Nicolas Pitre
· 17 years ago
f746bae
pack-objects: proper pack time stamping with --max-pack-size
by Nicolas Pitre
· 17 years ago
f0a24aa
git-pack-objects: Automatically pack annotated tags if object was packed
by Shawn O. Pearce
· 17 years ago
c0b48ad
Merge branch 'np/verify-pack'
by Junio C Hamano
· 17 years ago
eadbcd4
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
· 17 years ago
3449f8c
factorize revindex code out of builtin-pack-objects.c
by Nicolas Pitre
· 17 years ago
3d0a936
Merge branch 'jm/free'
by Junio C Hamano
· 17 years ago
392b78c
Revert "pack-objects: Print a message describing the number of threads for packing"
by Junio C Hamano
· 17 years ago
7914053
Remove unused object-ref code
by Martin Koegler
· 17 years ago
6c723f5
pack-objects: Print a message describing the number of threads for packing
by Brandon Casey
· 17 years ago
833e3df
pack-objects: Add runtime detection of online CPU's
by Andreas Ericsson
· 17 years ago
8e0f700
Avoid unnecessary "if-before-free" tests.
by Jim Meyering
· 17 years ago
3d51e1b
check return code of prepare_revision_walk
by Martin Koegler
· 17 years ago
aa8d53e
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
75ad235
Revert "pack-objects: only throw away data during memory pressure"
by Junio C Hamano
· 17 years ago
04f32cf
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
9c21743
pack-objects: only throw away data during memory pressure
by Martin Koegler
· 17 years ago
2b84b5a
Introduce the config variable pack.packSizeLimit
by Johannes Schindelin
· 17 years ago
6fc7470
pack-objects: Fix segfault when object count is less than thread count
by Nicolas Pitre
· 17 years ago
8c3c7b2
pack-objects: remove redundant and wrong call to deflateEnd()
by Junio C Hamano
· 17 years ago
872c930
Don't access line[-1] for a zero-length "line" from fgets.
by Jim Meyering
· 17 years ago
68e6a4f
Plug a resource leak in threaded pack-objects code.
by Johannes Sixt
· 17 years ago
50f22ad
threaded pack-objects: Use condition variables for thread communication.
by Johannes Sixt
· 17 years ago
eb9688f
pack-objects: more threaded load balancing fix with often changed paths
by Nicolas Pitre
· 17 years ago
384b32c
pack-objects: fix threaded load balancing
by Nicolas Pitre
· 17 years ago
b904166
pack-objects: reverse the delta search sort list
by Nicolas Pitre
· 17 years ago
b7a28f7
pack-objects: fix delta cache size accounting
by Nicolas Pitre
· 17 years ago
4d1012c
Fix rev-list when showing objects involving submodules
by Linus Torvalds
· 17 years ago
e091653
Merge branch 'np/pack'
by Junio C Hamano
· 17 years ago
79814f4
pack-objects: get rid of an ugly cast
by Nicolas Pitre
· 17 years ago
4d00bda
make the pack index version configurable
by Nicolas Pitre
· 17 years ago
2a128d6
add throughput display to git-push
by Nicolas Pitre
· 17 years ago
4d4fcc5
relax usage of the progress API
by Nicolas Pitre
· 17 years ago
dc6a075
make struct progress an opaque type
by Nicolas Pitre
· 17 years ago
9c60a96
Change 'Deltifying objects' to 'Compressing objects'
by Shawn O. Pearce
· 17 years ago
4049b9c
fix const issues with some functions
by Nicolas Pitre
· 17 years ago
7ba502c
pack-objects.c: fix some global variable abuse and memory leaks
by Nicolas Pitre
· 17 years ago
2f8b894
pack-objects: no delta possible with only one object in the list
by Nicolas Pitre
· 17 years ago
42e18fb
more compact progress display
by Nicolas Pitre
· 17 years ago
0341091
Merge branch 'jc/autogc'
by Junio C Hamano
· 17 years ago
08cdfb1
pack-objects --keep-unreachable
by Junio C Hamano
· 17 years ago
e1ef867
builtin-pack-objects.c: avoid bogus gcc warnings
by Junio C Hamano
· 18 years ago
3c70183
threaded delta search: proper locking for cache accounting
by Nicolas Pitre
· 18 years ago
693b86f
threaded delta search: add pack.threads config variable
by Nicolas Pitre
· 18 years ago
b81d9af
fix threaded delta search locking
by Nicolas Pitre
· 18 years ago
367f4a4
threaded delta search: specify number of threads at run time
by Nicolas Pitre
· 18 years ago
59921b4
threaded delta search: better chunck split point
by Nicolas Pitre
· 18 years ago
c2a3367
threaded delta search: refine work allocation
by Nicolas Pitre
· 18 years ago
8ecce68
basic threaded delta search
by Nicolas Pitre
· 18 years ago
e334977
rearrange delta search progress reporting
by Nicolas Pitre
· 18 years ago
ef0316f
localize window memory usage accounting
by Nicolas Pitre
· 18 years ago
75d3985
straighten the list of objects to deltify
by Nicolas Pitre
· 18 years ago
7763987
Keep last used delta base in the delta window
by Junio C Hamano
· 18 years ago
9e2d57a
fix same sized delta logic
by Nicolas Pitre
· 18 years ago
2e3404c
pack-objects: check return value from read_sha1_file()
by Junio C Hamano
· 18 years ago
1211be6
Make thin-pack generation subproject aware.
by Linus Torvalds
· 18 years ago
d250626
pack-objects: remove bogus arguments to delta_cacheable()
by Nicolas Pitre
· 18 years ago
7647b17
Use xmkstemp() instead of mkstemp()
by Luiz Fernando N. Capitulino
· 18 years ago
7d7baa5
Pack-objects: properly initialize the depth value
by Nicolas Pitre
· 18 years ago
5a235b5
reduce git-pack-objects memory usage a little more
by Nicolas Pitre
· 18 years ago
a97773c
Add pack-objects window memory usage limit
by Brian Downing
· 18 years ago
a1dab41
Don't try to delta if target is much smaller than source
by Brian Downing
· 18 years ago
c83f032
apply delta depth bias to already deltified objects
by Nicolas Pitre
· 18 years ago
848d732
pack-objects: Prefer shallower deltas if the size is equal
by Brian Downing
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
aa7e44b
Unify write_index_file functions
by Geert Bosch
· 18 years ago
5476a8a
fix repack with --max-pack-size
by Nicolas Pitre
· 18 years ago
e3dfddb
builtin-pack-object: cache small deltas
by Martin Koegler
· 18 years ago
074b2ee
git-pack-objects: cache small deltas between big objects
by Martin Koegler
· 18 years ago
a588d88
builtin-pack-objects: don't fail, if delta is not possible
by Martin Koegler
· 18 years ago
a77a33a
Merge branch 'dh/repack' (early part)
by Junio C Hamano
· 18 years ago
01c12a2
pack-objects: clarification & option checks for --max-pack-size
by Dana How
· 18 years ago
6315d52
builtin-pack-objects: remove unnecessary code for no-delta
by Junio C Hamano
· 18 years ago
a74db82
Teach "delta" attribute to pack-objects.
by Junio C Hamano
· 18 years ago
bc32fed
pack-objects: pass fullname down to add_object_entry()
by Junio C Hamano
· 18 years ago
6b94b1a
git-repack --max-pack-size: add option parsing to enable feature
by Dana L. How
· 18 years ago
ebe27b1
git-repack --max-pack-size: split packs as asked by write_{object,one}()
by Dana L. How
· 18 years ago
17b08f2
git-repack --max-pack-size: write_{object,one}() respect pack limit
by Dana L. How
· 18 years ago
Next »