patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
[rsync/rsync.git] / options.c
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-03 Andrew Tridgelladded the --log-format option to allow users to request...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-07-25 Andrew Tridgellfix PATTERN/FILE in --help output
1998-07-19 Andrew Tridgell- close stdout and stderr and reopen then as /dev/null...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-17 Andrew Tridgellfixed a problem with rsync buffering the debug output...
1998-07-02 Andrew Tridgelldon't need to send --progress option to server as the...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-07-01 Andrew Tridgelladded a --partial option which tells rsync to keep...
1998-06-18 Andrew Tridgell--help changes suggested by Francois
1998-06-01 Andrew Tridgellupdated the usage info
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c