summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update github actions and fix `iwyu` build target. (#243)Donovan Baarda2023-02-011-1/+0
* Rename test inputs from `*.in` to `*.input`.Donovan Baarda2021-08-2015-11/+11
* Fix all iwyu #include warnings for all files except fileutil.c.Donovan Baarda2021-08-207-14/+4
* Fix all clang-tidy warnings.Donovan Baarda2021-08-191-0/+4
* Delete duplicated tests/isprefix.h file.Donovan Baarda2021-08-121-22/+0
* Add bash `-e` argument to tests/triple.test.Donovan Baarda2021-08-121-5/+5
* Remove `-x` bash argument from delta.test.Donovan Baarda2021-08-121-3/+3
* Rename tests/rdiff_bad_option.sh to tests/rdiff_bad_option.test.Donovan Baarda2021-08-121-0/+0
* Merge pull request #224 from dbaarda/dev/winrdiff1Donovan Baarda2021-08-109-43/+40
|\
| * Fix bash test scripts to work on Windows.Donovan Baarda2021-08-099-43/+40
* | Remove unused old perl test script `check-rdiff`.Donovan Baarda2021-08-091-44/+0
* | Remove unusued mdfour.input test data.Donovan Baarda2021-08-092-2/+0
|/
* Make all tests `-Wconversion -Wno-sign-conversion` compliant.Donovan Baarda2020-06-043-3/+3
* Make tests/checksum_test.c `-Wconversion -Wno-sign-conversion` compliant.Donovan Baarda2020-06-041-1/+1
* Fix #199 change only use of /bin/bash to /bin/sh.Donovan Baarda2020-05-191-1/+1
* Make the default blocksize a multiple of the 128 byte blake2b block size.Donovan Baarda2020-05-121-5/+5
* Add rabinkarp_perf.c test and optimize rabinkarp.c.Donovan Baarda2020-04-161-0/+42
* Make `--sum-size=-1` mean use min strong_len value.Donovan Baarda2020-04-066-18/+24
* Merge branch 'master' into dev/sigparms1Donovan Baarda2020-02-041-0/+49
|\
| * Tidy netint.[ch] and add tests.Donovan Baarda2019-12-031-0/+49
| * Use -1 for "unknown" for file sizes.Donovan Baarda2019-10-021-12/+16
* | Change rs_sig_args() to interpret old_fsize=0 as "just check args".Donovan Baarda2019-09-191-5/+130
* | Make strong_len=0 mean "maximum".Donovan Baarda2019-09-1813-7/+9
* | Use -1 for "unknown" for file sizes.Donovan Baarda2019-09-181-12/+16
* | Change rs_sig_args() so the input strong_len is a minimum size.Donovan Baarda2019-09-144-0/+0
* | Merge branch 'master' into dev/sigparms1Donovan Baarda2019-09-131-0/+1
|\ \ | |/
| * Make rs_emit_literal_cmd() emit single-byte literal commands.Donovan Baarda2019-09-111-0/+1
* | Fix signature.test input for rabinkarp signatures.Donovan Baarda2019-09-112-0/+0
* | Merge branch 'master' into dev/sigparms1Donovan Baarda2019-09-1112-51/+293
|\ \ | |/
| * Add checksum_test.c test and move RS_*_SUM_LENGTH consts to checksum.c.Donovan Baarda2019-09-111-0/+158
| * Do 'make tidyc' on tests/hashtable_test.c.Donovan Baarda2019-09-061-1/+2
| * Merge branch 'master' into dev/rabinkarp1Donovan Baarda2019-09-061-5/+5
| |\
| | * In hashtable.[ch] simplify hashtable_iter() and hashtable_next().Donovan Baarda2019-09-031-5/+5
| * | Add RabinKarp support to generating signatures.Donovan Baarda2019-09-066-17/+28
| * | Include tests/*.[ch] for code tidy targets and 'make tidyc'.Donovan Baarda2019-09-046-35/+30
| * | Add a RabinKarp rollsum and tests.Donovan Baarda2019-09-041-0/+77
| |/
* | Update signature test input files for more conservative rs_sig_args().Donovan Baarda2019-08-142-0/+0
* | Merge branch 'master' into dev/sigparms1Donovan Baarda2018-02-245-65/+67
|\ \ | |/
| * Fix hashtable_test.c name collision for key_t.Donovan Baarda2018-02-051-61/+61
| * Add optional block size argument to largefile.test.Donovan Baarda2017-10-161-1/+4
| * In testcommon.sh bufsizes replace 4096 with 0 to excercise the default.Donovan Baarda2017-10-111-1/+1
| * Remove vestigial tests/dot file.Donovan Baarda2017-10-111-1/+0
| * Add empty input file for changes.test to test zero-sized signatures.Donovan Baarda2017-10-111-0/+0
| * Update largefile.test to use default input/output buffer sizes.Donovan Baarda2017-10-101-2/+2
* | Merge branch 'master' into dev/sigparms1Donovan Baarda2017-10-012-0/+5
|\ \ | |/
| * Add changes.test input file for testing duplicate blocks.Donovan Baarda2017-09-291-0/+0
| * Fix hastable_test.c test for zeroing stats counters.Donovan Baarda2017-08-291-2/+2
| * Add hashtable_stats_init() method for resetting stats counters.Donovan Baarda2017-08-281-0/+5
* | Add public rs_sig_args() function for reccommended sig args from filesize.Donovan Baarda2017-07-172-0/+0
|/
* Add support for multiple hashtable instances for different ENTRYs.Donovan Baarda2017-02-201-0/+22