The size of anything but a regular file is probably not worth thinking
[rsync.git] / options.c
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)
1999-10-31 Andrew Tridgelladded --address option for virtual hosting
1999-10-31 Andrew Tridgelladded -P option
1999-02-25 David DykstraRemoved am_client variable. It was being set in one...
1999-02-22 David DykstraAdd --delete-excluded option to delete files on the...
1999-02-18 Andrew Tridgelladded --size-only option. Useful when starting to use...
1999-02-17 David DykstraAdded --copy-unsafe-links option which is like --copy...
1999-02-10 David DykstraChanged Usage in the rsync --help message to indicate...
1999-02-09 David DykstraAdd --quiet/-q option. Contributed by Rich Salz salzr...
1999-01-08 Andrew Tridgelladded --password-file patch from Alex Schlessinger...
1998-11-25 David DykstraBack out change that treated "refuse options = compress...
1998-11-24 David DykstraWhen "refuse options = compress" is set in rsyncd.conf...
1998-11-23 Andrew Tridgellupdates to reflect new samba.org domain
1998-11-19 Andrew Tridgellimproved the "refuse options" code a bit
1998-11-19 Andrew Tridgelladded "refuse options" option
1998-11-18 David DykstraMinor documentation patches, due mostly to
1998-11-03 David DykstraDocument the fact that you can use [USER@] in an rsync...
1998-11-03 David DykstraAdd support for optional ":PORT" in rsync URL.
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-03 Andrew Tridgelladded the --log-format option to allow users to request...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-07-25 Andrew Tridgellfix PATTERN/FILE in --help output
1998-07-19 Andrew Tridgell- close stdout and stderr and reopen then as /dev/null...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-17 Andrew Tridgellfixed a problem with rsync buffering the debug output...
1998-07-02 Andrew Tridgelldon't need to send --progress option to server as the...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-07-01 Andrew Tridgelladded a --partial option which tells rsync to keep...
1998-06-18 Andrew Tridgell--help changes suggested by Francois
1998-06-01 Andrew Tridgellupdated the usage info
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c