summaryrefslogtreecommitdiff
path: root/src/hash/hash_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Rename git_threads_ to git_libgit2_Carlos Martín Nieto2014-11-081-1/+1
* Add simple global shutdown hooksRussell Belfer2013-09-171-9/+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
|/
* Revert "hash: remove git_hash_init from internal api"Michael Schubert2013-02-261-2/+2
* hash: remove git_hash_init from internal apiMichael Schubert2013-02-261-2/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix warnings on Win64 buildRussell Belfer2012-11-271-2/+2
* unload dll / destroy hash ctxs at shutdownEdward Thomson2012-11-131-0/+25
* move hash library func ptrs to global globalEdward Thomson2012-11-131-43/+46
* Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson2012-11-131-35/+22
* Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-131-0/+276