summaryrefslogtreecommitdiff
path: root/doc/streaming.md
Commit message (Collapse)AuthorAgeFilesLines
* Update API docs to include rs_sig_args() and rs_build_hash_table().Donovan Baarda2020-05-131-9/+11
| | | | | | | | | | | Change the titles and refer to the api's as "Streaming API", "Callback API" and "Whole-file API". Add instructions about using rs_sig_args() and rs_build_hash_table(). Remove instructions about setting job->sig_file_bytes to pre-allocate the signature because this is not publicly exposed... the rs_job_t structure is not public.
* Don't call realloc for every block when reading the signature file.gulikoza2016-07-311-0/+7
| | | | | | | | | | | | | | | | Test results: rdiff -I 524288 -O 131072 -s delta big_file.sig big_file big_file.delta librsync: loadsig statistics: signature[2099323 blocks, 8192 bytes per block] speed[40.0 MB (0.3 MB/s) in, 0.0 MB (0.0 MB/s) out, 150 sec] After: rdiff -I 524288 -O 131072 -s delta big_file.sig big_file big_file.delta librsync: loadsig statistics: signature[2099323 blocks, 8192 bytes per block] speed[40.0 MB (40.0 MB/s) in, 0.0 MB (0.0 MB/s) out, 1 sec]
* Fix linksMartin Pool2015-12-201-1/+1
|
* Better description of callback modeMartin Pool2015-12-201-0/+3
|
* Add separate documentation of pull-mode APIMartin Pool2015-12-201-73/+4
|
* Remove more duplicate docstringsMartin Pool2015-12-201-0/+197