aboutsummaryrefslogtreecommitdiffstats
path: root/csum-file.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-13Merge branch 'ew/hash-with-openssl-evp'Junio C Hamano1-1/+1
2023-08-31treewide: fix various bugs w/ OpenSSL 3+ EVP APIEric Wong1-1/+1
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren1-1/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-01-07hashfile: allow skipping the hash functionDerrick Stolee1-3/+11
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-2/+3
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-6/+2
2021-07-16Merge branch 'tb/midx-use-checksum'Junio C Hamano1-0/+16
2021-06-28csum-file: introduce checksum_valid()Taylor Blau1-0/+16
2021-05-19csum-file.h: increase hashfile buffer sizeDerrick Stolee1-20/+57
2021-05-18hashfile: use write_in_full()Derrick Stolee1-12/+5
2021-03-26csum-file: make hashwrite() more readableDerrick Stolee1-15/+18
2020-02-24hash: implement and use a context cloning functionbrian m. carlson1-1/+1
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee1-4/+4
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee1-1/+1
2018-02-02csum-file: abstract uses of SHA-1brian m. carlson1-5/+5
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson1-18/+18
2017-09-27prefer "!=" when checking read_in_full() resultJeff King1-1/+1
2015-03-19sha1fd_check: die when we cannot open the fileJeff King1-7/+3
2014-01-10Merge branch 'jk/sha1write-void'Junio C Hamano1-2/+1
2013-12-26do not pretend sha1write returns errorsJeff King1-2/+1
2013-10-24sha1write: make buffer const-correctJeff King1-3/+3
2011-11-30csum-file: introduce sha1file_checkpointJunio C Hamano1-0/+20
2011-07-19Merge branch 'jc/index-pack'Junio C Hamano1-1/+45
2011-04-03sparse: Fix errors and silence warningsStephen Boyd1-1/+1
2011-02-27index-pack: --verifyJunio C Hamano1-1/+45
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-3/+2
2008-10-10Merge branch 'maint'Shawn O. Pearce1-6/+12
2008-10-10fix pread()'s short read in index-packNicolas Pitre1-6/+12
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-4/+4
2008-09-02sha1write: don't copy full sized buffersNicolas Pitre1-10/+17
2008-08-29pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre1-3/+3
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-2/+5
2007-11-05remove dead code from the csum-file interfaceNicolas Pitre1-12/+2
2007-11-05make display of total transferred more accurateNicolas Pitre1-1/+3
2007-10-30add throughput display to git-pushNicolas Pitre1-0/+8
2007-10-17pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre1-9/+14
2007-06-13More staticJunio C Hamano1-55/+0
2007-05-20Alter sha1close() 3rd argument to request flush onlyDana L. How1-3/+5
2007-05-10Custom compression levels for objects and packsDana How1-2/+2
2007-04-10compute a CRC32 for each object as stored in a packNicolas Pitre1-0/+14
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-1/+1
2006-08-14Make sha1flush void and remove conditional return.David Rientjes1-2/+2
2006-07-03Make zlib compression level configurable, and change default.Joachim B Haga1-1/+1
2006-06-20Remove all void-pointer arithmetic.Florian Forster1-2/+2
2005-12-19xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano1-3/+1
2005-08-08[PATCH] Plug memory leak in sha1close()Sergey Vlasov1-0/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano1-1/+1
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds1-0/+20
2005-06-27csum-file: fix missing buf pointer updateLinus Torvalds1-0/+1
2005-06-26csum-file interface updates: return resulting SHA1Linus Torvalds1-10/+16
2005-06-26git-pack-objects: write the pack files with a SHA1 csumLinus Torvalds1-0/+120