summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* We omit copying any user-space rsync.%FOO attributes unless theWayne Davison2007-07-021-2/+5
* - Added the --qsort option.Wayne Davison2007-05-241-9/+25
* Clumped some option-sending together that only happens on the sending side.Wayne Davison2007-05-051-22/+24
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-4/+52
* Adding the --fake-super option.Wayne Davison2007-04-241-1/+13
* Improved the SUBPROTOCOL_VERSION code a little, and bumped the valueWayne Davison2007-04-231-11/+8
* Changed the prerelease-protocol support to use an idiom that will notWayne Davison2007-04-231-0/+7
* Tweaked --version in a few minor ways, including the mentioning ofWayne Davison2007-04-211-4/+10
* Mention how many bits our local timestamps support.Wayne Davison2007-04-211-1/+2
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-4/+29
* Added an explicit option that will disallow the use ofWayne Davison2007-03-141-0/+5
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-3/+37
* Decided that we don't really want the rule that preserves theWayne Davison2007-03-051-0/+4
* Moved a couple auto-filter rules from options.c into compat.c soWayne Davison2007-03-031-9/+0
* Make the auto-generated protect filters use the perishable flag soWayne Davison2007-03-021-2/+3
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Mention the year 2007 in the copyright declarations.Wayne Davison2007-01-311-2/+2
* - Changes to handle new default of --delete-during for --delete.Wayne Davison2006-12-281-16/+32
* Make the --password-file option's summary even better.Wayne Davison2006-12-241-1/+1
* Improved the summary of the --password-file option.Wayne Davison2006-12-241-1/+1
* Moved the flist_extra_cnt stuff from options.c to compat.c so thatWayne Davison2006-12-171-6/+0
* Tweaked the option-passing code's delete logic to make it cleaner.Wayne Davison2006-12-131-5/+5
* Changed flist_extra_ndx into flist_extra_cnt.Wayne Davison2006-12-051-3/+3
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-1/+6
* Change the format/order of the capabilities --version outputs.Wayne Davison2006-12-011-13/+9
* Added parsing for --delete-delay.Wayne Davison2006-11-221-4/+8
* Use an explicit cast when a value gets stored in a smaller var.Wayne Davison2006-11-211-1/+1
* 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