]> git.ipfire.org Git - thirdparty/ccache.git/history - mdfour.c
Improve description on how to fix bad object files in the cache
[thirdparty/ccache.git] / mdfour.c
2011-09-04  Ville SkyttäSync mdfour.c license header with other files, notably...
2010-08-29  Joel RosdahlRemove includes that are redundant after system.h intro...
2010-08-18  Joel RosdahlMake hash_result() idempotent
2010-08-04  Joel RosdahlUpdate license for mdfour.c to GPLv3+
2010-08-01  Joel RosdahlFormat code to use a more consistent coding style
2010-06-08  Joel RosdahlCheck CCACHE_DEBUG_HASH environment variable before...
2010-06-03  Joel RosdahlAdd a crude hash calculation debugging facility
2010-04-22  Joel RosdahlSwitch license to GPLv3+
2010-03-28  Joel RosdahlMerge branch 'master' of git://git.samba.org/ccache
2010-03-28  Joel RosdahlMerge branch 'cleanup' of git://github.com/krajaratnam...
2010-03-18  Kovarththanan Raja... Don't set static variable. It's unused in copy4()
2010-03-18  Kovarththanan Raja... Let the compiler zero initialiase all the members
2010-02-23  Joel RosdahlMerge branch 'md4_cleanup' of git://github.com/krajarat...
2010-02-22  Kovarththanan Raja... use size_t when we refer to memory sizes
2010-02-22  Kovarththanan Raja... Remove unused 'void mdfour(unsigned char *out, const...
2010-02-22  Kovarththanan Raja... Remove incorrect assumption
2010-02-22  Kovarththanan Raja... Remove disabled md4 test code
2010-02-17  Joel RosdahlRemove standard includes from ccache.h
2010-02-12  Joel RosdahlMerge remote branch 'origin/master'
2010-01-05  Joel RosdahlUse standard uint32_t type instead of uint32
2010-01-05  Joel RosdahlRemove trailing whitespace
2010-01-05  Joel RosdahlFix indentation
2004-09-06  Andrew Tridgell - attempt to make ccache work with cygwin by using...
2002-04-29  Andrew Tridgell- disabled unifier by default (to get warnings right)
2002-04-24  Andrew Tridgellmdfour bugfixes pointed out by Richard Rudell
2002-03-26  Andrew Tridgelladded some docs and comments ...
2002-03-26  Andrew Tridgellfirst version of C compilercache