summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-12-19Mention the change we made to help ssh cleanup the tty on Ctrl-C.v2.6.0pre1Wayne Davison1-0/+3
2003-12-19Do a small msleep() in the sig_int() handler before shutting down.Wayne Davison1-0/+9
2003-12-17Got rid of the RSYNC_RSH_IO stuff for now.Wayne Davison1-9/+2
2003-12-17Backed out the RSYNC_RSH_IO support for now.Wayne Davison1-11/+7
2003-12-17Removed hardlink reporting bug from TODO list -- seems to beJ.W. Schultz1-75/+0
2003-12-17Added keword base reporting to TODO features list.J.W. Schultz1-0/+17
2003-12-17Reorganized and cleaned up TODO list.J.W. Schultz1-383/+617
2003-12-16- Changed the places that talked about rsh being the default shell.Wayne Davison1-17/+23
2003-12-16We now support an environment variable named RSYNC_RSH_IO which lets theWayne Davison1-26/+30
2003-12-16Added RSYNC_RSH_IO_ENV.Wayne Davison1-0/+1
2003-12-16Mention change to ssh.Wayne Davison1-0/+3
2003-12-16Tweaked an obsolete comment.Wayne Davison1-3/+1
2003-12-16Improved the default-blocking-I/O code to discern rsh from sshWayne Davison1-2/+9
2003-12-16Made the default remote-shell be "ssh" (override with --with-rsh=FOO).Wayne Davison1-6/+3
2003-12-15Moved the information on the single-use ssh key so that the --serverWayne Davison2-12/+28
2003-12-15Document new error code 24.Wayne Davison1-1/+2
2003-12-15Updated version.Wayne Davison1-2/+2
2003-12-15Changed the version to 2.6.0pre1.Wayne Davison1-1/+1
2003-12-15Removed some obsolete items.Wayne Davison1-14/+0
2003-12-15Make sure we only use blocking-I/O if blocking_io is > 0.Wayne Davison1-2/+1
2003-12-15Changed version to 2.6.0.Wayne Davison1-1/+1
2003-12-15Changed version to 2.6.0 in preparation for new release.Wayne Davison1-1/+1
2003-12-15Got rid of setgroups() caveat for OSX -- we fixed that a while back.Wayne Davison1-4/+0
2003-12-15Mentioned the vanished-file warning enhancement.Wayne Davison1-2/+6
2003-12-15Twiddled some whitespace and multi-line comments.Wayne Davison1-50/+49
2003-12-15New "io_error" variable handling for RERR_VANISHED support.Wayne Davison3-19/+23
2003-12-15Return new RERR_VANISHED code, as appropriate.Wayne Davison1-2/+5
2003-12-15Added new IOERR_* defines.Wayne Davison1-4/+7
2003-12-15Handle new RERR_VANISHED error.Wayne Davison1-2/+9
2003-12-15Added RERR_VANISHED.Wayne Davison1-1/+2
2003-12-15Neatened up some whitespace issues and made multi-line comments moreWayne Davison1-81/+80
2003-12-15Simplified the setting of the reading_remotely variable in functionWayne Davison1-2/+1
2003-12-15If we're the server and --files-from is "-", set remote_filesfrom_fileWayne Davison1-1/+4
2003-12-12Neatened up the indentation.Wayne Davison1-46/+44
2003-12-06Sanity check s2length on recept.J.W. Schultz1-2/+8
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison22-77/+98
2003-10-25Added reminder to update rsync.yo manpage when adding toJ.W. Schultz1-1/+1
2003-10-25Added exit code 0.Wayne Davison1-17/+16
2003-10-25Updated exit codes as Jon Jensen and J.W. suggested.Wayne Davison1-13/+15
2003-10-13Fixed an operator-precedence problem in the batch-mode code.Wayne Davison1-1/+1
2003-10-07Tried to improve the documentation surrounding a trailing-slashWayne Davison1-9/+14
2003-09-16Tweaked the just-added error message to use my new full_fname()Wayne Davison1-11/+11
2003-09-16Detect and report when open or opendir succeed but read andJ.W. Schultz6-15/+58
2003-09-11Mention my recent changes.Wayne Davison1-2/+8
2003-09-11Improved file-related error messages by using the newWayne Davison7-92/+98
2003-09-11Tweaked an error message.Wayne Davison1-1/+1
2003-09-11Added a new function, full_fname(), that makes a filename more completeWayne Davison1-0/+46
2003-09-11Include a few new stubs to handle the new full_fname() function.Wayne Davison1-0/+17
2003-09-11Got rid of some "/* dw */" comments and fixed some line's indentation.Wayne Davison1-24/+24
2003-09-11Got rid of some "/* dw */" comments.Wayne Davison1-3/+3