summaryrefslogtreecommitdiff
path: root/mdfour.c
Commit message (Expand)AuthorAgeFilesLines
* Update my email addressMartin Pool2014-10-121-1/+1
* rs_mdfour_block (ia64/pa-risc): only copy the block into an alignedMartin Pool2004-09-101-7/+15
* Mark small mdfour functions as 'inline'.Martin Pool2004-09-101-6/+6
* Add prototype for rs_mdfour_block, and make it static.Martin Pool2004-09-101-3/+14
* #879763Martin Pool2004-09-091-1/+23
* Added myself to AUTHORS and Copyright listings on files I contributedDonovan Baarda2003-10-171-0/+1
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* Applied mdfour optimisations and cleanups patch from SF.Donovan Baarda2003-03-051-107/+98
* Robert Weber submitted changes to make the checksum work on files >512MegWayne Davison2002-06-291-39/+70
* Const-correctnessMartin Pool2001-04-091-1/+1
* Help the compiler a little bit in copy64.Martin Pool2001-03-191-9/+10
* Make MD4 40% faster! :-)Martin Pool2001-03-181-72/+118
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-18/+18
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-0/+1
* Remove dependency on stdint.h and other files that may not be presentMartin Pool2001-03-041-10/+9
* Doc.Martin Pool2001-02-261-1/+1
* More API docs.Martin Pool2001-02-251-11/+10
* Start to add API documentation using Doxygen.Martin Pool2001-02-251-3/+7
* Draw your own conclusionsMartin Pool2001-02-141-1/+1
* Change to a generic hs_job_t class so we can share the iterator code.Martin Pool2001-02-071-10/+14
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-2/+2
* Further fiddling with the streams model.Martin Pool2000-12-071-5/+14
* Start of a huge redesign towards 0.6.0. This version will natively doMartin Pool2000-11-301-1/+1
* Drop use of libtool.Martin Pool2000-08-061-1/+1
* Changing libhsync to GNU LGPL, so update statements of license/warranty.Martin Pool2000-08-041-4/+4
* * Put genuine search encoding back into the nad algorithm, andMartin Pool2000-07-291-20/+26
* Clean up test scripts.Martin Pool2000-06-011-190/+197
* Rearrange headers into one top-level file, "includes.h"Martin Pool2000-05-091-16/+10
* bzero is not standard, so add a quick implementationMartin Pool2000-05-051-3/+6
* Clean up leakage in checksum hashtable.Martin Pool2000-04-251-1/+1
* Reindent everything one more time.Martin Pool2000-04-251-1/+1
* Make mdfour_update queue up any waiting data, rather than assumingMartin Pool2000-04-211-152/+169
* Remove static variables.Martin Pool2000-04-181-24/+23
* Export md4 because we want to use it in caching -- I guess we may asMartin Pool2000-04-051-19/+20
* Clean up encoding implementation.Martin Pool2000-03-161-105/+145
* New library, based on libsync but mostly rewritten:Martin Pool2000-02-291-0/+197