summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-2/+2
* Add comments.Martin Pool2000-11-151-1/+10
* Doc.Martin Pool2000-11-101-2/+12
* Better error messagesMartin Pool2000-11-091-1/+1
* Better error messages when unlink failsMartin Pool2000-11-081-1/+1
* added --modify-window option from David Bolen <db3l@fitlinxx.com>Andrew Tridgell2000-09-061-2/+3
* Enable --compare-dest to work in combination with --always-checksum.David Dykstra2000-08-041-0/+10
* get rid of annoying symlink error messagesAndrew Tridgell2000-06-231-1/+1
* updated a debug messageAndrew Tridgell2000-01-241-1/+1
* fix a problem with files > 2GBAndrew Tridgell2000-01-231-5/+5
* added --existing option, similar to one suggested by Gildas Quiniou <gildas@s...Andrew Tridgell2000-01-231-0/+7
* If a destination file cannot be opened, pretend it doesn't exist ratherDavid Dykstra2000-01-061-2/+4
* When not using -p and file being copied to already existed, was mistakenlyDavid Dykstra1999-12-291-2/+2
* fixed a segv bug when handling symlinks.Andrew Tridgell1999-12-021-1/+1
* solved the problem of not using the right permissions whenAndrew Tridgell1999-10-311-0/+10
* use do_open() instead of open() in several places to help the WinXX portAndrew Tridgell1999-10-251-1/+1
* fixed a bug that made us use only 16 bits of the file checksum whenAndrew Tridgell1999-06-261-9/+15
* Small bug fix for the --compare-dest option: when a file's contentsDavid Dykstra1999-04-021-1/+2
* 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