index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
csum-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
csum-file.c: use unsafe SHA-1 implementation when available
Taylor Blau
2024-09-27
1
-9
/
+9
*
Merge branch 'ps/leakfixes-part-4'
Junio C Hamano
2024-08-23
1
-1
/
+1
|
\
|
*
bulk-checkin: fix leaking state TODO
Patrick Steinhardt
2024-08-14
1
-1
/
+1
*
|
csum-file: introduce discard_hashfile()
Junio C Hamano
2024-07-26
1
-0
/
+9
|
/
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+3
*
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-3
/
+3
*
Merge branch 'ew/hash-with-openssl-evp'
Junio C Hamano
2023-09-13
1
-1
/
+1
|
\
|
*
treewide: fix various bugs w/ OpenSSL 3+ EVP API
Eric Wong
2023-09-01
1
-1
/
+1
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
/
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove cache.h inclusion due to environment.h changes
Elijah Newren
2023-03-21
1
-1
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
hashfile: allow skipping the hash function
Derrick Stolee
2023-01-06
1
-3
/
+11
*
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-11
1
-2
/
+3
*
use xopen() to handle fatal open(2) failures
René Scharfe
2021-08-25
1
-6
/
+2
*
Merge branch 'tb/midx-use-checksum'
Junio C Hamano
2021-07-17
1
-0
/
+16
|
\
|
*
csum-file: introduce checksum_valid()
Taylor Blau
2021-06-29
1
-0
/
+16
*
|
csum-file.h: increase hashfile buffer size
Derrick Stolee
2021-05-19
1
-20
/
+57
*
|
hashfile: use write_in_full()
Derrick Stolee
2021-05-17
1
-12
/
+5
|
/
*
csum-file: make hashwrite() more readable
Derrick Stolee
2021-03-26
1
-15
/
+18
*
hash: implement and use a context cloning function
brian m. carlson
2020-02-24
1
-1
/
+1
*
csum-file: refactor finalize_hashfile() method
Derrick Stolee
2018-04-02
1
-4
/
+4
*
csum-file: rename hashclose() to finalize_hashfile()
Derrick Stolee
2018-04-02
1
-1
/
+1
*
csum-file: abstract uses of SHA-1
brian m. carlson
2018-02-02
1
-5
/
+5
*
csum-file: rename sha1file to hashfile
brian m. carlson
2018-02-02
1
-18
/
+18
*
prefer "!=" when checking read_in_full() result
Jeff King
2017-09-27
1
-1
/
+1
*
sha1fd_check: die when we cannot open the file
Jeff King
2015-03-19
1
-7
/
+3
*
Merge branch 'jk/sha1write-void'
Junio C Hamano
2014-01-10
1
-2
/
+1
|
\
|
*
do not pretend sha1write returns errors
Jeff King
2013-12-26
1
-2
/
+1
*
|
sha1write: make buffer const-correct
Jeff King
2013-10-25
1
-3
/
+3
|
/
*
csum-file: introduce sha1file_checkpoint
Junio C Hamano
2011-11-30
1
-0
/
+20
*
Merge branch 'jc/index-pack'
Junio C Hamano
2011-07-19
1
-1
/
+45
|
\
|
*
index-pack: --verify
Junio C Hamano
2011-02-28
1
-1
/
+45
*
|
sparse: Fix errors and silence warnings
Stephen Boyd
2011-04-03
1
-1
/
+1
|
/
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-3
/
+2
*
Merge branch 'maint'
Shawn O. Pearce
2008-10-10
1
-6
/
+12
|
\
|
*
fix pread()'s short read in index-pack
Nicolas Pitre
2008-10-10
1
-6
/
+12
*
|
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
2008-10-03
1
-4
/
+4
*
|
sha1write: don't copy full sized buffers
Nicolas Pitre
2008-09-03
1
-10
/
+17
|
/
*
pack-objects: use fixup_pack_header_footer()'s validation mode
Nicolas Pitre
2008-08-30
1
-3
/
+3
*
Make pack creation always fsync() the result
Linus Torvalds
2008-05-31
1
-2
/
+5
*
remove dead code from the csum-file interface
Nicolas Pitre
2007-11-05
1
-12
/
+2
*
make display of total transferred more accurate
Nicolas Pitre
2007-11-05
1
-1
/
+3
*
add throughput display to git-push
Nicolas Pitre
2007-10-31
1
-0
/
+8
*
pack-objects.c: fix some global variable abuse and memory leaks
Nicolas Pitre
2007-10-17
1
-9
/
+14
*
More static
Junio C Hamano
2007-06-13
1
-55
/
+0
*
Alter sha1close() 3rd argument to request flush only
Dana L. How
2007-05-21
1
-3
/
+5
*
Custom compression levels for objects and packs
Dana How
2007-05-11
1
-2
/
+2
*
compute a CRC32 for each object as stored in a pack
Nicolas Pitre
2007-04-10
1
-0
/
+14
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-1
/
+1
[next]