Make idev, hlink and file_struct + strings use allocation
[rsync/rsync.git] / options.c
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.
2001-11-26 Martin PoolFix rename of global option
2001-11-26 Martin PoolPut the new address family option into an options struc...
2001-11-24 Martin PoolSet rsync version in configure.in
2001-11-23 Martin PoolMerge KAME.net IPv6 patch: you can now (in theory)...
2001-09-09 Andrew Tridgell64-bit files depends on the size of OFF_T, not off64_t
2001-09-07 Martin PoolUpdate copyright notice.
2001-08-31 Martin PoolDoc.
2001-08-31 Martin PoolOption should be --recursive, not --recurse. (This...
2001-08-30 David DykstraThe --compare-dest option was not listed as accepting...
2001-08-15 Martin PoolFix cast warning.
2001-08-15 Martin PoolFix bug in --address handling.
2001-08-14 Martin PoolUpdate version message to mention batch files.
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-06-12 David DykstraAdd --with-rsync-path option.
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-02-24 Martin Poolpopt-1.5 is const-correct.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-08 Martin PoolDocument shortcoming of "unrecognised option" message.
2000-11-10 Martin PoolIn --version, say whether we have socketpair() or not
2000-11-09 Martin PoolPrint a warning message in the version if the platform...
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
2000-08-29 Andrew Tridgellthe 2nd half of the hack
2000-06-23 Andrew Tridgelladded --blocking-io option
2000-06-06 David DykstraAdd --bwlimit option contributed by Matthew Demicco...
2000-03-21 Andrew Tridgelladd a --ignore-errors option
2000-01-29 Andrew Tridgellfixed some logcode warnings
2000-01-24 Andrew Tridgell-a now implies -o and -D whether you are root or not
2000-01-24 Andrew Tridgelladded --backup-dir option from Bob Edwards
2000-01-23 Andrew Tridgelladded --max-delete option
2000-01-23 Andrew Tridgelladded --existing option, similar to one suggested by...
1999-11-08 Andrew Tridgelladded --delete-after option (suggested by Jason)
next