summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1999-03-111-1/+1
* added --size-only option. Useful when starting to use rsync after aAndrew Tridgell1999-02-181-0/+5
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-1/+1
* if no local destination is provided for the transfer then provideAndrew Tridgell1998-11-021-0/+3
* Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1998-10-261-4/+22
* rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1998-07-251-0/+399