summaryrefslogtreecommitdiff
path: root/delta.c
Commit message (Expand)AuthorAgeFilesLines
* #1024881Martin Pool2004-09-101-3/+5
* Make sure printf formats and arguments are consistent for size_tMartin Pool2004-09-101-1/+1
* Added myself to AUTHORS and Copyright listings on files I contributedDonovan Baarda2003-10-171-0/+1
* Applied delta-refactor patch.Donovan Baarda2003-08-211-265/+267
* Changed the include "rsync.h" to include "librsync.h".Wayne Davison2003-06-121-1/+1
* Got rid of the include of "types.h" since it is now included by anWayne Davison2002-06-291-1/+0
* Fixed a bug in delta-generation that caused them to be too large.Wayne Davison2002-06-191-3/+13
* RLL encoding fix from Shirish Hemant Phatak <shirish@nustorage.com>:Martin Pool2001-08-081-22/+127
* Doc.Martin Pool2001-03-181-0/+3
* Use rolling checksums when generating deltas. (This seems to work,Martin Pool2001-03-181-29/+78
* Print large numbers as %f (double), so that we work whatever theMartin Pool2001-03-181-4/+4
* Update the delta_scan routine to be able to do short end blocks.Martin Pool2001-03-121-42/+22
* Doc.Martin Pool2001-03-121-0/+12
* Make sure we progress by at least a single block when looking for aMartin Pool2001-03-121-13/+53
* W00h00! Search for matching blocks and emit COPY commands when found.Martin Pool2001-03-121-9/+14
* Calculate checksums of full-size blocks in preparation for searching.Martin Pool2001-03-121-23/+61
* When generating a delta, get as much readahead as possible so that weMartin Pool2001-03-121-17/+58
* When generating a delta, if there is a signature loaded then use aMartin Pool2001-03-111-1/+56
* It's no longer necessary to call rs_buffers_init on a stream beforeMartin Pool2001-03-111-7/+5
* Keep all stream implementation data in the rs_job_t, not in a specialMartin Pool2001-03-051-6/+6
* rename to librsync, and call everything rs_*.Martin Pool2001-03-051-17/+17
* typedef and header fixes to build cleanly onMartin Pool2001-03-041-1/+1
* Doc.Martin Pool2001-03-041-0/+18
* Drop more unnecessary header dependencies.Martin Pool2001-03-041-4/+0
* Remove dependency on stdint.h and other files that may not be presentMartin Pool2001-03-041-0/+6
* Start to put back in support for statistics.Martin Pool2001-03-011-3/+3
* Delta now sends the END command at the end of the file.Martin Pool2001-02-271-19/+34
* Jobs include a name string.Martin Pool2001-02-271-1/+1
* Add space in a hs_job_t to hold partially-read checksum; updateMartin Pool2001-02-271-0/+1
* 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/+8
* More API docs.Martin Pool2001-02-251-14/+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-58/+27
* Lots of random hacking on the new mem-mem stream interface. ApplyingMartin Pool2000-12-121-23/+62
* Further fiddling with the streams model.Martin Pool2000-12-071-0/+92