summaryrefslogtreecommitdiff
path: root/csum-file.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-23csum-file: introduce hashfile_total()Libravatar Jeff King1-0/+9
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-10/+10
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+2
2018-04-02csum-file: refactor finalize_hashfile() methodLibravatar Derrick Stolee1-2/+3
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Libravatar Derrick Stolee1-2/+2
2018-02-02csum-file: abstract uses of SHA-1Libravatar brian m. carlson1-2/+2
2018-02-02csum-file: rename sha1file to hashfileLibravatar brian m. carlson1-17/+17
2014-12-12Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano1-0/+11
2014-11-30pack-bitmap: do not use gcc packed attributeLibravatar Karsten Blees1-0/+11
2014-01-10Merge branch 'jk/sha1write-void'Libravatar Junio C Hamano1-1/+1
2013-12-26do not pretend sha1write returns errorsLibravatar Jeff King1-1/+1
2013-10-24sha1write: make buffer const-correctLibravatar Jeff King1-1/+1
2011-11-30csum-file: introduce sha1file_checkpointLibravatar Junio C Hamano1-0/+9
2011-02-27index-pack: --verifyLibravatar Junio C Hamano1-0/+2
2008-10-10Merge branch 'maint'Libravatar Shawn O. Pearce1-0/+1
2008-10-10fix pread()'s short read in index-packLibravatar Nicolas Pitre1-0/+1
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsLibravatar Nicolas Pitre1-1/+1
2008-05-31Make pack creation always fsync() the resultLibravatar Linus Torvalds1-1/+5
2007-11-05remove dead code from the csum-file interfaceLibravatar Nicolas Pitre1-3/+3
2007-11-05make display of total transferred more accurateLibravatar Nicolas Pitre1-0/+1
2007-10-30add throughput display to git-pushLibravatar Nicolas Pitre1-0/+4
2007-06-13More staticLibravatar Junio C Hamano1-2/+0
2007-05-10Custom compression levels for objects and packsLibravatar Dana How1-1/+1
2007-04-10compute a CRC32 for each object as stored in a packLibravatar Nicolas Pitre1-0/+4
2005-08-09[PATCH] -Werror fixesLibravatar Timo Sirainen1-1/+1
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Libravatar Linus Torvalds1-0/+1
2005-06-26csum-file interface updates: return resulting SHA1Libravatar Linus Torvalds1-2/+3
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLibravatar Linus Torvalds1-0/+17