Age | Commit message (Expand) | Author | Files | Lines |
2020-02-24 | hash: implement and use a context cloning function | brian m. carlson | 1 | -0/+21 |
2019-06-20 | hash.h: move object_id definition from cache.h | Jeff King | 1 | -0/+24 |
2019-04-01 | hash: add a function to lookup hash algorithm by length | brian m. carlson | 1 | -0/+2 |
2018-11-14 | hash: add an SHA-256 implementation using OpenSSL | brian m. carlson | 1 | -0/+2 |
2018-11-14 | sha256: add an SHA-256 implementation using libgcrypt | brian m. carlson | 1 | -0/+4 |
2018-11-14 | Add a base implementation of SHA-256 support | brian m. carlson | 1 | -1/+18 |
2018-11-14 | sha1-file: add a constant for hash block size | brian m. carlson | 1 | -0/+3 |
2018-10-22 | sha1-file: provide functions to look up hash algorithms | brian m. carlson | 1 | -0/+13 |
2018-02-09 | hash: update obsolete reference to SHA1_HEADER | brian m. carlson | 1 | -2/+2 |
2018-02-02 | hash: create union for hash context allocation | brian m. carlson | 1 | -6/+9 |
2018-02-02 | hash: move SHA-1 macros to hash.h | brian m. carlson | 1 | -0/+25 |
2017-11-13 | Add structure representing hash algorithm | brian m. carlson | 1 | -0/+57 |
2017-08-16 | sha1dc: build git plumbing code more explicitly | Takashi Iwai | 1 | -5/+1 |
2017-07-03 | sha1dc: optionally use sha1collisiondetection as a submodule | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
2017-03-17 | Makefile: add DC_SHA1 knob | Jeff King | 1 | -0/+2 |
2017-03-15 | hash.h: move SHA-1 implementation selection into a header file | brian m. carlson | 1 | -0/+14 |
2013-11-18 | remove old hash.[ch] implementation | Karsten Blees | 1 | -50/+0 |
2013-03-16 | Preallocate hash tables when the number of inserts are known in advance | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2011-02-18 | for_each_hash: allow passing a 'void *data' pointer to callback | Linus Torvalds | 1 | -1/+1 |
2008-03-09 | Add 'const' where appropriate to index handling functions | Linus Torvalds | 1 | -2/+2 |
2007-10-26 | Do linear-time/space rename logic for exact renames | Linus Torvalds | 1 | -0/+43 |