summaryrefslogtreecommitdiff
path: root/options.c
Commit message (Expand)AuthorAgeFilesLines
* Use "uint64" instead of INO64_T (which is now gone).Wayne Davison2004-04-171-1/+1
* Updated the exclude-list code to handle the new linked-listWayne Davison2004-04-141-1/+1
* Use the new XFLG_* flags to call the add_exclude*() functions.Wayne Davison2004-04-121-5/+4
* If --daemon was specified, exit the option-parsing code beforeWayne Davison2004-04-071-3/+6
* Don't complain about a null --suffix if we're the server/sender (sinceWayne Davison2004-03-311-2/+2
* The --files-from option needs to allow a server-sender to sometimesWayne Davison2004-03-301-1/+1
* Got rid of debug-output statement.Wayne Davison2004-03-271-1/+0
* Optionally sanitize the args in parse_arguments() using the newWayne Davison2004-03-271-15/+33
* Changed the literal 9000 into "OPT_REFUSED_BASE".Wayne Davison2004-02-221-5/+7
* Complain in the daemon log file if there is an unknown option in theWayne Davison2004-02-211-6/+12
* Fixed the "refuse options" setting in the daemon after Fabrice BelletWayne Davison2004-02-211-34/+39
* Added backup_dir_buf and backup_dir_remainder.Wayne Davison2004-02-111-4/+17
* The batch-options now set checksum_seed to the appropriate fixed value.Wayne Davison2004-02-091-0/+4
* Use asprintf() in server_options() (plus a few more whitespace tweaks).Wayne Davison2004-02-091-48/+47
* Updated the sizeof syntax and tweaked some whitespace.Wayne Davison2004-02-091-34/+35
* Don't warn about lack of -l support if we're the sender -- we just won'tWayne Davison2004-02-021-1/+1
* Clarify the safe/unsafe symlink options in the usage text.Wayne Davison2004-02-021-3/+3
* - Fixed the bug where the --daemon option would squelch all option errorsWayne Davison2004-02-011-21/+25
* Fixed the optional sanitization of the files_from arg.Wayne Davison2004-01-301-2/+4
* Added "am_generator".Wayne Davison2004-01-271-0/+1
* Tweaked the --help text to refer to I/O (not IO) and use "an" inWayne Davison2004-01-231-4/+4
* Size-check the --temp-dir string so we don't have to worry about itWayne Davison2004-01-221-1/+6
* Make sure that the batch-prefix string isn't overly long (avoidingWayne Davison2004-01-191-1/+8
* Clarified the --delete-after help text.Wayne Davison2004-01-151-1/+1
* Made the types used in the sum_buf and sum_struct structures consistentWayne Davison2004-01-031-2/+2
* Shorten some of the lines in the --help output.Wayne Davison2003-12-301-7/+7
* Make the upper copyright year "2004".Wayne Davison2003-12-281-1/+1
* Updated the copyright year.Wayne Davison2003-12-201-1/+1
* New "io_error" variable handling for RERR_VANISHED support.Wayne Davison2003-12-151-1/+0
* If we're the server and --files-from is "-", set remote_filesfrom_fileWayne Davison2003-12-151-1/+4
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-1/+1
* Tweaked an error message.Wayne Davison2003-09-111-1/+1
* Added the new --protocol option.Wayne Davison2003-09-091-1/+2
* Make --progress imply --verbose without incrementing verbosity.J.W. Schultz2003-08-061-0/+3
* Got rid of unused OPT_* enums.Wayne Davison2003-08-051-9/+4
* Change the way we pass the --suffix option to the remote process soWayne Davison2003-08-011-2/+6
* Complain if the --suffix value contains slashes (which is all too easyWayne Davison2003-08-011-0/+5
* Got rid of suffix_specified and instead set backup_suffix to theWayne Davison2003-08-011-34/+33
* Changed add_exclude*() calls to use the revised arg syntax.Wayne Davison2003-07-011-6/+10
* Added --link-dest to the --help output.J.W. Schultz2003-05-021-0/+1
* - Per-file dynamic block size is now sqrt(file length).J.W. Schultz2003-04-101-2/+2
* Support the new --files-from, --no-relative, --no-implied-dirs, and --from0Wayne Davison2003-03-301-4/+86
* - Use popt to better effect for the two options that can be bothWayne Davison2003-03-211-60/+52
* - Simplified the whole-file option handling.Wayne Davison2003-03-211-137/+128
* Change the default of --modify-window back to 0 on Cygwin.David Dykstra2003-01-281-1/+1
* Make the default for --modify-window be 2 on cygwin.David Dykstra2003-01-201-5/+1
* Change rsync help for -a to show that it is equivalent to -rlptgoD.David Dykstra2003-01-161-1/+1
* Cast poptGetOptArg() to remove a compiler warning.Wayne Davison2003-01-111-1/+1
* When using daemon mode over a remote shell program and not running as root,David Dykstra2002-08-301-1/+1
* Add --link-dest option from J.W. Schultz.David Dykstra2002-08-291-2/+17