summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-23fix a problem with files > 2GBAndrew Tridgell1-5/+5
2000-01-23added --existing option, similar to one suggested by Gildas Quiniou <gildas@s...Andrew Tridgell1-0/+7
2000-01-06If a destination file cannot be opened, pretend it doesn't exist ratherDavid Dykstra1-2/+4
1999-12-29When not using -p and file being copied to already existed, was mistakenlyDavid Dykstra1-2/+2
1999-12-02fixed a segv bug when handling symlinks.Andrew Tridgell1-1/+1
1999-10-31solved the problem of not using the right permissions whenAndrew Tridgell1-0/+10
1999-10-25use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1-1/+1
1999-06-26fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1-9/+15
1999-04-02Small bug fix for the --compare-dest option: when a file's contentsDavid Dykstra1-1/+2
1999-03-11When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1-1/+1
1999-02-18added --size-only option. Useful when starting to use rsync after aAndrew Tridgell1-0/+5
1998-11-14changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1-1/+1
1998-11-02if no local destination is provided for the transfer then provideAndrew Tridgell1-0/+3
1998-10-26Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1-4/+22
1998-07-25rsync.c was getting a bit unwieldy so I split the code into 3 modules,Andrew Tridgell1-0/+399