summaryrefslogtreecommitdiff
path: root/csum-file.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-16Merge branch 'jk/hash-algo-leak-fixes'Junio C Hamano1-1/+1
2026-07-02csum-file: provide a function to release checkpointsJeff King1-0/+1
2026-07-02csum-file: drop discard_hashfile()Jeff King1-1/+0
2026-05-30docs: fix typos and grammarWeijie Yuan1-1/+1
2026-03-24Merge branch 'ps/upload-pack-buffer-more-writes'Junio C Hamano1-2/+14
2026-03-13csum-file: drop `hashfd_throughput()`Patrick Steinhardt1-2/+0
2026-03-13csum-file: introduce `hashfd_ext()`Patrick Steinhardt1-0/+14
2026-02-07csum-file: define hashwrite's count as a uint32_tbrian m. carlson1-1/+1
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt1-4/+8
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-2/+2
2025-01-23csum-file: introduce hashfile_checkpoint_init()Taylor Blau1-0/+1
2025-01-23csum-file: store the hash algorithm as a struct fieldTaylor Blau1-0/+1
2024-08-23Merge branch 'ps/leakfixes-part-4'Junio C Hamano1-0/+10
2024-08-14bulk-checkin: fix leaking state TODOPatrick Steinhardt1-0/+10
2024-07-26csum-file: introduce discard_hashfile()Junio C Hamano1-0/+1
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-1/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+1
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-1/+0
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-01-07hashfile: allow skipping the hash functionDerrick Stolee1-0/+7
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-1/+2
2021-07-16Merge branch 'tb/midx-use-checksum'Junio C Hamano1-0/+3
2021-06-28csum-file: introduce checksum_valid()Taylor Blau1-0/+3
2021-05-19csum-file.h: increase hashfile buffer sizeDerrick Stolee1-1/+3
2020-11-12csum-file: add hashwrite_be64()René Scharfe1-0/+7
2020-01-23csum-file: introduce hashfile_total()Jeff King1-0/+9
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-10/+10
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+2
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee1-2/+3
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee1-2/+2
2018-02-02csum-file: abstract uses of SHA-1brian m. carlson1-2/+2
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson1-17/+17
2014-12-12Merge branch 'jk/pack-bitmap'Junio C Hamano1-0/+11
2014-11-30pack-bitmap: do not use gcc packed attributeKarsten Blees1-0/+11
2014-01-10Merge branch 'jk/sha1write-void'Junio C Hamano1-1/+1
2013-12-26do not pretend sha1write returns errorsJeff King1-1/+1
2013-10-24sha1write: make buffer const-correctJeff King1-1/+1
2011-11-30csum-file: introduce sha1file_checkpointJunio C Hamano1-0/+9
2011-02-27index-pack: --verifyJunio C Hamano1-0/+2
2008-10-10Merge branch 'maint'Shawn O. Pearce1-0/+1
2008-10-10fix pread()'s short read in index-packNicolas Pitre1-0/+1
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-1/+1
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-1/+5
2007-11-05remove dead code from the csum-file interfaceNicolas Pitre1-3/+3
2007-11-05make display of total transferred more accurateNicolas Pitre1-0/+1
2007-10-30add throughput display to git-pushNicolas Pitre1-0/+4
2007-06-13More staticJunio C Hamano1-2/+0
2007-05-10Custom compression levels for objects and packsDana How1-1/+1
2007-04-10compute a CRC32 for each object as stored in a packNicolas Pitre1-0/+4
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-1/+1