summaryrefslogtreecommitdiff
path: root/src/hash
Commit message (Expand)AuthorAgeFilesLines
* hash: include sha1collisiondetectionEdward Thomson2017-03-035-0/+1696
* hash_generic: __extension__ keyword for pedantryEdward Thomson2015-02-041-1/+1
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-1/+1
* hash: use CommonCrypto on OSX for SHA-1cmn/common-cryptoCarlos Martín Nieto2014-10-241-0/+44
* Add simple global shutdown hooksRussell Belfer2013-09-173-11/+11
* Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí2013-08-281-1/+2
|\
| * Load SRWLock APIs at runtimeRussell Belfer2013-08-261-1/+2
* | Improve win32 version check, no ipv6 tests on XPEdward Thomson2013-08-271-19/+1
|/
* Unify whitespaces to tabsLinquize2013-05-152-7/+7
* Revert "hash: remove git_hash_init from internal api"Michael Schubert2013-02-263-3/+4
* hash: remove git_hash_init from internal apiMichael Schubert2013-02-263-5/+4
* update copyrightsEdward Thomson2013-01-085-5/+5
* remove ppc sha1 asmEdward Thomson2013-01-083-326/+0
* Fix warnings on Win64 buildRussell Belfer2012-11-271-2/+2
* unload dll / destroy hash ctxs at shutdownEdward Thomson2012-11-134-0/+28
* move hash library func ptrs to global globalEdward Thomson2012-11-134-43/+49
* Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson2012-11-136-86/+30
* Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-138-0/+1136