summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rename of global optionMartin Pool2001-11-261-2/+2
* Put the new address family option into an options struct. We have tooMartin Pool2001-11-261-4/+4
* Set rsync version in configure.inMartin Pool2001-11-241-4/+8
* Merge KAME.net IPv6 patch: you can now (in theory) pass IPv6 hostnamesMartin Pool2001-11-231-11/+17
* 64-bit files depends on the size of OFF_T, not off64_tAndrew Tridgell2001-09-091-2/+2
* Update copyright notice.Martin Pool2001-09-071-1/+1
* Doc.Martin Pool2001-08-311-2/+7
* Option should be --recursive, not --recurse. (This is what it was inMartin Pool2001-08-311-1/+1
* The --compare-dest option was not listed as accepting a string parameterDavid Dykstra2001-08-301-1/+1
* Fix cast warning.Martin Pool2001-08-151-1/+1
* Fix bug in --address handling.Martin Pool2001-08-151-1/+1
* Update version message to mention batch files.Martin Pool2001-08-141-2/+3
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-1/+22
* Add --with-rsync-path option.David Dykstra2001-06-121-1/+1
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-8/+8
* 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