summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only output about new backup dirs when requested.Wayne Davison2016-04-171-1/+2
* Avoid creating even the top-level backup dir until needed.Wayne Davison2015-08-231-6/+19
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Brant Gurganus's autoconf updates.Wayne Davison2015-07-071-4/+4
* Complain if an inc-recursive path is not right for its dir.Wayne Davison2014-12-311-2/+2
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* make repeated --fuzzy option look into alt-dest dirs.Wayne Davison2011-11-231-16/+19
* Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison2011-10-081-12/+7
* Fix a potential hang on an empty file list.Wayne Davison2011-09-111-1/+5
* Make daemon-exclude errors more error-like.Wayne Davison2011-06-181-1/+1
* Turn empty remote args into dot dirs.Wayne Davison2011-05-071-0/+5
* Fix --force with --one-file-system w/o --delete.Wayne Davison2011-02-221-0/+2
* Protect a remote filename that starts with a dash.Wayne Davison2010-12-231-1/+5
* Get rid of some trailing whitespace.Wayne Davison2010-06-191-1/+1
* Make an empty-string dest-dir the same as "." again.Wayne Davison2010-05-021-0/+4
* May as well use do_mkdir() directly these days.Wayne Davison2010-04-301-1/+1
* Don't set the umask to 0 any more: it's ugly and pointless.Matt McCutchen2010-04-241-3/+4