summaryrefslogtreecommitdiff
path: root/hash.h
AgeCommit message (Expand)Author
2021-09-07hash.h: provide constants for the hash IDsHan-Wen Nienhuys
2021-08-15oidtree: avoid unaligned access to crit-bit treeRené Scharfe
2021-07-08oidcpy_with_padding: constify `src' argEric Wong
2021-05-17parallel-checkout: send the new object_id algo field to the workersMatheus Tavares
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-27hash: set, copy, and use algo field in struct object_idbrian m. carlson
2021-04-27hash: add a function to finalize object IDsbrian m. carlson
2021-04-27hash: add an algo member to struct object_idbrian m. carlson
2020-12-04cache.h: move hash/oid functions to hash.hJeff King
2020-02-24hash: implement and use a context cloning functionbrian m. carlson
2019-06-20hash.h: move object_id definition from cache.hJeff King
2019-04-01hash: add a function to lookup hash algorithm by lengthbrian m. carlson
2018-11-14hash: add an SHA-256 implementation using OpenSSLbrian m. carlson
2018-11-14sha256: add an SHA-256 implementation using libgcryptbrian m. carlson
2018-11-14Add a base implementation of SHA-256 supportbrian m. carlson
2018-11-14sha1-file: add a constant for hash block sizebrian m. carlson
2018-10-22sha1-file: provide functions to look up hash algorithmsbrian m. carlson
2018-02-09hash: update obsolete reference to SHA1_HEADERbrian m. carlson
2018-02-02hash: create union for hash context allocationbrian m. carlson
2018-02-02hash: move SHA-1 macros to hash.hbrian m. carlson
2017-11-13Add structure representing hash algorithmbrian m. carlson
2017-08-16sha1dc: build git plumbing code more explicitlyTakashi Iwai
2017-07-03sha1dc: optionally use sha1collisiondetection as a submoduleÆvar Arnfjörð Bjarmason
2017-03-17Makefile: add DC_SHA1 knobJeff King
2017-03-15hash.h: move SHA-1 implementation selection into a header filebrian m. carlson
2013-11-18remove old hash.[ch] implementationKarsten Blees
2013-03-17Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy
2011-02-19for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds
2007-10-27Do linear-time/space rename logic for exact renamesLinus Torvalds