summaryrefslogtreecommitdiff
path: root/mksum.c
Commit message (Expand)AuthorAgeFilesLines
* Move *.c *.h project files into src dirAdam Schubert2015-05-111-186/+0
* Include config.h properlyAdam Schubert2015-05-091-1/+1
* More comments and typesafety on file magic numbersMartin Pool2015-01-231-2/+2
* Passing strong_sum_len 0 to rs_sig_begin should select the hash's nativeMartin Pool2014-11-011-13/+19
* Fix broken compatibility tests for MD4 mode.Martin Pool2014-10-121-8/+24
* Merge branch 'master' into blake2, to get test suite fixes.Martin Pool2014-10-121-1/+1
|\
| * Update my email addressMartin Pool2014-10-121-1/+1
* | Added blake2 supportMichael Samuel2014-09-021-5/+14
|/
* Make sure printf formats and arguments are consistent for size_tMartin Pool2004-09-101-1/+1
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* Do stats on signatures.Martin Pool2001-03-181-8/+23
* Rename rs_blow_* to rs_tube_*.Martin Pool2001-03-121-1/+1
* It's no longer necessary to call rs_buffers_init on a stream beforeMartin Pool2001-03-111-7/+3
* Keep all stream implementation data in the rs_job_t, not in a specialMartin Pool2001-03-051-16/+16
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-31/+31
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-4/+4
* Remove dependency on stdint.h and other files that may not be presentMartin Pool2001-03-041-14/+11
* Start to put back in support for statistics.Martin Pool2001-03-011-4/+4
* Better trace.Martin Pool2001-02-271-24/+21
* Whether eof has been seen on input should be a property of the stream.Martin Pool2001-02-271-2/+2
* Jobs include a name string.Martin Pool2001-02-271-1/+1
* Add space in a hs_job_t to hold partially-read checksum; updateMartin Pool2001-02-271-0/+1
* Rename hs_sumset to hs_signature for consistency.Martin Pool2001-02-271-2/+5
* Include block_len and strong_sum_len in signature file.Martin Pool2001-02-261-13/+18
* Rename HS_OK to HS_DONE and HS_RUN_OK to HS_RUNNING to be moreMartin Pool2001-02-261-3/+3
* Doc.Martin Pool2001-02-261-15/+20
* More API docs.Martin Pool2001-02-251-4/+1
* Start to add API documentation using Doxygen.Martin Pool2001-02-251-4/+5
* Draw your own conclusionsMartin Pool2001-02-141-1/+1
* Switch to using popt.Martin Pool2001-02-121-10/+1
* Change to a generic hs_job_t class so we can share the iterator code.Martin Pool2001-02-071-78/+39
* Nonoptimal stream-based mksum code.Martin Pool2000-12-191-31/+96
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-114/+38
* Further fiddling with the streams model.Martin Pool2000-12-071-6/+13
* Start of a huge redesign towards 0.6.0. This version will natively doMartin Pool2000-11-301-55/+58
* Start adding vtr, which is mapptr-based decoding. Not complete yet.Martin Pool2000-08-071-0/+2
* Drop use of libtool.Martin Pool2000-08-061-2/+2
* Changing libhsync to GNU LGPL, so update statements of license/warranty.Martin Pool2000-08-041-6/+6
* More test cases.Martin Pool2000-06-261-1/+1
* Update towards a clean build on Solaris 64bit with SUNWspro CC. InMartin Pool2000-06-121-20/+30
* Clean up test scripts.Martin Pool2000-06-011-66/+57
* Further implementation of the nad algorithm -- at the moment itMartin Pool2000-05-221-7/+3
* Add a new nonblocking checksum generator, mksum, and a command-lineMartin Pool2000-05-211-0/+188