summaryrefslogtreecommitdiffstats
path: root/csum-file.c
Commit message (Expand)AuthorAgeFilesLines
* csum-file: refactor finalize_hashfile() methodDerrick Stolee2018-04-021-4/+4
* csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-021-1/+1
* csum-file: abstract uses of SHA-1brian m. carlson2018-02-021-5/+5
* csum-file: rename sha1file to hashfilebrian m. carlson2018-02-021-18/+18
* prefer "!=" when checking read_in_full() resultJeff King2017-09-271-1/+1
* sha1fd_check: die when we cannot open the fileJeff King2015-03-191-7/+3
* Merge branch 'jk/sha1write-void'Junio C Hamano2014-01-101-2/+1
|\
| * do not pretend sha1write returns errorsJeff King2013-12-261-2/+1
* | sha1write: make buffer const-correctJeff King2013-10-241-3/+3
|/
* csum-file: introduce sha1file_checkpointJunio C Hamano2011-11-301-0/+20
* Merge branch 'jc/index-pack'Junio C Hamano2011-07-191-1/+45
|\
| * index-pack: --verifyJunio C Hamano2011-02-271-1/+45
* | sparse: Fix errors and silence warningsStephen Boyd2011-04-031-1/+1
|/
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-3/+2
* Merge branch 'maint'Shawn O. Pearce2008-10-101-6/+12
|\
| * fix pread()'s short read in index-packNicolas Pitre2008-10-101-6/+12
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-4/+4
* | sha1write: don't copy full sized buffersNicolas Pitre2008-09-021-10/+17
|/
* pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-291-3/+3
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-2/+5
* remove dead code from the csum-file interfaceNicolas Pitre2007-11-051-12/+2
* make display of total transferred more accurateNicolas Pitre2007-11-051-1/+3
* add throughput display to git-pushNicolas Pitre2007-10-301-0/+8
* pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre2007-10-171-9/+14
* More staticJunio C Hamano2007-06-131-55/+0
* Alter sha1close() 3rd argument to request flush onlyDana L. How2007-05-201-3/+5
* Custom compression levels for objects and packsDana How2007-05-101-2/+2
* compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-101-0/+14
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Make sha1flush void and remove conditional return.David Rientjes2006-08-141-2/+2
* Make zlib compression level configurable, and change default.Joachim B Haga2006-07-031-1/+1
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-2/+2
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-191-3/+1
* [PATCH] Plug memory leak in sha1close()Sergey Vlasov2005-08-081-0/+1
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-061-1/+1
* csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds2005-06-281-0/+20
* csum-file: fix missing buf pointer updateLinus Torvalds2005-06-271-0/+1
* csum-file interface updates: return resulting SHA1Linus Torvalds2005-06-261-10/+16
* git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds2005-06-261-0/+120