summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 2.6.5v2.6.5Wayne Davison2005-06-026-8/+8
* Improved a few of the items.Wayne Davison2005-06-021-25/+31
* One more configure item.Wayne Davison2005-06-011-0/+3
* Mention HAVE_REMSH fix.Wayne Davison2005-05-311-0/+2
* Simplified the last change a bit.Wayne Davison2005-05-271-3/+2
* Test for various past problems with --relative.Wayne Davison2005-05-271-0/+39
* If we unduplicate '.', make sure we also copy FLAG_DEL_HERE (inWayne Davison2005-05-271-2/+3
* - Only define HAVE_REMSH if it is going to have a non-0 value.Wayne Davison2005-05-271-16/+3
* Improved the opening comment.Wayne Davison2005-05-261-3/+3
* Mention the latest bug-fix.Wayne Davison2005-05-251-0/+5
* Handle nested "." dirs (caused by --relative and a trailing slash orWayne Davison2005-05-251-2/+12
* Mention the output change for a mount-dir when -x is used.Wayne Davison2005-05-221-1/+2
* - Don't stop deleting in a dir if one item fails.Wayne Davison2005-05-221-7/+3
* Must check FLAG_MOUNT_POINT in delete_in_dir() to avoid starting aWayne Davison2005-05-221-1/+1
* Improved the SYMBOLIC LINKS section, as suggested by John.Wayne Davison2005-05-201-1/+20
* Improved a --files-from example (as suggested by Paul).Wayne Davison2005-05-201-3/+8
* Tweaked a sentence.Wayne Davison2005-05-191-2/+2
* Preparing for release of 2.6.5pre2v2.6.5pre2Wayne Davison2005-05-194-6/+6
* Tweaked the opening comments.Wayne Davison2005-05-191-2/+1
* Mentioned the improved keep-alive code.Wayne Davison2005-05-191-0/+4
* Clarifications related to --dirs.Wayne Davison2005-05-191-1/+5
* Periodically call maybe_send_keepalive() when timeouts are in effectWayne Davison2005-05-191-0/+5
* The global allowed_lull is now already set, so just set lull_mod.Wayne Davison2005-05-191-7/+3
* - Call the new set_io_timeout() function to set the timeout value.Wayne Davison2005-05-191-6/+2
* - The variable allowed_lull is now our global.Wayne Davison2005-05-191-9/+5
* - Added set_io_timeout(), which sets all the timeout-dependentWayne Davison2005-05-191-12/+26
* The latest bug-fix.Wayne Davison2005-05-191-0/+3
* One place that was testing errno for ENOTEMPTY was failing toWayne Davison2005-05-191-1/+1
* Fixed a typo.Wayne Davison2005-05-181-1/+1
* Two more items.Wayne Davison2005-05-171-0/+7
* Treat a trailing ".." dir-name as if "../" had been specified soWayne Davison2005-05-141-0/+8
* Mention the latest bug fix.Wayne Davison2005-05-131-1/+6
* Have do_delete_pass() immediately return if list_only is set.Wayne Davison2005-05-131-1/+2
* If adding a trailing dot to a directory name overflowsWayne Davison2005-05-131-1/+3
* An example filter script to maintain .cvsinclude files.Wayne Davison2005-05-131-0/+43
* Improved the use of the "remaining" var in readfd_unbuffered() toWayne Davison2005-05-121-23/+20
* Got rid of some code from writefd_unbuffered() that was only neededWayne Davison2005-05-121-5/+0
* Make the --stats output come out after any delete-after messages.Wayne Davison2005-05-121-7/+4
* Improved a few sentences.Wayne Davison2005-05-121-6/+9
* Fixed a typo.Wayne Davison2005-05-101-1/+1
* Preparing for release of 2.6.5pre1v2.6.5pre1Wayne Davison2005-05-104-6/+6
* Added more missing NEWS items.Wayne Davison2005-05-101-1/+27
* Mention two more changes.Wayne Davison2005-05-101-3/+9
* Refer to the rsync daemon as a "daemon", not a "server". This isWayne Davison2005-05-101-36/+36
* - Improved the GENERAL section.Wayne Davison2005-05-101-37/+35
* Refer to the rsync daemon as a "daemon", not a "server". This isWayne Davison2005-05-101-40/+37
* Fixed one synopsis line to make the DEST arg optional.Wayne Davison2005-05-092-2/+2
* Use new MAX_SERVER_ARGS define instead of hard-wired "100".Wayne Davison2005-05-031-1/+1
* There was no reason to have MAX_BASIS_DIRS factored into theWayne Davison2005-05-031-1/+1
* Added MAX_SERVER_ARGS.Wayne Davison2005-05-031-1/+1