summaryrefslogtreecommitdiff
path: root/whole.c
Commit message (Expand)AuthorAgeFilesLines
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-51/+50
* Drop more unnecessary header dependencies.Martin Pool2001-03-041-3/+0
* Start to put back in support for statistics.Martin Pool2001-03-011-10/+16
* Don't leak in hs_whole_run.Martin Pool2001-02-271-24/+51
* Whether eof has been seen on input should be a property of the stream.Martin Pool2001-02-271-3/+2
* Add space in a hs_job_t to hold partially-read checksum; updateMartin Pool2001-02-271-0/+3
* Rename hs_sumset to hs_signature and hs_sum_buf_t to hs_block_sig_tMartin Pool2001-02-271-2/+2
* Rename HS_OK to HS_DONE and HS_RUN_OK to HS_RUNNING to be moreMartin Pool2001-02-261-5/+5
* Rename hs_readsig to hs_loadsig.Martin Pool2001-02-261-2/+2
* Add stubbed hs_delta_file.Martin Pool2001-02-261-1/+11
* hs_file_open accepts null pointers for name to get default, and takesMartin Pool2001-02-261-38/+56
* More API docs.Martin Pool2001-02-251-16/+11
* Draw your own conclusionsMartin Pool2001-02-141-1/+1
* Switch to using popt.Martin Pool2001-02-121-13/+42
* Change to a generic hs_job_t class so we can share the iterator code.Martin Pool2001-02-071-134/+53
* Put back support for generating the md4sum from the command line.Martin Pool2001-01-011-19/+29
* Move whole-file processing to whole.c, and put it in the library.Martin Pool2000-12-191-0/+179