Use "#if" (not "#ifdef") for configure-defined macros.
[rsync/rsync.git] / options.c
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-28 Wayne Davison- Added --verbose option parsing to the daemon options.
2005-01-28 Wayne DavisonImproved the option-descriptions in the --help text.
2005-01-28 Wayne DavisonOne minor tweak to the --delete-before option-passing...
2005-01-28 Wayne DavisonAdded back support for the --delete-before option so...
2005-01-28 Wayne DavisonAdded a sanity check for the SIZEOF_INT64 define.
2005-01-28 Wayne DavisonUse the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.
2005-01-27 Wayne DavisonAdded the new --delay-updates option.
2005-01-27 Wayne DavisonBumped the copyright year to 2005.
2005-01-25 Wayne DavisonRenamed several exclude-related functions/variables...
2005-01-25 Wayne Davison- Changed --delete to go back to defaulting to the...
2005-01-25 Wayne Davison- Added parsing for --filter (-f) and -F.
2005-01-24 Wayne DavisonAdded the delete-during handling (also selected with...
2005-01-24 Wayne DavisonAdded --omit-dir-times (-O).
2005-01-24 Wayne Davison- Changed --keep-dirs (-k) into --dirs (-d).
2005-01-23 Wayne DavisonWhen an option defined with POPT_ARG_VAL is being refus...
2005-01-22 Wayne Davison- We now set a delete_before variable for the --delete...
2005-01-20 Wayne DavisonSwitched uint64 vars over to int64.
2005-01-19 Wayne DavisonA slight simplification to the no-implied-dirs change.
2005-01-19 Wayne Davison- Added new int, keep_dirs, which is set if either...
2005-01-17 Wayne DavisonWe don't need to complain about --inplace being combine...
2005-01-15 Wayne DavisonFixed an off-by-one comparison against MAX_BASIS_DIRS.
2005-01-15 Wayne DavisonMade basis_dir_cnt non-static.
2005-01-15 Wayne DavisonMade compare_dest non-static.
2005-01-15 Wayne DavisonSome inplace-checking code should have been inside...
2005-01-15 Wayne DavisonSimplified one "if" that checks if one of the --FOO...
2005-01-01 Wayne DavisonUse an int32 for the each block-size variable.
2004-12-22 Wayne DavisonIf we send --files-from to the remote server and relati...
2004-12-08 Wayne DavisonAllow --port to be used in client mode (as well as...
2004-11-27 Wayne DavisonAllow "port" to be specified in the rsyncd.conf file.
2004-11-27 Wayne Davison- Added parsing for --copy-dest.
2004-11-17 Wayne Davison- Added the --bwlimit option to the options that are...
2004-11-11 Wayne DavisonAdded the --max-size option.
2004-10-14 Wayne DavisonSeparate the daemon options so that the user can't...
2004-10-14 Wayne DavisonIt seems that some popt releases don't define POPT_TABL...
2004-10-11 Wayne Davison- Got rid of some awkward spacing in the long_options...
2004-10-07 Wayne DavisonMention in -a's usage message that -H isn't implied.
2004-09-23 Wayne DavisonMade the refused-option message clearer, like Paul...
2004-09-22 Wayne DavisonIf the partial-dir value is relative, add a directory...
2004-09-18 Wayne DavisonLook for the RSYNC_PARTIAL_DIR environment variable...
2004-09-08 Wayne DavisonDon't try to optimize-away the sending of the --delete...
2004-09-07 Wayne DavisonReject the use of --compare-dest or --link-dest with...
2004-08-26 Wayne DavisonAllow the use of the --exclude*/--include* options...
2004-08-12 Wayne DavisonCall clean_flist() with its new "collapse_dot_dot"...
2004-08-11 Wayne DavisonCall sanitize_path() with updated args.
2004-08-05 Wayne DavisonUse the new sanitize_path() calling syntax.
2004-08-04 Wayne DavisonIn set_refuse_options(): make sure we scan the whole...
2004-08-03 Wayne DavisonDecided that we don't need to limit the block size...
2004-08-03 Wayne Davison- Changed the description for --block-size in the ...
2004-08-02 Wayne DavisonAllow better wildcard matching against the short-option...
2004-08-02 Wayne Davison- Extended the "refuse options" daemon setting to allow...
2004-07-31 Wayne Davison- Changed all the errors in parse_arguments() to use...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-22 Wayne DavisonChanged NO_INT64 to INT64_IS_OFF_T because off_t might...
2004-07-22 Wayne DavisonSome --help text fixes.
2004-07-21 Wayne DavisonComplain if the user combines --read-batch with --files...
2004-07-20 Wayne DavisonTweaked an error message.
2004-07-16 Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-16 Wayne DavisonLimit the block-size that the user can specify.
2004-07-15 Wayne Davison- Complain and die if --dry-run is used with a batch...
2004-07-15 Wayne DavisonWe no longer refer to a batch "prefix".
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-06-20 Wayne DavisonTweaked a comment.
2004-06-07 Wayne DavisonGot rid of some am_daemon games in option_error().
2004-06-06 Wayne DavisonIf the user specifies a small io_timeout value, lower...
2004-06-05 Wayne DavisonNew --keep-dirlinks option.
2004-05-27 Wayne DavisonSet a new variable, bwlimit_writemax, based on the...
2004-05-24 Wayne DavisonThe various include/exclude options are not used on...
2004-05-22 Wayne DavisonFixed a typo in the sending of the --checksum-seed...
2004-05-21 Wayne DavisonAdded the --checksum-seed option.
2004-05-21 Wayne Davison- Improved option_error() to make sure that the user...
2004-05-06 Wayne DavisonIntroduced long-option names for -4 and -6.
2004-04-17 Wayne DavisonUse "uint64" instead of INO64_T (which is now gone).
2004-04-14 Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-12 Wayne DavisonUse the new XFLG_* flags to call the add_exclude*(...
2004-04-07 Wayne DavisonIf --daemon was specified, exit the option-parsing...
2004-03-31 Wayne DavisonDon't complain about a null --suffix if we're the serve...
2004-03-30 Wayne DavisonThe --files-from option needs to allow a server-sender...
2004-03-27 Wayne DavisonGot rid of debug-output statement.
2004-03-27 Wayne DavisonOptionally sanitize the args in parse_arguments() using...
2004-02-22 Wayne DavisonChanged the literal 9000 into "OPT_REFUSED_BASE".
2004-02-21 Wayne DavisonComplain in the daemon log file if there is an unknown...
2004-02-21 Wayne DavisonFixed the "refuse options" setting in the daemon after...
2004-02-11 Wayne DavisonAdded backup_dir_buf and backup_dir_remainder.
2004-02-09 Wayne DavisonThe batch-options now set checksum_seed to the appropri...
2004-02-09 Wayne DavisonUse asprintf() in server_options() (plus a few more...
2004-02-09 Wayne DavisonUpdated the sizeof syntax and tweaked some whitespace.
2004-02-02 Wayne DavisonDon't warn about lack of -l support if we're the sender...
2004-02-02 Wayne DavisonClarify the safe/unsafe symlink options in the usage...
2004-02-01 Wayne Davison- Fixed the bug where the --daemon option would squelch...
2004-01-30 Wayne DavisonFixed the optional sanitization of the files_from arg.
2004-01-27 Wayne DavisonAdded "am_generator".
2004-01-23 Wayne DavisonTweaked the --help text to refer to I/O (not IO) and...
2004-01-22 Wayne DavisonSize-check the --temp-dir string so we don't have to...
2004-01-19 Wayne DavisonMake sure that the batch-prefix string isn't overly...
2004-01-15 Wayne DavisonClarified the --delete-after help text.
2004-01-03 Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2003-12-30 Wayne DavisonShorten some of the lines in the --help output.
2003-12-28 Wayne DavisonMake the upper copyright year "2004".
2003-12-20 Wayne DavisonUpdated the copyright year.
next