summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* popt-1.5 is const-correct.Martin Pool2001-02-241-3/+2
* Change from getopt to popt.Martin Pool2001-02-231-313/+164
* Document shortcoming of "unrecognised option" message.Martin Pool2001-02-081-0/+11
* In --version, say whether we have socketpair() or notMartin Pool2000-11-101-5/+13
* Print a warning message in the version if the platform cannot support 32-bit ...Martin Pool2000-11-091-5/+21
* added --modify-window option from David Bolen <db3l@fitlinxx.com>Andrew Tridgell2000-09-061-1/+24
* the 2nd half of the hackAndrew Tridgell2000-08-291-0/+9
* added --blocking-io optionAndrew Tridgell2000-06-231-1/+8
* Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton.David Dykstra2000-06-061-1/+15
* add a --ignore-errors optionAndrew Tridgell2000-03-211-1/+12
* fixed some logcode warningsAndrew Tridgell2000-01-291-1/+1
* -a now implies -o and -D whether you are root or notAndrew Tridgell2000-01-241-5/+3
* added --backup-dir option from Bob EdwardsAndrew Tridgell2000-01-241-1/+18
* added --max-delete optionAndrew Tridgell2000-01-231-4/+17
* added --existing option, similar to one suggested by Gildas Quiniou <gildas@s...Andrew Tridgell2000-01-231-1/+11
* added --delete-after option (suggested by Jason)Andrew Tridgell1999-11-081-1/+12
* added --address option for virtual hostingAndrew Tridgell1999-10-311-1/+14
* added -P optionAndrew Tridgell1999-10-311-1/+7
* Removed am_client variable. It was being set in one place, when a clientDavid Dykstra1999-02-251-1/+0
* Add --delete-excluded option to delete files on the receiving side thatDavid Dykstra1999-02-221-4/+15
* added --size-only option. Useful when starting to use rsync after aAndrew Tridgell1999-02-181-1/+12
* Added --copy-unsafe-links option which is like --copy-links except it isDavid Dykstra1999-02-171-1/+12
* Changed Usage in the rsync --help message to indicate how there can beDavid Dykstra1999-02-101-8/+9
* Add --quiet/-q option. Contributed by Rich Salz salzr@certco.com.David Dykstra1999-02-091-2/+10
* added --password-file patch from Alex Schlessinger <alex@inconnect.com>Andrew Tridgell1999-01-081-4/+8
* Back out change that treated "refuse options = compress" the same asDavid Dykstra1998-11-251-7/+0
* When "refuse options = compress" is set in rsyncd.conf, silently send filesDavid Dykstra1998-11-241-0/+7
* updates to reflect new samba.org domainAndrew Tridgell1998-11-231-1/+1
* improved the "refuse options" code a bitAndrew Tridgell1998-11-191-1/+2
* added "refuse options" optionAndrew Tridgell1998-11-191-0/+50
* Minor documentation patches, due mostly toDavid Dykstra1998-11-181-2/+2
* Document the fact that you can use [USER@] in an rsync URL.David Dykstra1998-11-031-1/+1
* Add support for optional ":PORT" in rsync URL.David Dykstra1998-11-031-2/+3
* patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to addAndrew Tridgell1998-11-031-1/+1
* added the --log-format option to allow users to request arbitraryAndrew Tridgell1998-11-031-1/+8
* 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