summaryrefslogtreecommitdiff
path: root/src/hash/hash_win32.c
Commit message (Expand)AuthorAgeFilesLines
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-13/+13
* hash: win32: fix missing comma in `giterr_set`Patrick Steinhardt2018-02-091-1/+1
* hash: set error messages on failureethomson/odb_alloc_errorEdward Thomson2018-02-091-8/+33
* hash: win32 hash mechanism should support large filesEdward Thomson2017-12-201-6/+24
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* 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