summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
...
* if no local destination is provided for the transfer then provideAndrew Tridgell1998-11-021-1/+1
* Add --compare-dest option which enables specifying an additional destinationDavid Dykstra1998-10-261-1/+18
* fix PATTERN/FILE in --help outputAndrew Tridgell1998-07-251-2/+2
* - close stdout and stderr and reopen then as /dev/null when running asAndrew Tridgell1998-07-191-4/+5
* added the --safe-links option to disallow symlinks outside theAndrew Tridgell1998-07-171-293/+303
* fixed a problem with rsync buffering the debug output when redirectedAndrew Tridgell1998-07-171-2/+2
* don't need to send --progress option to server as the server neverAndrew Tridgell1998-07-021-3/+0
* added --progress option which shows the progress of transfers. ThisAndrew Tridgell1998-07-021-1/+11
* added a --partial option which tells rsync to keep partiallyAndrew Tridgell1998-07-011-1/+11
* --help changes suggested by FrancoisAndrew Tridgell1998-06-181-47/+52
* updated the usage infoAndrew Tridgell1998-06-011-3/+9
* added --stats option for verbose stats on the file transferAndrew Tridgell1998-06-011-2/+9
* replaced chdir and getcwd calls with push_dir/pop_dir functions. TheseAndrew Tridgell1998-05-291-1/+1
* added support for --include, --include-from and the +/- syntaxAndrew Tridgell1998-05-271-3/+16
* this is a large commit which adds io multiplexing, thus giving errorAndrew Tridgell1998-05-181-0/+1
* split the options parsing code into options.cAndrew Tridgell1998-05-101-0/+461