summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.0.5v3.0.5Wayne Davison2008-12-286-12/+12
* Avoid a hang when using at least 3 --verbose options on a transfer withWayne Davison2008-12-282-0/+7
* Allow opendir() in send_directory() to fail with ENOENT.Wayne Davison2008-12-272-0/+5
* Make it clearer which configure files changed.Wayne Davison2008-11-151-2/+6
* Mention a few NEWS items that hadn't been mentioned yet.Wayne Davison2008-11-151-3/+13
* Preparing for release of 3.0.5pre2v3.0.5pre2Wayne Davison2008-11-154-9/+9
* An ftruncate() failure should result in FERROR_XFER.Wayne Davison2008-11-151-5/+4
* Tweaked the month guess in OLDNEWS.Wayne Davison2008-11-151-1/+1
* Change clean_fname() to keep "//" at the start for cygwin.Wayne Davison2008-11-151-3/+11
* Change some size_t vars to ints.Wayne Davison2008-11-151-4/+4
* Make sparse_seek an OFF_T (pointed out by Pedro Valasco).Wayne Davison2008-11-111-1/+1
* A "make reconfigure" doesn't stop if configure changes.Wayne Davison2008-11-111-3/+7
* Mention Matt's -K --delete fix.Wayne Davison2008-11-101-0/+3
* Add flist_find_ignore_dirness() and change delete_in_dir() to use it.Matt McCutchen2008-11-102-20/+26
* Mention the fix for --files-from dot/./paths.Wayne Davison2008-11-091-0/+3
* Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.Wayne Davison2008-11-092-3/+33
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-097-44/+92
* Mention hang fix in the NEWS.Wayne Davison2008-11-091-0/+2
* Avoid a potential hang when --remove-*-files is active.Wayne Davison2008-11-091-2/+7
* The protect filter automatically added with --backup is not perishableMatt McCutchen2008-11-021-1/+1
* Mention the getnameinfo() fix in the NEWS.Wayne Davison2008-10-251-0/+3
* Mention rsync's definition of client and server.Wayne Davison2008-10-251-0/+4
* Fixed our supplied getnameinfo()'s ability to do a reverse lookup,Wayne Davison2008-10-251-6/+3
* Added another file-list filter to handle odd-ball systems that don'tWayne Davison2008-10-141-2/+3
* Preparing for release of 3.0.5pre1v3.0.5pre1Wayne Davison2008-10-114-11/+11
* Mention the latest NEWS.Wayne Davison2008-10-111-1/+13
* Fixed a glitch when using -s with a remote-shell daemon.Wayne Davison2008-10-111-1/+1
* Don't lookup address "0.0.0.0" when we're a remote-shell daemon.Wayne Davison2008-10-111-0/+3
* Fixed send_protected_args() to send "." in place of an empty arg.Wayne Davison2008-10-111-2/+5
* Added a fully atomic update if the user has setup a symlinkWayne Davison2008-10-111-24/+56
* Fix the error message on one of the rename operations.Wayne Davison2008-10-101-1/+1
* Remove bogus "non-empty" qualifier in '*' discussion.Wayne Davison2008-09-262-1/+18
* Properly ignore source args on a --read-batch command.Wayne Davison2008-09-261-2/+2
* Fixed skipping of unneeded updates in a batch file when incrementalWayne Davison2008-09-264-31/+75
* Moved the flist_ndx_{push,pop}() routines from io.c into util.c.Wayne Davison2008-09-263-43/+43
* Fix the %P logfile escape inside a chroot.Wayne Davison2008-09-263-46/+72
* Initialize xattr data in a couple spots in the hlink code, which avoidsWayne Davison2008-09-261-4/+33
* Don't send a bogus "-" option to an older server if there wereWayne Davison2008-09-261-1/+2
* Beginning work on a 3.0.5 release.Wayne Davison2008-09-263-61/+70
* Preparing for release of 3.0.4v3.0.4Wayne Davison2008-09-066-12/+12
* A few more improvements and a mention of the latest fix.Wayne Davison2008-09-061-4/+9
* Changed some "rsync" commands into proper "$RSYNC" commands.Wayne Davison2008-09-031-5/+5
* Made human_num() and human_dnum() able to output negative numbers.Wayne Davison2008-09-012-19/+45
* Got rid of the check_for_io_err code, as it could cause a hang.Wayne Davison2008-08-315-36/+2
* Some minor improvements to the flushing code to try to make itWayne Davison2008-08-241-40/+48
* Make the !flist_eof assumption explicit before the check_for_io_errWayne Davison2008-08-241-1/+1
* Added /support/savetransfer to .gitignore.Wayne Davison2008-08-171-0/+1
* An improved RERR_PARTIAL message.Wayne Davison2008-08-172-1/+3
* Changed flist_for_ndx() to optionally die with an errorWayne Davison2008-08-145-46/+45
* Made an error of readlink_stat() use the right function name.Wayne Davison2008-08-101-1/+1