summaryrefslogtreecommitdiff
path: root/csum-file.c
AgeCommit message (Expand)Author
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee
2018-02-02csum-file: abstract uses of SHA-1brian m. carlson
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2017-09-27prefer "!=" when checking read_in_full() resultJeff King
2015-03-19sha1fd_check: die when we cannot open the fileJeff King
2014-01-10Merge branch 'jk/sha1write-void'Junio C Hamano
2013-12-26do not pretend sha1write returns errorsJeff King
2013-10-24sha1write: make buffer const-correctJeff King
2011-11-30csum-file: introduce sha1file_checkpointJunio C Hamano
2011-07-19Merge branch 'jc/index-pack'Junio C Hamano
2011-04-03sparse: Fix errors and silence warningsStephen Boyd
2011-02-28index-pack: --verifyJunio C Hamano
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2008-10-10Merge branch 'maint'Shawn O. Pearce
2008-10-10fix pread()'s short read in index-packNicolas Pitre
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-03sha1write: don't copy full sized buffersNicolas Pitre
2008-08-30pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2007-11-05remove dead code from the csum-file interfaceNicolas Pitre
2007-11-05make display of total transferred more accurateNicolas Pitre
2007-10-30add throughput display to git-pushNicolas Pitre
2007-10-17pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre
2007-06-13More staticJunio C Hamano
2007-05-21Alter sha1close() 3rd argument to request flush onlyDana L. How
2007-05-10Custom compression levels for objects and packsDana How
2007-04-10compute a CRC32 for each object as stored in a packNicolas Pitre
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-15Make sha1flush void and remove conditional return.David Rientjes
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga
2006-06-20Remove all void-pointer arithmetic.Florian Forster
2005-12-20xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-08-09[PATCH] Plug memory leak in sha1close()Sergey Vlasov
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds
2005-06-28csum-file: fix missing buf pointer updateLinus Torvalds
2005-06-27csum-file interface updates: return resulting SHA1Linus Torvalds
2005-06-27git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds