Some batch-mode changes.
[rsync.git] / options.c
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.
2003-12-15 Wayne DavisonNew "io_error" variable handling for RERR_VANISHED...
2003-12-15 Wayne DavisonIf we're the server and --files-from is "-", set remote...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-11 Wayne DavisonTweaked an error message.
2003-09-09 Wayne DavisonAdded the new --protocol option.
2003-08-06 J.W. SchultzMake --progress imply --verbose without incrementing...
2003-08-05 Wayne DavisonGot rid of unused OPT_* enums.
2003-08-01 Wayne DavisonChange the way we pass the --suffix option to the remot...
2003-08-01 Wayne DavisonComplain if the --suffix value contains slashes (which...
2003-08-01 Wayne DavisonGot rid of suffix_specified and instead set backup_suff...
2003-07-01 Wayne DavisonChanged add_exclude*() calls to use the revised arg...
2003-05-02 J.W. SchultzAdded --link-dest to the --help output.
2003-04-10 J.W. Schultz - Per-file dynamic block size is now sqrt(file...
2003-03-30 Wayne DavisonSupport the new --files-from, --no-relative, --no-impli...
2003-03-21 Wayne Davison- Use popt to better effect for the two options that...
2003-03-21 Wayne Davison- Simplified the whole-file option handling.
2003-01-28 David DykstraChange the default of --modify-window back to 0 on...
2003-01-20 David DykstraMake the default for --modify-window be 2 on cygwin.
2003-01-16 David DykstraChange rsync help for -a to show that it is equivalent...
2003-01-11 Wayne DavisonCast poptGetOptArg() to remove a compiler warning.
2002-08-30 David DykstraWhen using daemon mode over a remote shell program...
2002-08-29 David DykstraAdd --link-dest option from J.W. Schultz.
2002-08-01 Wayne DavisonMention the new URL-in-the-destination syntax.
2002-08-01 Wayne DavisonIf daemon_over_rsh is set, we limit the generated optio...
2002-05-09 David DykstraSubmit enhancement from Michael Zimmerman to allow...
2002-05-06 Wayne DavisonTweaked the --rsh option's description.
2002-05-03 Wayne DavisonMade the --delete-after option imply --delete.
2002-04-16 Martin PoolDoc.
2002-04-08 Martin PoolShow panic_action in --version.
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-03-19 David DykstraNow that whole_file and no_whole_file are separate...
2002-03-19 Martin PoolFix --help layout.
2002-03-19 Martin PoolFix overly long line in version.
2002-03-19 Martin PoolFollow advice from GPL to insert a disclaimer of warran...
2002-03-19 Martin PoolInclude all fields in the options table to quieten...
2002-03-19 Martin PoolIntentional test of assert :_)
2002-03-19 Martin PoolPrevious solution for --no-whole-file would probably...
2002-03-19 Martin PoolSending --no-whole-file is no good because it will...
2002-03-19 Martin PoolFix --whole-file problem that caused it to be the defau...
2002-02-27 David DykstraI had accidentally deleted the case for --include-from...
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-02-05 David DykstraAdd --no-whole-file and --no-blocking-io options
2002-01-25 Martin PoolNew --ignore-existing option, patch previously distribu...
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-15 David DykstraAack! Since released version 2.5.0, the --whole-file...
2002-01-11 Martin PoolAlways use 64-bit ino_t and dev_t internally, so that...
2002-01-11 Martin PoolUpdate copyright
2002-01-11 Martin PoolIn protocol version 26, always
2001-12-18 Martin PoolGet rid of global_opts struct as suggested by Dave...
2001-12-14 David DykstraWhen INET6 is not defined, meaning that IPv6 is not...
2001-12-05 Martin PoolBe more strict about 'enum logcode' rather than int...
2001-12-05 Martin PoolFix help message for --address option
2001-12-05 Martin PoolAdd --no-detach option for W32, daemontools, etc.
next