summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Trust the sender on a local transfer.Wayne Davison2022-12-011-1/+5
* Duplicate argv data before poptFreeContext().Wayne Davison2022-11-221-13/+0
* Complain if the destination arg is empty.Wayne Davison2022-10-021-2/+13
* Improve various things in the checksum codeWayne Davison2022-09-101-0/+11
* Add `--trust-sender` option.Wayne Davison2022-08-091-2/+0
* Fix handling of daemon module names in file-list verification; convert some w...Wayne Davison2022-08-091-2/+2
* More improvements to file-list checkingWayne Davison2022-08-011-0/+1
* Some extra file-list safety checks.Wayne Davison2022-07-311-1/+6
* Don't backslash-escape args for a local transfer.Wayne Davison2022-01-181-0/+5
* Fix `--old-args` interaction with a daemonWayne Davison2022-01-171-1/+1
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Add an arg-protection idiom using backslash-escapesWayne Davison2022-01-091-5/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Use mallinfo2, when available, and use %zd for size_t values on C99.Wayne Davison2021-12-261-27/+22
* Fix the ability to read the user's numeric locale.Wayne Davison2021-10-291-0/+1
* Need to also check stdout_format_has_i in some INFO-NAME checks.Wayne Davison2021-06-271-2/+3
* Unset DISPLAY in environment.Wayne Davison2021-05-011-2/+20
* Handle a --mkpath failureWayne Davison2020-09-081-2/+5
* Don't allow a completely empty source arg.Wayne Davison2020-07-271-0/+7
* Complain about a missing/non-dir `--temp-dir`.Wayne Davison2020-07-261-0/+18
* Change daemon variable & simplify some option codeWayne Davison2020-07-251-12/+16
* Change the --mkpath message.Wayne Davison2020-07-241-1/+1
* Add --mkpath option. Fixes bugzilla bug 4621.Wayne Davison2020-07-231-8/+26
* Improve error output for local & remote-shell xfersWayne Davison2020-07-231-1/+1
* Warning fixes & impossible-failure improvementsWayne Davison2020-07-081-0/+2
* One more TANDEM include.Wayne Davison2020-07-061-0/+3
* More TANDEM changesWayne Davison2020-07-061-2/+2
* Some memory allocation improvementsWayne Davison2020-06-251-20/+5
* Make -4 & -6 also able to affect an ssh remote shell.Wayne Davison2020-06-131-12/+19
* Some indentation fixes.Wayne Davison2020-06-131-21/+16
* Change alt_dest_name() to alt_dest_opt().Wayne Davison2020-06-131-2/+2
* Change 3 alt-dest vars to just one + some defines.Wayne Davison2020-06-131-3/+2
* Make use of poptDupArgv().Wayne Davison2020-06-121-7/+4
* Fix a couple batchfile issues.Wayne Davison2020-06-101-2/+7
* A couple minor fixes.Wayne Davison2020-06-041-1/+0
* Improve how negotiated info affects batch files.Wayne Davison2020-05-251-17/+9
* Fix a bug in the writing of the batch.sh fileWayne Davison2020-05-221-1/+1
* Need to flush early errors before we exit.Wayne Davison2020-05-171-2/+0
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Fix the default skip-compress list.Wayne Davison2020-04-071-0/+4
* Set RSYNC_PORT in the env for a daemon-over-rsh connection.Wayne Davison2020-04-051-1/+13
* Add progress output via SIGINFO and SIGVTALRMWayne Davison2020-04-051-0/+13
* Make exit_cleanup() use _exit() if called from a signal handler.Wayne Davison2020-04-051-0/+2
* Add a --copy-as=USER[:GROUP] optionWayne Davison2020-03-291-0/+78
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Allow some pre-/post-xfer exec shell restrictions.Wayne Davison2018-03-251-4/+23
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Add an extra argc validation in do_server_sender().Wayne Davison2017-10-291-5/+8
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-2/+0
* Output "UNKNOWN" if starttime or endtime is -1.Wayne Davison2016-04-171-1/+8