summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More --timeout improvements, especially for the receiving side:Wayne Davison2010-01-021-5/+0
* Improve --timeout method to take into account all I/O that is going on.Wayne Davison2009-12-191-0/+5
* Added an am_receiver variable.Wayne Davison2009-12-191-1/+3
* Free a strdup() in do_cmd() that checker was complaining about.Wayne Davison2009-12-131-2/+5
* Fix checker compile warning.Wayne Davison2009-12-121-1/+1
* Fix a hang that can happen when the sender is sending an extra file-listWayne Davison2009-12-121-0/+2
* Don't send MSG_ERROR_EXIT messages at the end of the transfer.Wayne Davison2009-12-121-0/+4
* Try to silence some warnings from "checker".Wayne Davison2009-11-071-1/+1
* Change the daemon-timeout conveyance into a protocol-31 message.Wayne Davison2009-10-271-0/+3