summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-30Got rid of some SPACE-TAB sequencs in the indentation.Wayne Davison1-6/+6
2007-09-23Avoid a checker warning about unfreed memory.Wayne Davison1-2/+4
2007-09-22We now forward the --no-implied-dirs option to the receiving side,Wayne Davison1-1/+2
2007-09-22Moved inline functions from rsync.h into ifuncs.h.Wayne Davison1-0/+1
2007-09-18Switching to --no-i-r from --no-ir.Wayne Davison1-2/+1
2007-09-18- Improved -s support.Wayne Davison1-22/+30
2007-09-15- Fixed a bug in the passing of the --max-delete option.Wayne Davison1-4/+7
2007-09-09Added --no-protect-args and --no-s.Wayne Davison1-1/+3
2007-09-09Added the --protect-args (-s) option, and made parse_arguments()Wayne Davison1-3/+16
2007-09-08Improved the argv/argc variable names that are really pointers.Wayne Davison1-18/+19
2007-09-02One more tweak to latest omit-dir-times code.Wayne Davison1-5/+9
2007-09-02Added --no-omit-dir-times and --no-O.Wayne Davison1-0/+2
2007-09-01Made omit_dir_times a static variable in options.c by encodingWayne Davison1-7/+10
2007-09-01Handle the new --append and --append-verify options.Wayne Davison1-4/+16
2007-08-22Don't omit the -4/-6 options if no IPv6 support was compiled intoWayne Davison1-10/+7
2007-08-11Improved the arg-checking of a daemon command.Wayne Davison1-2/+2
2007-08-04Make the --xattrs option not imply --perms.Wayne Davison1-2/+1
2007-08-01Fixed the port-parsing in an rsync:// path; e.g., this nowWayne Davison1-1/+1
2007-07-24If --no-ir is specified, pass it to the server.Wayne Davison1-0/+3
2007-07-15We now take a negative value specified to --max-delete as beingWayne Davison1-17/+20
2007-07-14Parse the --skip-compress=LIST option and sent it to the sending side.Wayne Davison1-0/+9
2007-07-12Made some descriptions concerning modification times clearer.Wayne Davison1-2/+2
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