summaryrefslogtreecommitdiff
path: root/src/hash.c
Commit message (Expand)AuthorAgeFilesLines
* hash: fix missing error return on production buildsPatrick Steinhardt2019-06-271-0/+3
* hash: add ability to distinguish algorithmsPatrick Steinhardt2019-06-241-5/+33
* hash: move SHA1 implementations to its own hashing contextPatrick Steinhardt2019-06-241-8/+8
* hash: split into generic and SHA1-specific interfacePatrick Steinhardt2019-06-241-0/+30
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+0
* update copyrightsEdward Thomson2013-01-081-1/+1
* Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson2012-11-131-10/+10
* Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-131-51/+24
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* build: Simplify build structureVicent Marti2011-07-011-3/+1
* Remove the sha1.h header file and inline the content into hash.cRamsay Jones2010-06-071-1/+8
* Add support to enable the library to use OpenSSL SHA1 functionsRamsay Jones2010-05-041-13/+13
* Add block-sha1 in favour of the mozilla routinesAndreas Ericsson2010-04-141-14/+14
* Add built-in (Mozilla) SHA1 routinesRamsay Jones2009-03-171-1/+1
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-1/+1
* Add some routines for SHA1 hash computationRamsay Jones2008-12-301-0/+87