summaryrefslogtreecommitdiff
path: root/src/whole.c
Commit message (Expand)AuthorAgeFilesLines
* Add MAX_DELTA_CMD in job.h for buffer scaling.Donovan Baarda2021-09-141-4/+5
* Make delta directly process the input stream if it has enough data.Donovan Baarda2021-09-141-3/+3
* Add doxygen `\file` docs to all headers and state engine files.Donovan Baarda2021-08-241-15/+0
* Fix all iwyu #include warnings for all files except fileutil.c.Donovan Baarda2021-08-201-3/+1
* Make whole.c `-Wconversion -Wno-sign-conversion` compliant.Donovan Baarda2020-06-041-2/+2
* Merge branch 'master' into dev/sigparms1Donovan Baarda2020-02-041-10/+1
|\
| * Tidy all #include statements.Donovan Baarda2019-11-291-10/+1
* | Fix issues after merging v2.1.0.Donovan Baarda2019-08-191-2/+1
* | Merge branch 'master' into dev/sigparms1Donovan Baarda2019-08-191-4/+3
|\ \ | |/
| * Rename rs_get_filesize() to rs_file_size() and export it.Donovan Baarda2019-08-171-3/+2
| * Fix #130 don't export private symbols.Donovan Baarda2019-08-161-1/+1
* | Run 'make tidyc' to tidy the new code.Donovan Baarda2018-02-251-1/+3
* | Merge branch 'master' into dev/sigparms1Donovan Baarda2018-02-241-47/+37
|\ \ | |/
| * Run 'make tidyc' over code.Donovan Baarda2018-02-231-45/+34
| * Minor tidyups to comments in preparation for autoformatting.Donovan Baarda2018-02-121-3/+1
* | Fix merge error new_block_len -> block_len in whole.c.Donovan Baarda2017-07-171-1/+1
* | Merge branch 'master' into dev/sigparms1Donovan Baarda2017-07-171-33/+26
|\ \ | |/
| * Make whole file operation default to recommended buffer sizes.Donovan Baarda2017-06-151-33/+26
* | Add public rs_sig_args() function for reccommended sig args from filesize.Donovan Baarda2017-07-171-7/+8
|/
* Move rs_inbuflen and rs_outbuflen to whole.c from buf.cDonovan Baarda2017-05-301-0/+7
* Move number of blocks calculation from readsum.c to rs_signature_init().Donovan Baarda2016-09-061-1/+1
* Don't call realloc for every block when reading the signature file.gulikoza2016-07-311-0/+4
* Further Doxygen cleanups and integration of other docsMartin Pool2015-12-031-19/+0
* Move *.c *.h project files into src dirAdam Schubert2015-05-111-0/+186