brian m. carlson
|
768e30ea27
hash: implement and use a context cloning function
|
5 年之前 |
Derrick Stolee
|
cfe83216e4
csum-file: refactor finalize_hashfile() method
|
7 年之前 |
Derrick Stolee
|
f2af9f5e02
csum-file: rename hashclose() to finalize_hashfile()
|
7 年之前 |
brian m. carlson
|
4d2735005a
csum-file: abstract uses of SHA-1
|
7 年之前 |
brian m. carlson
|
98a3beab6a
csum-file: rename sha1file to hashfile
|
7 年之前 |
Jeff King
|
61d36330b4
prefer "!=" when checking read_in_full() result
|
7 年之前 |
Jeff King
|
599d223107
sha1fd_check: die when we cannot open the file
|
10 年之前 |
Junio C Hamano
|
f06a5e607d
Merge branch 'jk/sha1write-void'
|
11 年之前 |
Jeff King
|
9af270e8c2
do not pretend sha1write returns errors
|
11 年之前 |
Jeff King
|
e74435a516
sha1write: make buffer const-correct
|
11 年之前 |
Junio C Hamano
|
6c52614864
csum-file: introduce sha1file_checkpoint
|
13 年之前 |
Junio C Hamano
|
d907bf8ef3
Merge branch 'jc/index-pack'
|
14 年之前 |
Stephen Boyd
|
1e4cd68c00
sparse: Fix errors and silence warnings
|
14 年之前 |
Junio C Hamano
|
e337a04de2
index-pack: --verify
|
14 年之前 |
Thomas Rast
|
d824cbba02
Convert existing die(..., strerror(errno)) to die_errno()
|
16 年之前 |
Shawn O. Pearce
|
e782e12f89
Merge branch 'maint'
|
17 年之前 |
Nicolas Pitre
|
838cd34664
fix pread()'s short read in index-pack
|
17 年之前 |
Nicolas Pitre
|
9126f0091f
fix openssl headers conflicting with custom SHA1 implementations
|
17 年之前 |
Nicolas Pitre
|
a8032d1224
sha1write: don't copy full sized buffers
|
17 年之前 |
Nicolas Pitre
|
ac0463ed44
pack-objects: use fixup_pack_header_footer()'s validation mode
|
17 年之前 |
Linus Torvalds
|
4c81b03e30
Make pack creation always fsync() the result
|
17 年之前 |
Nicolas Pitre
|
ec640ed1cf
remove dead code from the csum-file interface
|
18 年之前 |
Nicolas Pitre
|
218558af59
make display of total transferred more accurate
|
18 年之前 |
Nicolas Pitre
|
2a128d63dc
add throughput display to git-push
|
18 年之前 |
Nicolas Pitre
|
7ba502c47b
pack-objects.c: fix some global variable abuse and memory leaks
|
18 年之前 |
Junio C Hamano
|
4175e9e3a8
More static
|
18 年之前 |
Dana L. How
|
f02153696f
Alter sha1close() 3rd argument to request flush only
|
18 年之前 |
Dana How
|
960ccca680
Custom compression levels for objects and packs
|
18 年之前 |
Nicolas Pitre
|
78d1e84fe5
compute a CRC32 for each object as stored in a pack
|
18 年之前 |
Shawn Pearce
|
e702496e43
Convert memcpy(a,b,20) to hashcpy(a,b).
|
19 年之前 |