Sign in
googlers
/
jrn
/
git
/
f3b33f1d220056243d3c1da154d3859410630189
/
index-pack.c
7647b17
Use xmkstemp() instead of mkstemp()
by Luiz Fernando N. Capitulino
· 18 years ago
91c8d59
detect close failure on just-written file handles
by Jim Meyering
· 18 years ago
aa7e44b
Unify write_index_file functions
by Geert Bosch
· 18 years ago
8a912bc
Ensure return value from xread() is always stored into an ssize_t
by Johan Herland
· 18 years ago
cbc6bda
Reuse fixup_pack_header_footer in index-pack
by Shawn O. Pearce
· 18 years ago
13aaf14
make progress "title" part of the common progress interface
by Nicolas Pitre
· 18 years ago
96a02f8
common progress display support
by Nicolas Pitre
· 18 years ago
4ba7d71
allow forcing index v2 and 64-bit offset treshold
by Nicolas Pitre
· 18 years ago
d1a46a9
index-pack: learn about pack index version 2
by Nicolas Pitre
· 18 years ago
ee5743c
compute object CRC32 with index-pack
by Nicolas Pitre
· 18 years ago
d7dd022
add overflow tests on pack offset variables
by Nicolas Pitre
· 18 years ago
8723f21
make overflow test on delta base offset work regardless of variable size
by Nicolas Pitre
· 18 years ago
bbf4b41
Plug memory leak in index-pack collision checking codepath.
by Nicolas Pitre
· 18 years ago
0e55181
make it more obvious that temporary files are temporary files
by Nicolas Pitre
· 18 years ago
9096c66
index-pack: more validation checks and cleanups
by Nicolas Pitre
· 18 years ago
ce9fbf1
index-pack: use hash_sha1_file()
by Nicolas Pitre
· 18 years ago
8685da4
don't ever allow SHA1 collisions to exist by fetching a pack
by Nicolas Pitre
· 18 years ago
3a55602
General const correctness fixes
by Shawn O. Pearce
· 18 years ago
77b50ab
Merge branch 'js/bundle'
by Junio C Hamano
· 18 years ago
597388f
Merge branch 'np/types'
by Junio C Hamano
· 18 years ago
c4f8f82
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
a91d49c
index-pack: Loop over pread until data loading is complete.
by Shawn O. Pearce
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
df84366
formalize typename(), and add its reverse type_from_string()
by Nicolas Pitre
· 18 years ago
fa257b0
git-bundle: assorted fixes
by Johannes Schindelin
· 18 years ago
2e0afaf
Add git-bundle: move objects and references by archive
by Johannes Schindelin
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
d1b2ddc
index-pack: write-or-die instead of unchecked write-in-full.
by Junio C Hamano
· 18 years ago
93822c2
short i/o: fix calls to write to use xwrite or write_in_full
by Andy Whitcroft
· 18 years ago
93d26e4
short i/o: fix calls to read to use xread or read_in_full
by Andy Whitcroft
· 18 years ago
08a19d8
clarify some error messages wrt unknown object types
by Nicolas Pitre
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
6d2fa7f
index-pack usage of mmap() is unacceptably slower on many OSes other than Linux
by Nicolas Pitre
· 18 years ago
554a263
Don't use memcpy when source and dest. buffers may overlap
by Jim Meyering
· 18 years ago
a6e8a76
sparse fix: non-ANSI function declaration
by Rene Scharfe
· 18 years ago
576162a
remove .keep pack lock files when done with refs update
by Nicolas Pitre
· 18 years ago
9ca4a20
have index-pack create .keep file more carefully
by Nicolas Pitre
· 18 years ago
bed006f
Allow pack header preprocessing before unpack-objects/index-pack.
by Nicolas Pitre
· 18 years ago
b807770
Teach git-index-pack how to keep a pack file.
by Shawn Pearce
· 18 years ago
b89c4e9
index-pack: minor fixes to comment and function name
by Nicolas Pitre
· 18 years ago
9bee247
mimic unpack-objects when --stdin is used with index-pack
by Nicolas Pitre
· 18 years ago
3c9af36
add progress status to index-pack
by Nicolas Pitre
· 18 years ago
636171c
make index-pack able to complete thin packs.
by Nicolas Pitre
· 18 years ago
e42797f
enable index-pack streaming capability
by Nicolas Pitre
· 18 years ago
2d47705
add the capability for index-pack to read from a stream
by Nicolas Pitre
· 18 years ago
3c55287
index-pack: compare only the first 20-bytes of the key.
by Nicolas Pitre
· 18 years ago
53dda6f
teach git-index-pack about deltas with offset to base
by Nicolas Pitre
· 18 years ago
eb32d23
introduce delta objects with offset to base
by Nicolas Pitre
· 18 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
a89fccd
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
by David Rientjes
· 19 years ago
5bb1cda
drop length argument of has_extension
by Rene Scharfe
· 19 years ago
83a2b84
Add has_extension()
by Rene Scharfe
· 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
· 19 years ago
d60fc1c
remove delta-against-self bit
by Nicolas Pitre
· 19 years ago
7e4a2a8
avoid asking ?alloc() for zero bytes.
by Junio C Hamano
· 19 years ago
6689f08
An off-by-one bug found by valgrind
by Pavel Roskin
· 19 years ago
84c8d8a
Fix packname hash generation.
by Junio C Hamano
· 19 years ago
9cf6d33
Add git-index-pack utility
by Sergey Vlasov
· 19 years ago