aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'rsync/b3.0.x'Dylan Simon2010-10-031-2/+2
|\
| * Remove duplication for -x option.Wayne Davison2010-08-281-2/+2
* | Merge remote branch 'rsync/b3.0.x'Dylan Simon2010-07-181-3/+2
|\|
| * Mention 2010 in the main copyright.Wayne Davison2010-07-031-2/+2
| * Fixed inconsistencies reported by packaging/var-checker.Wayne Davison2010-06-301-1/+0
* | Add my own sig to --versionDylan Simon2010-06-151-0/+1
|/
* Ensure that the generator gets notified about an I/O error for the dirWayne Davison2009-12-211-0/+1
* Added an am_receiver variable.Wayne Davison2009-12-191-1/+0
* Improve the "--delete does not work without -r or -d" message.Wayne Davison2009-12-121-1/+1
* Don't allow --remove-s*-files with --read-batch.Wayne Davison2009-04-121-0/+6
* A few more improvements to the hostspec-parsing code.Wayne Davison2009-01-281-7/+8
* Fixed the parsing of IPv6 literal addresses with a usernameWayne Davison2009-01-281-52/+67
* Update the copyright year.Wayne Davison2009-01-171-2/+2
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-1/+2
* Don't send a bogus "-" option to an older server if there wereWayne Davison2008-09-261-1/+2
* Skip new symlink conversion step if the remote rsync is notWayne Davison2008-08-021-0/+13
* If the user specifies --protocol=29, rsync will avoid sending an -eWayne Davison2008-07-231-13/+18
* Some argc-based actions in parse_arguments() shouldn't happen onWayne Davison2008-03-301-2/+2
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-4/+4
* Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison2008-03-241-7/+17
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-5/+5
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-7/+7
* A daemon no longer tries to refuse the iconv option when it is not enabled.Wayne Davison2008-03-161-0/+2
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-10/+6
* (Matt) Add missing --no-y option.Wayne Davison2008-03-101-0/+1
* The --fake-super option conflicts with -XX (which copies internalWayne Davison2008-03-071-1/+7
* Added even more no-OPTION overrides.Wayne Davison2008-03-061-8/+19
* Updated copyright year in --version output and improved the releaseWayne Davison2008-03-031-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Fixed a compilation problem when iconv support is disabled.Wayne Davison2008-02-181-0/+2
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-12/+16
* Added --no-one-file-system and --no-x options.Wayne Davison2008-02-181-0/+2
* Some daemon security improvements, including the new parametersWayne Davison2008-02-151-3/+17
* Fixed the combination of --dry-run and --only-write-batch.Wayne Davison2008-01-191-1/+2
* Fixed the check_filter() calls that might be checking an absolute pathWayne Davison2007-12-161-9/+17
* Refer to delta-transfer algorithm rather than rsync algorithm.Wayne Davison2007-12-151-1/+1
* Adding --contimeout=SECONDS option.Wayne Davison2007-11-281-1/+4
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-5/+5
* Improve the man page and --help descriptions of --dry-run. InWayne Davison2007-11-081-1/+1
* Some changes to allow an unsorted file list even if the iconv optionWayne Davison2007-11-061-1/+1
* Fixed some typos that Matt pointed out.Wayne Davison2007-11-051-1/+1
* Call clean_fname() with new flag arg.Wayne Davison2007-10-311-5/+5
* - Send an 'i' in the -e arg to the server if we can support inc_recurse.Wayne Davison2007-10-161-8/+13
* We don't need to send --no-i-r anymore.Wayne Davison2007-10-161-3/+0
* Reposition the call to setup_iconv() so that it gets called only onceWayne Davison2007-10-071-1/+0
* We now send -d to the server for a list-only transfer w/o -r (ratherWayne Davison2007-10-071-7/+2
* Got rid of some SPACE-TAB sequencs in the indentation.Wayne Davison2007-09-301-6/+6
* Avoid a checker warning about unfreed memory.Wayne Davison2007-09-231-2/+4
* We now forward the --no-implied-dirs option to the receiving side,Wayne Davison2007-09-221-1/+2
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1