summaryrefslogtreecommitdiff
path: root/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Include config.h properlyAdam Schubert2015-05-091-1/+1
* Use rs_byte_t (unsigned char) for buffers to avoid signedness inconsistenciesMartin Pool2014-12-221-3/+0
* Update my email addressMartin Pool2014-10-121-1/+1
* Make sure printf formats and arguments are consistent for size_tMartin Pool2004-09-101-4/+4
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* Rename rs_blow_* to rs_tube_*.Martin Pool2001-03-121-6/+7
* Get ready for readahead searching for matching blocks.Martin Pool2001-03-121-19/+21
* It's no longer necessary to call rs_buffers_init on a stream beforeMartin Pool2001-03-111-2/+2
* Keep all stream implementation data in the rs_job_t, not in a specialMartin Pool2001-03-051-50/+4
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-20/+21
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-0/+1
* Drop more unnecessary header dependencies.Martin Pool2001-03-041-9/+0
* Doc.Martin Pool2001-02-261-1/+1
* Draw your own conclusionsMartin Pool2001-02-141-1/+1
* Change to a generic hs_job_t class so we can share the iterator code.Martin Pool2001-02-071-20/+25
* Doc.Martin Pool2000-12-191-1/+2
* More trace output while copying.Martin Pool2000-12-121-2/+8
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-58/+66
* Further fiddling with the streams model.Martin Pool2000-12-071-10/+50
* Start of a huge redesign towards 0.6.0. This version will natively doMartin Pool2000-11-301-0/+145