summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move check-rdiff into testsAdam Schubert2015-05-1114-0/+215
* CTest fileAdam Schubert2015-05-111-0/+23
* Update gitignoreAdam Schubert2015-05-111-1/+5
* Rename tests dirAdam Schubert2015-05-1137-15/+24
* Lets make tests workAdam Schubert2015-05-1114-78/+97
* CleanupAdam Schubert2015-05-111-28/+0
* Update doxygen header, footer, and cssAdam Schubert2015-05-094-35/+1523
* Ignore doxyfileAdam Schubert2015-05-091-0/+1
* Make doxygen generator workingAdam Schubert2015-05-094-141/+2299
* Uppercase betterAdam Schubert2015-05-092-6/+6
* Allow install of compiled lib and binaryAdam Schubert2015-05-091-80/+3
* Link popt to rdiff not to librsyncAdam Schubert2015-05-091-2/+1
* make rdiff aware of -z and -i options mentioned in --helpAdam Schubert2015-05-091-2/+2
* Added info into READMEAdam Schubert2015-05-091-15/+3
* Fix RS_CANONICAL_HOST definitionAdam Schubert2015-05-091-1/+1
* Run prototab generator when running cmakeAdam Schubert2015-05-091-0/+1
* Ignore prototab.*Adam Schubert2015-05-091-0/+2
* Update gitignoreAdam Schubert2015-05-091-0/+1
* Few fergoten filesAdam Schubert2015-05-092-0/+41
* CleanupAdam Schubert2015-05-091-1/+0
* Cmake filesAdam Schubert2015-05-092-0/+303
* Include config.h properlyAdam Schubert2015-05-0929-31/+31
* CleanupAdam Schubert2015-05-0923-1230/+0
* Added first version of CMakeFile.txtAdam Schubert2015-05-091-0/+268
* Update gitignoreAdam Schubert2015-05-091-42/+8
* Merge pull request #26 from andreas-schwab/masterMartin Pool2015-03-231-0/+1
|\
| * blake2: add missing <config.h>Andreas Schwab2015-03-231-0/+1
|/
* Add release datev1.0.0Martin Pool2015-01-231-1/+1
* Mention BLAKE2 in READMEMartin Pool2015-01-231-0/+4
* Further const-correctness in blake2Martin Pool2015-01-232-2/+11
* Use autoconf-detected endianness in blake2Martin Pool2015-01-231-0/+4
* const-correctness in blake2Martin Pool2015-01-232-4/+4
* More comments and typesafety on file magic numbersMartin Pool2015-01-233-18/+51
* Thanks TimothyGuMartin Pool2015-01-231-0/+2
* Merge pull request #17 from TimothyGu/patch-1Martin Pool2015-01-231-1/+1
|\
| * blake2b-ref: Separate declaration and codeTimothy Gu2014-12-221-1/+1
* | Merge pull request #19 from TimothyGu/patch-2Martin Pool2015-01-231-5/+0
|\ \ | |/ |/|
| * librsync.h: Remove commented-out outdated macroTimothy Gu2014-12-221-5/+0
|/
* Bump version to 1.0.0Martin Pool2014-12-221-1/+1
* Add BLAKE2 stronger hash.Martin Pool2014-12-2243-170/+963
|\
| * Use rs_byte_t (unsigned char) for buffers to avoid signedness inconsistenciesMartin Pool2014-12-227-18/+14
| * Don't use strerror string as a format templateMartin Pool2014-12-221-3/+1
| * Run signature.test (check canned signatures) for blake2 and md4Martin Pool2014-12-223-5/+8
| * Bump libtool version to reflect API changes.Martin Pool2014-11-022-1/+2
| * BLAKE2 is the default for the rdiff command line.Martin Pool2014-11-011-5/+2
| * Remove stray line from .gitignoreMartin Pool2014-11-011-1/+0
| * Run tests that don't use canned signatures once for every hash algorithmMartin Pool2014-11-017-21/+41
| * Passing strong_sum_len 0 to rs_sig_begin should select the hash's nativeMartin Pool2014-11-011-13/+19
| * Update THANKSMartin Pool2014-11-011-0/+2
| * Mention CVE-2014-8242 in the newsMartin Pool2014-11-011-8/+7