Improve --omit-dir-times & --omit-link-times
[rsync.git] / options.c
2021-10-10 Wayne DavisonImprove --omit-dir-times & --omit-link-times
2021-09-27 Wayne DavisonAdd --fsync option (promoted from patches).
2021-09-27 Wayne DavisonHelp avoid a --sparse --inplace bug in older rsyncs.
2020-09-22 Wayne DavisonVarious file comparison improvements
2020-08-28 Wayne DavisonSimplify the compat logic for local_server
2020-08-03 Wayne DavisonMove SUPPORT_ATIMES to rsync.h.
2020-08-03 Wayne DavisonCreate usage.c for smaller awk-dep rebuilds.
2020-08-03 Wayne DavisonUse RSYNC_GITVER in more output
2020-08-01 Wayne DavisonPut git version in a file for between-release versioning.
2020-07-25 Wayne DavisonChange new stderr options to `--stderr=MODE`.
2020-07-25 Wayne DavisonChange daemon variable & simplify some option code
2020-07-25 Wayne DavisonAdd `--errors2stderr` & `--msgs2protocol` options.
2020-07-24 Wayne DavisonFix devices-fake test if rsync can't link specials
2020-07-24 Wayne DavisonAdd --mkpath option. Fixes bugzilla bug 4621.
2020-07-23 Wayne DavisonSimplify the msgs2stderr default logic.
2020-07-23 Wayne DavisonImprove error output for local & remote-shell xfers
2020-07-22 Wayne DavisonAdd --crtimes option.
2020-07-13 Wayne DavisonCheck for overflow the right way.
2020-07-13 Wayne DavisonAdd the --stop-after & --stop-at options.
2020-07-11 Wayne DavisonSome number & string improvements
2020-07-10 Wayne DavisonAllow --block-size's size to have a suffix.
2020-07-08 Wayne DavisonWarning fixes & impossible-failure improvements
2020-07-07 Wayne DavisonAllow --max-alloc=0 for unlimited.
2020-07-07 Wayne DavisonAllow --bwlimit=0 again.
2020-07-06 Wayne DavisonSend the uid/gid 0 name since not all systems use 0...
2020-07-05 Wayne DavisonTweak a couple var names.
2020-07-01 Wayne DavisonPut the optimizations into their own list.
2020-06-26 Wayne DavisonA few more simple changes & fixes.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-22 Wayne DavisonUpdate links to https.
2020-06-22 Wayne DavisonAdd `--zl=N` opt & improve its docs.
2020-06-22 Samuel HenriqueMake --backup be set when --backup-dir is used
2020-06-21 Wayne DavisonDisable atimes on macOS.
2020-06-21 Wayne DavisonAdd `--early-input=FILE` option.
2020-06-21 Wayne DavisonSome more docs/news changes.
2020-06-21 Wayne DavisonMention atimes & protected-args in capabilities.
2020-06-21 Wayne DavisonWe only need one capability marked with a "*".
2020-06-21 Wayne DavisonMention "asm" instead of "ASM".
2020-06-21 Wayne DavisonMention openssl-crypto in -VV list.
2020-06-21 Wayne DavisonRequire -VV to see SIMD & ASM in version output
2020-06-17 Wayne DavisonSome fixes after compiling on cygwin.
2020-06-14 Wayne DavisonSome indentation fixes.
2020-06-13 Wayne DavisonChange alt_dest_name() to alt_dest_opt().
2020-06-13 Wayne DavisonChange 3 alt-dest vars to just one + some defines.
2020-06-13 Wayne DavisonThe unalias argv array needs room for a trailing NULL.
2020-06-12 Wayne DavisonUse the refused-option code to disable options that...
2020-06-12 Wayne DavisonTranslate man page's option list into .h files for...
2020-06-04 Wayne DavisonMake -V the short opt for --version.
2020-05-31 Wayne DavisonSome improvements for --msgs2stderr and --daemon.
2020-05-28 Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28 Wayne DavisonUse MSG_FLUSH in a couple more spots.
2020-05-28 Wayne DavisonMerge pull request #2 from benrubson/flush
2020-05-27 Wayne DavisonA couple minor tweaks.
2020-05-26 Wayne DavisonSimplify the capabilities array.
2020-05-26 Wayne DavisonGet indent right.
2020-05-26 Wayne DavisonImprove output of capabilities in --version list.
2020-05-26 Wayne DavisonRemove xxhash from capabilities list.
2020-05-25 Wayne DavisonTweak the --zz option to --zc (aka --compress-choice).
2020-05-25 Wayne DavisonOutput the default checksum & compress lists in the...
2020-05-25 Wayne DavisonMake compression-level handling generic.
2020-05-25 Wayne DavisonDon't auto-foward debug options to the server side...
2020-05-25 Wayne DavisonA few more compression tweaks.
2020-05-25 Wayne DavisonMore compress changes
2020-05-24 Wayne DavisonAdd support for negotiated checksum names.
2020-05-23 Wayne DavisonPromoting xxhash support.
2020-05-23 Wayne DavisonSome checksum improvements
2020-05-22 Jorrit JongmaAVX2 optimized version of get_checksum1() for x86-64
2020-05-22 Wayne DavisonChecksum negotiation & more bits for compat_flags
2020-05-21 Jorrit JongmaSSE2/SSSE3 optimized version of get_checksum1() for...
2020-05-18 Wayne DavisonTweak the accept/refuse strings a bit.
2020-05-18 Wayne DavisonAdd back a lost "*" and document the refusing of log...
2020-05-18 Wayne DavisonAdd the ability to negate matches for the daemon's...
2020-05-18 Wayne DavisonNeed to flush early errors before we exit.
2020-04-30 Wayne DavisonUse a varint to send the file-list flags
2020-04-30 Wayne DavisonA resumed partial-dir file is transferred in-place.
2020-04-23 Wayne DavisonChange --set-notime to --open-noatime.
2020-04-23 Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-08 Wayne DavisonSwitch RSYNC_PORT to -1 in check_for_hostspec().
2020-04-06 Wayne DavisonSet RSYNC_PORT in the env for a daemon-over-rsh connection.
2020-04-06 Wayne DavisonTweak some indentation.
2020-04-05 Wayne DavisonNo need to forward --write-devices to a remote sender.
2020-04-05 Wayne DavisonAdded the --write-devices option.
2020-04-05 Wayne DavisonEnhance the validation of --block-size for older protocols.
2020-03-29 Wayne DavisonAdd a --copy-as=USER[:GROUP] option
2019-03-16 Wayne DavisonTweak the copyright year.
2018-12-16 Wayne DavisonAvoid a potential out-of-bounds read in daemon mode...
2018-01-15 Wayne DavisonTweak copyright date.
2018-01-10 Jeriko OneIgnore --protect-args when already sent by client
2017-02-20 Wayne DavisonDon't allow --daemon or --server alias via popt.
2016-10-10 Wayne DavisonSupport --sparse combined with --preallocate or --inplace.
2016-05-02 Wayne DavisonAdd --checksum-choice option to choose the checksum...
2016-01-24 Wayne DavisonAdd support for comparing nanoseconds on the receiver.
2015-12-18 Wayne DavisonDon't allow an empty flag name to --info & --debug.
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-05-11 Wayne DavisonAdd compat flag to allow proper seed checksum order.
2014-09-04 Wayne DavisonAdding the long options that BackupPC likes to use.
2014-06-14 Wayne DavisonUpdated NEWS & tweaked a comment.
2014-06-08 Wayne DavisonAdded a flag to disable xattr hlink optimization.
next