๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.37.0
/
csum-file.c
tag
ffaf52ec9d9e1b9b119753559f70b7ae266cfc7a
tagger
Junio C Hamano <gitster@pobox.com>
Mon Jun 27 16:18:15 2022
object
e4a4b31577c7419497ac30cebe30d755b97752c5
Git 2.37
020406e
core.fsync: introduce granular fsync control infrastructure
by Neeraj Singh
ยท 3 years, 9 months ago
66e905b
use xopen() to handle fatal open(2) failures
by Renรฉ Scharfe
ยท 4 years, 4 months ago
3b57e72
Merge branch 'tb/midx-use-checksum'
by Junio C Hamano
ยท 4 years, 5 months ago
f9221e2
csum-file: introduce checksum_valid()
by Taylor Blau
ยท 4 years, 6 months ago
2ca245f
csum-file.h: increase hashfile buffer size
by Derrick Stolee
ยท 4 years, 7 months ago
68142e1
hashfile: use write_in_full()
by Derrick Stolee
ยท 4 years, 7 months ago
ddaf1f6
csum-file: make hashwrite() more readable
by Derrick Stolee
ยท 4 years, 9 months ago
768e30e
hash: implement and use a context cloning function
by brian m. carlson
ยท 6 years ago
cfe8321
csum-file: refactor finalize_hashfile() method
by Derrick Stolee
ยท 8 years ago
f2af9f5
csum-file: rename hashclose() to finalize_hashfile()
by Derrick Stolee
ยท 8 years ago
4d27350
csum-file: abstract uses of SHA-1
by brian m. carlson
ยท 8 years ago
98a3bea
csum-file: rename sha1file to hashfile
by brian m. carlson
ยท 8 years ago
61d3633
prefer "!=" when checking read_in_full() result
by Jeff King
ยท 8 years ago
599d223
sha1fd_check: die when we cannot open the file
by Jeff King
ยท 11 years ago
f06a5e6
Merge branch 'jk/sha1write-void'
by Junio C Hamano
ยท 12 years ago
9af270e
do not pretend sha1write returns errors
by Jeff King
ยท 12 years ago
e74435a
sha1write: make buffer const-correct
by Jeff King
ยท 12 years ago
6c52614
csum-file: introduce sha1file_checkpoint
by Junio C Hamano
ยท 14 years ago
d907bf8
Merge branch 'jc/index-pack'
by Junio C Hamano
ยท 14 years ago
1e4cd68
sparse: Fix errors and silence warnings
by Stephen Boyd
ยท 15 years ago
e337a04
index-pack: --verify
by Junio C Hamano
ยท 15 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
ยท 16 years ago
e782e12
Merge branch 'maint'
by Shawn O. Pearce
ยท 17 years ago
838cd34
fix pread()'s short read in index-pack
by Nicolas Pitre
ยท 17 years ago
9126f00
fix openssl headers conflicting with custom SHA1 implementations
by Nicolas Pitre
ยท 17 years ago
a8032d1
sha1write: don't copy full sized buffers
by Nicolas Pitre
ยท 17 years ago
ac0463e
pack-objects: use fixup_pack_header_footer()'s validation mode
by Nicolas Pitre
ยท 17 years ago
4c81b03
Make pack creation always fsync() the result
by Linus Torvalds
ยท 18 years ago
ec640ed
remove dead code from the csum-file interface
by Nicolas Pitre
ยท 18 years ago
218558a
make display of total transferred more accurate
by Nicolas Pitre
ยท 18 years ago
2a128d6
add throughput display to git-push
by Nicolas Pitre
ยท 18 years ago
7ba502c
pack-objects.c: fix some global variable abuse and memory leaks
by Nicolas Pitre
ยท 18 years ago
4175e9e
More static
by Junio C Hamano
ยท 19 years ago
f021536
Alter sha1close() 3rd argument to request flush only
by Dana L. How
ยท 19 years ago
960ccca
Custom compression levels for objects and packs
by Dana How
ยท 19 years ago
78d1e84
compute a CRC32 for each object as stored in a pack
by Nicolas Pitre
ยท 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
ยท 19 years ago
78b713a
Make sha1flush void and remove conditional return.
by David Rientjes
ยท 19 years ago
12f6c30
Make zlib compression level configurable, and change default.
by Joachim B Haga
ยท 19 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
ยท 19 years ago
1c15afb
xread/xwrite: do not worry about EINTR at calling sites.
by Junio C Hamano
ยท 20 years ago
7bf058f
[PATCH] Plug memory leak in sha1close()
by Sergey Vlasov
ยท 20 years ago
f312de0
[PATCH] Let umask do its work upon filesystem object creation.
by Junio C Hamano
ยท 20 years ago
4397f01
csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file descriptor
by Linus Torvalds
ยท 20 years ago
2700628
csum-file: fix missing buf pointer update
by Linus Torvalds
ยท 20 years ago
e180884
csum-file interface updates: return resulting SHA1
by Linus Torvalds
ยท 20 years ago
c38138c
git-pack-objects: write the pack files with a SHA1 csum
by Linus Torvalds
ยท 20 years ago