aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sure we only use blocking-I/O if blocking_io is > 0.Wayne Davison2003-12-151-2/+1
* Changed version to 2.6.0.Wayne Davison2003-12-151-1/+1
* Changed version to 2.6.0 in preparation for new release.Wayne Davison2003-12-151-1/+1
* Got rid of setgroups() caveat for OSX -- we fixed that a while back.Wayne Davison2003-12-151-4/+0
* Mentioned the vanished-file warning enhancement.Wayne Davison2003-12-151-2/+6
* Twiddled some whitespace and multi-line comments.Wayne Davison2003-12-151-50/+49
* New "io_error" variable handling for RERR_VANISHED support.Wayne Davison2003-12-153-19/+23
* Return new RERR_VANISHED code, as appropriate.Wayne Davison2003-12-151-2/+5
* Added new IOERR_* defines.Wayne Davison2003-12-151-4/+7
* Handle new RERR_VANISHED error.Wayne Davison2003-12-151-2/+9
* Added RERR_VANISHED.Wayne Davison2003-12-151-1/+2
* Neatened up some whitespace issues and made multi-line comments moreWayne Davison2003-12-151-81/+80
* Simplified the setting of the reading_remotely variable in functionWayne Davison2003-12-151-2/+1
* If we're the server and --files-from is "-", set remote_filesfrom_fileWayne Davison2003-12-151-1/+4
* Neatened up the indentation.Wayne Davison2003-12-121-46/+44
* Sanity check s2length on recept.J.W. Schultz2003-12-061-2/+8
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-0622-77/+98
* Added reminder to update rsync.yo manpage when adding toJ.W. Schultz2003-10-251-1/+1
* Added exit code 0.Wayne Davison2003-10-251-17/+16
* Updated exit codes as Jon Jensen and J.W. suggested.Wayne Davison2003-10-251-13/+15
* Fixed an operator-precedence problem in the batch-mode code.Wayne Davison2003-10-131-1/+1
* Tried to improve the documentation surrounding a trailing-slashWayne Davison2003-10-071-9/+14
* Tweaked the just-added error message to use my new full_fname()Wayne Davison2003-09-161-11/+11
* Detect and report when open or opendir succeed but read andJ.W. Schultz2003-09-166-15/+58
* Mention my recent changes.Wayne Davison2003-09-111-2/+8
* Improved file-related error messages by using the newWayne Davison2003-09-117-92/+98
* Tweaked an error message.Wayne Davison2003-09-111-1/+1
* Added a new function, full_fname(), that makes a filename more completeWayne Davison2003-09-111-0/+46
* Include a few new stubs to handle the new full_fname() function.Wayne Davison2003-09-111-0/+17
* Got rid of some "/* dw */" comments and fixed some line's indentation.Wayne Davison2003-09-111-24/+24
* Got rid of some "/* dw */" comments.Wayne Davison2003-09-111-3/+3
* If lp_path() returns "/", set exclude_path_prefix to "" (because theWayne Davison2003-09-111-0/+2
* Make sure that the new slash-stripping P_PATH code doesn't turnWayne Davison2003-09-111-2/+2
* Changed main() definition to avoid an extra prototype being putWayne Davison2003-09-104-4/+8
* Make sure that the "path" value has any trailing slashes removed.Wayne Davison2003-09-101-2/+13
* Got rid of trailing whitespace.Wayne Davison2003-09-101-34/+33
* Added the new --protocol option.Wayne Davison2003-09-091-1/+2
* Changed most instances of "remote_version" to "protocol_version", andWayne Davison2003-09-091-12/+30
* Changed most instances of "remote_version" to "protocol_version", andWayne Davison2003-09-091-12/+14
* Changed "remote_version" to "protocol_version".Wayne Davison2003-09-098-37/+31
* *** empty log message ***J.W. Schultz2003-09-041-0/+6
* Allow non-dir special files to be replaced with regularJ.W. Schultz2003-09-041-3/+15
* Cast various s->blength references inside of MIN() macros to OFF_TWayne Davison2003-08-221-5/+3
* Whitespace tweaks.Wayne Davison2003-08-221-59/+58
* Fixed the multiplying of blength*blength so that it can't overflowWayne Davison2003-08-221-1/+1
* Made the UNUSED(parameter) macro calls read a little nicer.Wayne Davison2003-08-222-5/+9
* Mark unused vars.Wayne Davison2003-08-222-6/+7
* Make extra backup dirs mode 0700, not 0755.Wayne Davison2003-08-221-1/+1
* Got rid of a duplicate include for malloc.h and improved the "do weWayne Davison2003-08-211-7/+3
* Got rid of signed/unsigned-comparison warning if st_rdev is signed.Wayne Davison2003-08-211-1/+1