aboutsummaryrefslogtreecommitdiffstats
path: root/csum-file.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Merge branch 'jk/sha1write-void'Junio C Hamano1-1/+1
2013-12-26do not pretend sha1write returns errorsJeff King1-1/+1
2013-10-24sha1write: make buffer const-correctJeff King1-1/+1
2011-11-30csum-file: introduce sha1file_checkpointJunio C Hamano1-0/+9
2011-02-27index-pack: --verifyJunio C Hamano1-0/+2
2008-10-10Merge branch 'maint'Shawn O. Pearce1-0/+1
2008-10-10fix pread()'s short read in index-packNicolas Pitre1-0/+1
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-1/+1
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-1/+5
2007-11-05remove dead code from the csum-file interfaceNicolas Pitre1-3/+3
2007-11-05make display of total transferred more accurateNicolas Pitre1-0/+1
2007-10-30add throughput display to git-pushNicolas Pitre1-0/+4
2007-06-13More staticJunio C Hamano1-2/+0
2007-05-10Custom compression levels for objects and packsDana How1-1/+1
2007-04-10compute a CRC32 for each object as stored in a packNicolas Pitre1-0/+4
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-1/+1
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds1-0/+1
2005-06-26csum-file interface updates: return resulting SHA1Linus Torvalds1-2/+3
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds1-0/+17