summaryrefslogtreecommitdiff
path: root/tube.c
Commit message (Expand)AuthorAgeFilesLines
* Update my email addressMartin Pool2014-10-121-1/+1
* #1024881Martin Pool2004-09-101-2/+2
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* size_t doesn't need to be printed as a double.Martin Pool2001-03-181-6/+6
* Print large numbers as %f (double), so that we work whatever theMartin Pool2001-03-181-7/+7
* Be more careful about criteria for detecting truncated literal blocks.Martin Pool2001-03-121-1/+1
* Return error if file is truncated during COPY patch operationMartin Pool2001-03-121-1/+8
* Better trace.Martin Pool2001-03-121-3/+3
* Rename rs_blow_* to rs_tube_*.Martin Pool2001-03-121-25/+25
* Factor out code to copy from scoop.Martin Pool2001-03-121-27/+44
* Better trace.Martin Pool2001-03-121-9/+53
* It's no longer necessary to call rs_buffers_init on a stream beforeMartin Pool2001-03-111-3/+3
* Drop obsolete dogtag.Martin Pool2001-03-051-3/+0
* Add TODO.Martin Pool2001-03-051-2/+9
* Keep all stream implementation data in the rs_job_t, not in a specialMartin Pool2001-03-051-70/+67
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-21/+21
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-2/+2
* Rename HS_OK to HS_DONE and HS_RUN_OK to HS_RUNNING to be moreMartin Pool2001-02-261-2/+2
* 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-14/+14
* Better trace.Martin Pool2000-12-191-1/+7
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-116/+87
* Further fiddling with the streams model.Martin Pool2000-12-071-33/+115
* Start of a huge redesign towards 0.6.0. This version will natively doMartin Pool2000-11-301-0/+136