summaryrefslogtreecommitdiff
path: root/librsync.h
Commit message (Collapse)AuthorAgeFilesLines
* More comments and typesafety on file magic numbersMartin Pool2015-01-231-14/+46
|
* librsync.h: Remove commented-out outdated macroTimothy Gu2014-12-221-5/+0
|
* Use rs_byte_t (unsigned char) for buffers to avoid signedness inconsistenciesMartin Pool2014-12-221-0/+2
|
* Fix broken compatibility tests for MD4 mode.Martin Pool2014-10-121-7/+27
| | | | | | | | | | rdiff sig defaults (temporarily) back to MD4, but gains an option to control this. In MD4, truncate the hash the same way that previous versions did. Add a sig_magic parameter to rs_sig_begin and rs_sig_file to let callers choose a version. Add NEWS about md4 weakness.
* Bump version in docstring to 1.0.0Martin Pool2014-10-121-3/+1
|
* Merge branch 'master' into blake2, to get test suite fixes.Martin Pool2014-10-121-2/+2
|\
| * Update my email addressMartin Pool2014-10-121-2/+2
| |
* | Added blake2 supportMichael Samuel2014-09-021-3/+8
|/
* Applied Dave Coombs C++ wrapper patch.Donovan Baarda2003-12-161-0/+8
|
* Added myself to AUTHORS and Copyright listings on files I contributedDonovan Baarda2003-10-171-0/+1
| | | | | | | | significantly to. Currently configure.ac has no Copyright listing of it's own, but has an AC_COPYRIGHT macro. I suspect it should still have a Copyright and $Id: comment block, but I haven't touched it.
* Fixed a comment that still mentioned rsync.h instead of librsync.h.Wayne Davison2003-06-121-1/+1
|
* Got rid of the rs_long_t typedef and added an include for librsync-config.h.Wayne Davison2003-06-121-19/+2
|
* Renamed rsync.h to librsync.h.Wayne Davison2003-06-121-0/+393