summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02We omit copying any user-space rsync.%FOO attributes unless theWayne Davison1-2/+5
2007-05-24- Added the --qsort option.Wayne Davison1-9/+25
2007-05-05Clumped some option-sending together that only happens on the sending side.Wayne Davison1-22/+24
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-4/+52
2007-04-24Adding the --fake-super option.Wayne Davison1-1/+13
2007-04-23Improved the SUBPROTOCOL_VERSION code a little, and bumped the valueWayne Davison1-11/+8
2007-04-23Changed the prerelease-protocol support to use an idiom that will notWayne Davison1-0/+7
2007-04-21Tweaked --version in a few minor ways, including the mentioning ofWayne Davison1-4/+10
2007-04-21Mention how many bits our local timestamps support.Wayne Davison1-1/+2
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-4/+29
2007-03-14Added an explicit option that will disallow the use ofWayne Davison1-0/+5
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-3/+37
2007-03-05Decided that we don't really want the rule that preserves theWayne Davison1-0/+4
2007-03-03Moved a couple auto-filter rules from options.c into compat.c soWayne Davison1-9/+0
2007-03-02Make the auto-generated protect filters use the perishable flag soWayne Davison1-2/+3
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-01-31Mention the year 2007 in the copyright declarations.Wayne Davison1-2/+2
2006-12-28- Changes to handle new default of --delete-during for --delete.Wayne Davison1-16/+32
2006-12-24Make the --password-file option's summary even better.Wayne Davison1-1/+1
2006-12-24Improved the summary of the --password-file option.Wayne Davison1-1/+1
2006-12-17Moved the flist_extra_cnt stuff from options.c to compat.c so thatWayne Davison1-6/+0
2006-12-13Tweaked the option-passing code's delete logic to make it cleaner.Wayne Davison1-5/+5
2006-12-05Changed flist_extra_ndx into flist_extra_cnt.Wayne Davison1-3/+3
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-1/+6
2006-12-01Change the format/order of the capabilities --version outputs.Wayne Davison1-13/+9
2006-11-22Added parsing for --delete-delay.Wayne Davison1-4/+8
2006-11-21Use an explicit cast when a value gets stored in a smaller var.Wayne Davison1-1/+1
2006-11-19Moved the options_rejected label to avoid a compiler warning onWayne Davison1-6/+7
2006-11-11Allow --max-delete=0 (zero used to be ignored).Wayne Davison1-2/+2
2006-11-09Got rid of type-casting into isFOO() and toFOO() functions byWayne Davison1-2/+2
2006-10-24Added the --no-motd option to silence just the text output at theWayne Davison1-0/+4
2006-10-18The server should not be adding an assumed filter rule based on theWayne Davison1-1/+1
2006-10-13Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison1-3/+6
2006-10-13Don't use a bool directly in an int comparison.Wayne Davison1-1/+1
2006-10-12Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison1-9/+3
2006-10-09Another tweak to the --chmod summary.Wayne Davison1-1/+1
2006-10-08Clarify the short description of --chmod.Wayne Davison1-1/+1
2006-09-18The [ & ] are now removed from a literal IPv6 hostname passed to theWayne Davison1-3/+6
2006-09-18When parsing a literal IPv6 address in square brackets, pass theWayne Davison1-1/+0
2006-06-30Decided that I like remove-source-files better than remove-sender-files.Wayne Davison1-9/+9
2006-06-30Added --remove-sender-files and deprecated --remove-sent-files.Wayne Davison1-6/+9
2006-06-07Call log_init() with its new "restart" (0 or 1) arg.Wayne Davison1-1/+1
2006-06-01Changed rprintf() messages that started with a newline into twoWayne Davison1-7/+14
2006-06-01Fixed a typo that set stdout_format_has_i instead of logfile_format_has_i.Wayne Davison1-1/+1
2006-05-30If the user specifies --log-file-format without --log-file,Wayne Davison1-1/+2
2006-05-30- Allow the --log-file-format option to override the "log format"Wayne Davison1-15/+6
2006-05-29- Renamed log_format -> stdout_format.Wayne Davison1-30/+34
2006-05-09Added --log-file and several logfile_* support variables.Wayne Davison1-0/+23