summaryrefslogtreecommitdiff
path: root/options.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-28Added the --delete-missing-args option to delete specifiedWayne Davison1-1/+7
2009-01-30We only need to send --stats to a remote receiver now.Wayne Davison1-3/+2
2009-01-28A few more improvements to the hostspec-parsing code.Wayne Davison1-7/+8
2009-01-28Fixed the parsing of IPv6 literal addresses with a usernameWayne Davison1-52/+67
2009-01-14Send the --stats option for proper del-stats operation.Wayne Davison1-1/+4
2009-01-03Update the copyright year.Wayne Davison1-2/+2
2008-11-15Adding the --usermap/--groupmap/--chown options.Wayne Davison1-0/+92
2008-11-09Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison1-1/+2
2008-10-15Adding hashtable debugging output (--debug=hash).Wayne Davison1-1/+2
2008-09-23Don't send a bogus "-" option to an older server if there wereWayne Davison1-1/+2
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-2/+12
2008-08-02Skip new symlink conversion step if the remote rsync is notWayne Davison1-0/+3
2008-08-01Changed the iconv-related message that was being output as theWayne Davison1-5/+5
2008-07-28Added a client --munge-links option that works like the daemonWayne Davison1-0/+15
2008-07-27Added a command-line override for daemon config parameters:Wayne Davison1-0/+20
2008-07-21Improved var-checker and tweaked all the issues it found.Wayne Davison1-2/+0
2008-07-20Added a debug-helping option, --msgs2stderr, than should help allWayne Davison1-0/+2
2008-07-20Changed the chksum debug flag to deltasum.Wayne Davison1-5/+5
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-1/+2
2008-07-18Some minor tweaking for the info+debug option parsing.Wayne Davison1-15/+16
2008-07-14A few more minor improvements in the --info/--debug code.Wayne Davison1-12/+11
2008-07-14Made the info_verbosity array 1 element larger.Wayne Davison1-1/+1
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-15/+375
2008-07-11If the user specifies --protocol=29, rsync will avoid sending an -eWayne Davison1-12/+18
2008-07-05Added the --remote-option=OPT (-M OPT) option.Wayne Davison1-0/+46
2008-07-05The --progress output now leaves the cursor at the end of the lineWayne Davison1-2/+6
2008-03-30Some argc-based actions in parse_arguments() shouldn't happen onWayne Davison1-2/+2
2008-03-24Don't send daemon-config filter-action messages back to the user.Wayne Davison1-4/+4
2008-03-24Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison1-7/+17
2008-03-20Some improvements to the file-name cleaning code:Wayne Davison1-5/+5
2008-03-20Changed the name of the server_filter_list to beWayne Davison1-7/+7
2008-03-16A daemon no longer tries to refuse the iconv option when it is not enabled.Wayne Davison1-0/+2
2008-03-15Fixed the use of --protect-args (-s) with a daemon.Wayne Davison1-10/+6
2008-03-10(Matt) Add missing --no-y option.Wayne Davison1-0/+1
2008-03-07The --fake-super option conflicts with -XX (which copies internalWayne Davison1-1/+7
2008-03-06Added even more no-OPTION overrides.Wayne Davison1-8/+19
2008-03-03Updated copyright year in --version output and improved the releaseWayne Davison1-1/+1
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2008-02-18Fixed a compilation problem when iconv support is disabled.Wayne Davison1-0/+2
2008-02-18Extended the protocol-30 info-passing code at startup, and use it toWayne Davison1-12/+16
2008-02-18Added --no-one-file-system and --no-x options.Wayne Davison1-0/+2
2008-02-15Some daemon security improvements, including the new parametersWayne Davison1-3/+17
2008-01-19Fixed the combination of --dry-run and --only-write-batch.Wayne Davison1-1/+2
2007-12-16Fixed the check_filter() calls that might be checking an absolute pathWayne Davison1-9/+17
2007-12-15Refer to delta-transfer algorithm rather than rsync algorithm.Wayne Davison1-1/+1
2007-11-28Adding --contimeout=SECONDS option.Wayne Davison1-1/+4
2007-11-20Got rid of the unused symlink parameter to sanitize_path().Wayne Davison1-5/+5
2007-11-08Improve the man page and --help descriptions of --dry-run. InWayne Davison1-1/+1
2007-11-06Some changes to allow an unsorted file list even if the iconv optionWayne Davison1-1/+1