summaryrefslogtreecommitdiff
path: root/csum-file.h
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-1/+1
* csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+0
* write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* hashfile: allow skipping the hash functionDerrick Stolee2023-01-071-0/+7
* core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-1/+2
* Merge branch 'tb/midx-use-checksum'Junio C Hamano2021-07-161-0/+3
|\
| * csum-file: introduce checksum_valid()Taylor Blau2021-06-281-0/+3
* | csum-file.h: increase hashfile buffer sizeDerrick Stolee2021-05-191-1/+3
|/
* csum-file: add hashwrite_be64()René Scharfe2020-11-121-0/+7
* csum-file: introduce hashfile_total()Jeff King2020-01-231-0/+9
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-10/+10
* 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 errorsjk/sha1write-voidJeff 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