More tweaks for Actions.
[rsync.git] / main.c
2022-12-02 Wayne DavisonTrust the sender on a local transfer.
2022-11-23 Wayne DavisonDuplicate argv data before poptFreeContext().
2022-10-02 Wayne DavisonComplain if the destination arg is empty.
2022-09-10 Wayne DavisonImprove various things in the checksum code
2022-08-09 Wayne DavisonAdd `--trust-sender` option.
2022-08-09 Wayne DavisonFix handling of daemon module names in file-list verifi...
2022-08-01 Wayne DavisonMore improvements to file-list checking
2022-08-01 Wayne DavisonSome extra file-list safety checks.
2022-01-19 Wayne DavisonDon't backslash-escape args for a local transfer.
2022-01-18 Wayne DavisonFix `--old-args` interaction with a daemon
2022-01-16 Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-10 Wayne DavisonAdd an arg-protection idiom using backslash-escapes
2022-01-02 Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-12-26 Wayne DavisonUse mallinfo2, when available, and use %zd for size_t...
2021-10-30 Wayne DavisonFix the ability to read the user's numeric locale.
2021-06-27 Wayne DavisonNeed to also check stdout_format_has_i in some INFO...
2021-05-01 Wayne DavisonUnset DISPLAY in environment.
2020-09-08 Wayne DavisonHandle a --mkpath failure
2020-07-27 Wayne DavisonDon't allow a completely empty source arg.
2020-07-26 Wayne DavisonComplain about a missing/non-dir `--temp-dir`.
2020-07-25 Wayne DavisonChange daemon variable & simplify some option code
2020-07-24 Wayne DavisonChange the --mkpath message.
2020-07-24 Wayne DavisonAdd --mkpath option. Fixes bugzilla bug 4621.
2020-07-23 Wayne DavisonImprove error output for local & remote-shell xfers
2020-07-08 Wayne DavisonWarning fixes & impossible-failure improvements
2020-07-06 Wayne DavisonOne more TANDEM include.
2020-07-06 Wayne DavisonMore TANDEM changes
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-14 Wayne DavisonMake -4 & -6 also able to affect an ssh remote shell.
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 DavisonMake use of poptDupArgv().
2020-06-10 Wayne DavisonFix a couple batchfile issues.
2020-06-05 Wayne DavisonA couple minor fixes.
2020-05-26 Wayne DavisonImprove how negotiated info affects batch files.
2020-05-22 Wayne DavisonFix a bug in the writing of the batch.sh file
2020-05-18 Wayne DavisonNeed to flush early errors before we exit.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-08 Wayne DavisonFix the default skip-compress list.
2020-04-06 Wayne DavisonSet RSYNC_PORT in the env for a daemon-over-rsh connection.
2020-04-05 Wayne DavisonAdd progress output via SIGINFO and SIGVTALRM
2020-04-05 Wayne DavisonMake exit_cleanup() use _exit() if called from a signal...
2020-03-29 Wayne DavisonAdd a --copy-as=USER[:GROUP] option
2019-03-16 Wayne DavisonTweak the copyright year.
2018-03-25 Wayne DavisonAllow some pre-/post-xfer exec shell restrictions.
2018-01-15 Wayne DavisonTweak copyright date.
2017-10-29 Wayne DavisonAdd an extra argc validation in do_server_sender().
2016-05-02 Wayne DavisonAdd --checksum-choice option to choose the checksum...
2016-04-17 Wayne DavisonOutput "UNKNOWN" if starttime or endtime is -1.
2016-04-17 Wayne DavisonOnly output about new backup dirs when requested.
2015-08-24 Wayne DavisonAvoid creating even the top-level backup dir until...
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-07-07 Wayne DavisonBrant Gurganus's autoconf updates.
2014-12-31 Wayne DavisonComplain if an inc-recursive path is not right for...
2014-01-26 Wayne DavisonBump the year to 2014.
2013-01-19 Wayne DavisonUpdate copyright year.
2011-11-23 Wayne Davisonmake repeated --fuzzy option look into alt-dest dirs.
2011-10-08 Wayne DavisonLet's cast getpid() to an int instead of a long for...
2011-09-11 Wayne DavisonFix a potential hang on an empty file list.
2011-06-18 Wayne DavisonMake daemon-exclude errors more error-like.
2011-05-07 Wayne DavisonTurn empty remote args into dot dirs.
2011-02-22 Wayne DavisonFix --force with --one-file-system w/o --delete.
2010-12-24 Wayne DavisonProtect a remote filename that starts with a dash.
2010-06-19 Wayne DavisonGet rid of some trailing whitespace.
2010-05-03 Wayne DavisonMake an empty-string dest-dir the same as "." again.
2010-04-30 Wayne DavisonMay as well use do_mkdir() directly these days.
2010-04-24 Matt McCutchenDon't set the umask to 0 any more: it's ugly and pointless.
2010-01-02 Wayne DavisonMore --timeout improvements, especially for the receivi...
2009-12-19 Wayne DavisonImprove --timeout method to take into account all I...
2009-12-19 Wayne DavisonAdded an am_receiver variable.
2009-12-14 Wayne DavisonFree a strdup() in do_cmd() that checker was complainin...
2009-12-12 Wayne DavisonFix checker compile warning.
2009-12-12 Wayne DavisonFix a hang that can happen when the sender is sending...
2009-12-12 Wayne DavisonDon't send MSG_ERROR_EXIT messages at the end of the...
2009-11-07 Wayne DavisonTry to silence some warnings from "checker".
2009-10-27 Wayne DavisonChange the daemon-timeout conveyance into a protocol...
2009-10-24 Wayne DavisonFixed some backward-compatibility issues with --files...
2009-10-20 Wayne DavisonMoved a few group-related functions with some minor...
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-10-12 Wayne DavisonAvoid stopping multiplexed out over the message fd.
2009-10-02 Wayne DavisonChange the msg pipe to use a real multiplexed IO mode
2009-09-02 Wayne DavisonDefine and use "our_gid" variable.
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-04-12 Wayne DavisonThe suffix must be non-empty if the backup-dir is the...
2009-04-11 Wayne DavisonMore backup improvements:
2009-02-05 Wayne DavisonEnsure that the sender turns off any msg_fd_in use...
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-10-11 Wayne DavisonFixed a glitch when using -s with a remote-shell daemon.
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-27 Wayne DavisonProperly ignore source args on a --read-batch command.
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-02 Wayne DavisonAdded logic to the receiving side to ensure that the...
2008-07-21 Wayne DavisonImproved var-checker and tweaked all the issues it...
2008-07-21 Wayne DavisonInclude the array-size in array externs so that IBM...
2008-07-21 Wayne DavisonAdded a debug-helping option, --msgs2stderr, than shoul...
2008-07-20 Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
next