summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't need root on Travistravis-clangMartin Pool2015-09-021-0/+2
* Try both clang and gcc on travisMartin Pool2015-09-021-0/+3
* Merge pull request #44 from efidler/fix_clang_warningsMartin Pool2015-09-021-3/+3
|\
| * fix build warnings in heap_sort()Eli Fidler2015-09-011-3/+3
|/
* Correct escaping in autogen libtoolize error (Fixes #21)Martin Pool2015-07-011-2/+2
* Make it clear that you must call rs_build_hash_table()Martin Pool2015-07-014-3/+29
|\
| * Add comments and asserts regarding rs_build_hash_table()Paul Harris2015-07-014-2/+28
* | Restore shipped copy of popt.Martin Pool2015-07-0119-11/+1757
|/
* Bump version to 1.0.1, add NEWS headerMartin Pool2015-06-302-2/+6
* try to clarify this really isn't an rsync clientMartin Pool2015-06-091-6/+13
* Merge pull request #14 from VictorDenisov/masterMartin Pool2015-06-092-51/+127
|\
| * Use strong sums of different typesVictor Denisov2014-12-251-1/+8
| * Merge remote-tracking branch 'main/master' into tttVictor Denisov2014-12-2544-172/+966
| |\
| * | Rewrite sort without nested functionsVictor Denisov2014-12-252-27/+62
| * | Hash table optimization for big files.Victor Denisov2014-11-202-53/+87
* | | Merge pull request #24 from robert-scheck/masterMartin Pool2015-06-091-2/+2
|\ \ \
| * | | Patch by Daniel Baumann <daniel@debian.org> for librsync >= 0.9.7, which makesRobert Scheck2015-02-211-2/+2
* | | | 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
| * | Fix broken compatibility tests for MD4 mode.Martin Pool2014-10-1215-83/+124
| * | Ignore ctags fileMartin Pool2014-10-121-0/+1
| * | Update file magic for BLAKE2Martin Pool2014-10-121-5/+7
| * | Don't mention bzip2, gzip in version as they don't actually workMartin Pool2014-10-121-9/+9
| * | Add smoke tests for --help, --versionMartin Pool2014-10-122-0/+30
| * | Clean up and add docs to signature.testMartin Pool2014-10-121-4/+6
| * | Bump version in docstring to 1.0.0Martin Pool2014-10-121-3/+1
| * | Delete mksum.test, which is redundant with signature.testMartin Pool2014-10-123-36/+1