summaryrefslogtreecommitdiff
path: root/scoop.c
Commit message (Expand)AuthorAgeFilesLines
* Use rs_byte_t (unsigned char) for buffers to avoid signedness inconsistenciesMartin Pool2014-12-221-2/+1
* Update my email addressMartin Pool2014-10-121-1/+1
* #1024881Martin Pool2004-09-101-11/+11
* Make sure printf formats and arguments are consistent for size_tMartin Pool2004-09-101-2/+2
* * scoop.c: Removed potentialy confusing debugging code that could be editedDonovan Baarda2003-07-241-6/+0
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* Fix float output formats.Martin Pool2001-03-181-7/+13
* Print large numbers as %f (double), so that we work whatever theMartin Pool2001-03-181-11/+11
* Better trace.Martin Pool2001-03-121-1/+1
* Doc.Martin Pool2001-03-121-4/+8
* Expose rs_scoop_input.Martin Pool2001-03-121-1/+1
* Get ready for readahead searching for matching blocks.Martin Pool2001-03-121-3/+16
* It's no longer necessary to call rs_buffers_init on a stream beforeMartin Pool2001-03-111-4/+4
* Keep all stream implementation data in the rs_job_t, not in a specialMartin Pool2001-03-051-66/+66
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-32/+32
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-11/+11
* Better trace.Martin Pool2001-02-271-1/+1
* Better rule for returning HS_INPUT_ENDED.Martin Pool2001-02-271-1/+1
* Rename HS_SHORT_STREAM to HS_INPUT_ENDED, a better description.Martin Pool2001-02-271-3/+12
* Reformat only.Martin Pool2001-02-271-94/+94
* Doc.Martin Pool2001-02-271-0/+3
* Put search.c & search.h back in to implement checksum searching.Martin Pool2001-02-271-8/+11
* Rename HS_OK to HS_DONE and HS_RUN_OK to HS_RUNNING to be moreMartin Pool2001-02-261-5/+5
* Doc.Martin Pool2001-02-261-4/+4
* Draw your own conclusionsMartin Pool2001-02-141-1/+1
* Switch to using popt.Martin Pool2001-02-121-7/+7
* Change to a generic hs_job_t class so we can share the iterator code.Martin Pool2001-02-071-24/+24
* Add _hs_scoop_read_rest to handle short blocks at eof.Martin Pool2000-12-191-0/+19
* Add readahead capability to scoop.Martin Pool2000-12-121-11/+52
* Scoop: new module for managing arbitrary readahead from stream input.Martin Pool2000-12-121-0/+173