summaryrefslogtreecommitdiff
path: root/patch.c
Commit message (Expand)AuthorAgeFilesLines
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-40/+40
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-2/+2
* Remove dependency on stdint.h and other files that may not be presentMartin Pool2001-03-041-21/+18
* Start to put back in support for statistics.Martin Pool2001-03-011-11/+15
* Delta now sends the END command at the end of the file. Call it ENDMartin Pool2001-02-271-27/+14
* Jobs include a name string.Martin Pool2001-02-271-7/+7
* Add space in a hs_job_t to hold partially-read checksum; updateMartin Pool2001-02-271-1/+2
* Rename HS_OK to HS_DONE and HS_RUN_OK to HS_RUNNING to be moreMartin Pool2001-02-261-11/+11
* Doc.Martin Pool2001-02-261-37/+46
* 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-119/+43
* Start to add support for the checking-sum.Martin Pool2001-01-011-1/+16
* Start adding copy callback.Martin Pool2000-12-191-2/+9
* Usable implementation of LITERAL, using the tube to copy dataMartin Pool2000-12-121-19/+47
* Add a much cooler patch implementation; if we flesh out the rest ofMartin Pool2000-12-121-15/+74
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-0/+191