summaryrefslogtreecommitdiffstats
path: root/csum-file.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+2
* csum-file: refactor finalize_hashfile() methodDerrick Stolee2018-04-021-2/+3
* csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-021-2/+2
* csum-file: abstract uses of SHA-1brian m. carlson2018-02-021-2/+2
* csum-file: rename sha1file to hashfilebrian m. carlson2018-02-021-17/+17
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-12-121-0/+11
|\
| * pack-bitmap: do not use gcc packed attributeKarsten Blees2014-11-301-0/+11
* | Merge branch 'jk/sha1write-void'Junio C Hamano2014-01-101-1/+1
|\ \ | |/ |/|
| * do not pretend sha1write returns errorsJeff King2013-12-261-1/+1
* | sha1write: make buffer const-correctJeff King2013-10-241-1/+1
|/
* csum-file: introduce sha1file_checkpointJunio C Hamano2011-11-301-0/+9
* index-pack: --verifyJunio C Hamano2011-02-271-0/+2
* Merge branch 'maint'Shawn O. Pearce2008-10-101-0/+1
|\
| * fix pread()'s short read in index-packNicolas Pitre2008-10-101-0/+1
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-1/+1
|/
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-1/+5
* remove dead code from the csum-file interfaceNicolas Pitre2007-11-051-3/+3
* make display of total transferred more accurateNicolas Pitre2007-11-051-0/+1
* add throughput display to git-pushNicolas Pitre2007-10-301-0/+4
* More staticJunio C Hamano2007-06-131-2/+0
* Custom compression levels for objects and packsDana How2007-05-101-1/+1
* compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-101-0/+4
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-1/+1
* csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds2005-06-281-0/+1
* csum-file interface updates: return resulting SHA1Linus Torvalds2005-06-261-2/+3
* git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds2005-06-261-0/+17