aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Moved the options_rejected label to avoid a compiler warning onWayne Davison2006-11-191-6/+7
* Allow --max-delete=0 (zero used to be ignored).Wayne Davison2006-11-111-2/+2
* Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison2006-11-091-2/+2
* Added the --no-motd option to silence just the text output at theWayne Davison2006-10-241-0/+4
* The server should not be adding an assumed filter rule based on theWayne Davison2006-10-181-1/+1
* Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2006-10-131-3/+6
* Don't use a bool directly in an int comparison.Wayne Davison2006-10-131-1/+1
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-121-9/+3
* Another tweak to the --chmod summary.Wayne Davison2006-10-091-1/+1
* Clarify the short description of --chmod.Wayne Davison2006-10-081-1/+1
* The [ & ] are now removed from a literal IPv6 hostname passed to theWayne Davison2006-09-181-3/+6
* When parsing a literal IPv6 address in square brackets, pass theWayne Davison2006-09-181-1/+0
* Decided that I like remove-source-files better than remove-sender-files.Wayne Davison2006-06-301-9/+9
* Added --remove-sender-files and deprecated --remove-sent-files.Wayne Davison2006-06-301-6/+9
* Call log_init() with its new "restart" (0 or 1) arg.Wayne Davison2006-06-071-1/+1
* Changed rprintf() messages that started with a newline into twoWayne Davison2006-06-011-7/+14
* Fixed a typo that set stdout_format_has_i instead of logfile_format_has_i.Wayne Davison2006-06-011-1/+1
* If the user specifies --log-file-format without --log-file,Wayne Davison2006-05-301-1/+2
* - Allow the --log-file-format option to override the "log format"Wayne Davison2006-05-301-15/+6
* - Renamed log_format -> stdout_format.Wayne Davison2006-05-291-30/+34
* Added --log-file and several logfile_* support variables.Wayne Davison2006-05-091-0/+23
* - Added some calls to die_on_unsafe_path() to the path-sanitizing code.Wayne Davison2006-05-051-10/+9
* - Don't check HAVE_LINK directly, use SUPPORT_HARD_LINKS instead.Wayne Davison2006-05-051-6/+6
* Use the new calling syntax for sanitize_path().Wayne Davison2006-05-031-6/+6
* We can't check the --*-dest args against the server filter rulesWayne Davison2006-04-281-9/+4
* Moved the sanitizing of the --*-dest args into main.c.Wayne Davison2006-04-281-4/+3
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-4/+6
* - Complain if the user specified --delete without -r or -d.Wayne Davison2006-03-281-7/+4
* Added --no-H and --no-hard-links.Wayne Davison2006-02-271-1/+3
* Added the new --copy-dirlinks (-k) option.Wayne Davison2006-02-241-4/+11
* Moved the orig_umask variable's definition into main.c since itWayne Davison2006-02-241-1/+0
* A brief msleep() in option_error() may be helpful to ensure thatWayne Davison2006-02-201-0/+1
* Added a backward-compatibility note about -h to the --help optionWayne Davison2006-02-111-1/+1
* There's no need to send --size-only to a remote sender.Wayne Davison2006-02-091-3/+2
* Changed -h to mean powers of 1000 when used once, and powers of 1024Wayne Davison2006-02-081-3/+6
* Don't force verbose for --dry-run; let the user decide.Wayne Davison2006-02-071-2/+1
* Don't look for $RSYNC_PARTIAL_DIR on the server side.Wayne Davison2006-02-071-1/+1
* Changed --8-bit to --8-bit-output.Wayne Davison2006-02-061-2/+2
* Added the --8-bit (-8) option.Wayne Davison2006-02-061-0/+3
* Decided to undo the last change to avoid backward compatibilityWayne Davison2006-02-031-2/+1
* Avoid adding our own exclude of the partial-dir name if theWayne Davison2006-02-031-1/+2
* Tweaked a couple lines in the code that handles --version.Wayne Davison2006-02-021-4/+4
* Another help-text tweak.Wayne Davison2006-01-311-1/+1
* Moved --chmod in the help output.Wayne Davison2006-01-311-1/+1
* Added the --executability (-E) option.Wayne Davison2006-01-311-0/+5
* Call the parse_chmod() with its new syntax.Wayne Davison2006-01-301-1/+1
* No need to send --partial when we're the receiver.Wayne Davison2006-01-291-4/+4
* Avoid forwarding the --temp-dir option to the server when we'reWayne Davison2006-01-291-1/+1
* Don't add the "protect" filter rule for backup-suffix filenamesWayne Davison2006-01-281-1/+1