index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
index-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-25
Merge branch 'nd/index-pack-error-message'
Junio C Hamano
1
-2
/
+2
2014-03-17
index-pack: report error using the correct variable
Junio C Hamano
1
-2
/
+2
2014-02-20
rename read_replace_refs to check_replace_refs
Michael Haggerty
1
-1
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-4
/
+4
2013-09-17
Merge branch 'jk/free-tree-buffer'
Junio C Hamano
1
-0
/
+1
2013-06-06
clear parsed flag when we free tree buffers
Jeff King
1
-0
/
+1
2013-05-28
clone: open a shortcut for connectivity check
Nguyễn Thái Ngọc Duy
1
-9
/
+26
2013-05-28
index-pack: remove dead code (it should never happen)
Nguyễn Thái Ngọc Duy
1
-2
/
+1
2013-04-01
Merge branch 'nd/index-pack-threaded-fixes'
Junio C Hamano
1
-8
/
+26
2013-04-01
Merge branch 'jk/index-pack-correct-depth-fix'
Junio C Hamano
1
-0
/
+2
2013-03-20
index-pack: always zero-initialize object_entry list
Jeff King
1
-0
/
+2
2013-03-19
index-pack: guard nr_resolved_deltas reads by lock
Thomas Rast
1
-1
/
+3
2013-03-19
index-pack: protect deepest_delta in multithread code
Nguyễn Thái Ngọc Duy
1
-7
/
+23
2013-03-16
index-pack: fix buffer overflow caused by translations
Nguyễn Thái Ngọc Duy
1
-4
/
+5
2012-08-31
i18n: mark more index-pack strings for translation
Nguyễn Thái Ngọc Duy
1
-10
/
+11
2012-07-15
Merge branch 'jk/index-pack-streaming-fix'
Junio C Hamano
1
-10
/
+13
2012-07-10
index-pack: loop while inflating objects in unpack_data
Jeff King
1
-10
/
+13
2012-07-09
Merge branch 'rj/platform-pread-may-be-thread-unsafe'
Junio C Hamano
1
-2
/
+2
2012-06-26
index-pack: Disable threading on cygwin
Junio C Hamano
1
-2
/
+2
2012-05-24
index-pack: use streaming interface for collision test on large blobs
Nguyễn Thái Ngọc Duy
1
-5
/
+77
2012-05-23
index-pack: factor out unpack core from get_data_from_pack
Nguyễn Thái Ngọc Duy
1
-3
/
+24
2012-05-23
index-pack: use streaming interface on large blobs (most of the time)
Nguyễn Thái Ngọc Duy
1
-8
/
+44
2012-05-23
index-pack: hash non-delta objects while reading from stream
Nguyễn Thái Ngọc Duy
1
-11
/
+30
2012-05-14
Merge branch 'nd/threaded-index-pack'
Junio C Hamano
1
-66
/
+275
2012-05-07
index-pack: disable threading if NO_PREAD is defined
Nguyễn Thái Ngọc Duy
1
-0
/
+5
2012-05-07
index-pack: support multithreaded delta resolving
Nguyễn Thái Ngọc Duy
1
-11
/
+193
2012-05-07
index-pack: restructure pack processing into three main functions
Nguyễn Thái Ngọc Duy
1
-53
/
+75
2012-04-24
i18n: index-pack: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-57
/
+68
2012-01-16
index-pack: eliminate unlimited recursion in get_base_data()
Nguyễn Thái Ngọc Duy
1
-9
/
+44
2012-01-16
index-pack: eliminate recursion in find_unresolved_deltas
Nguyễn Thái Ngọc Duy
1
-41
/
+70
2011-12-21
Appease Sun Studio by renaming "tmpfile"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2011-11-16
receive-pack, fetch-pack: reject bogus pack that records objects twice
Junio C Hamano
1
-1
/
+3
2011-07-19
Merge branch 'jc/index-pack'
Junio C Hamano
1
-42
/
+208
2011-07-19
Merge branch 'jc/zlib-wrap'
Junio C Hamano
1
-6
/
+6
2011-06-10
zlib: zlib can only process 4GB at a time
Junio C Hamano
1
-3
/
+3
2011-06-10
zlib: wrap deflate side of the API
Junio C Hamano
1
-3
/
+3
2011-06-05
index-pack: show histogram when emulating "verify-pack -v"
Junio C Hamano
1
-3
/
+23
2011-06-05
index-pack: start learning to emulate "verify-pack -v"
Junio C Hamano
1
-3
/
+40
2011-06-05
index-pack: a miniscule refactor
Junio C Hamano
1
-3
/
+8
2011-04-11
sparse: Fix an "symbol 'cmd_index_pack' not declared" warning
Ramsay Jones
1
-1
/
+1
2011-04-03
sparse: Fix errors and silence warnings
Stephen Boyd
1
-1
/
+1
2011-03-22
Fix sparse warnings
Stephen Boyd
1
-1
/
+1
2011-03-16
standardize brace placement in struct definitions
Jonathan Nieder
1
-4
/
+2
2011-02-27
index-pack --verify: read anomalous offsets from v2 idx file
Junio C Hamano
1
-0
/
+48
2011-02-27
index-pack: --verify
Junio C Hamano
1
-6
/
+40
2011-02-27
write_idx_file: introduce a struct to hold idx customization options
Junio C Hamano
1
-10
/
+13
2011-02-27
index-pack: group the delta-base array entries also by type
Junio C Hamano
1
-21
/
+40
2010-10-08
Use parentheses and `...' where appropriate
Štěpán Němec
1
-1
/
+1
2010-10-06
do not depend on signed integer overflow
Erik Faye-Lund
1
-1
/
+1
2010-08-31
Merge branch 'jn/paginate-fix'
Junio C Hamano
1
-2
/
+0
[next]