summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* preparing for release of 2.5.7v2.5.7cvs/branch-2.5rsync-bugs2003-12-043-19/+172
* Buffer management fix.Martin Pool2003-12-0420-1438/+882
* 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
* Got rid of signed/unsigned-comparison warning if st_dev is signed.Wayne Davison2003-08-211-1/+1
* Let's try only including malloc.h if stdlib.h isn't around (and itWayne Davison2003-08-211-4/+4
* Silenced a couple compiler warnings.Wayne Davison2003-08-211-2/+2
* Mention some more bug fixes.Wayne Davison2003-08-201-1/+6
* Call setgroups(1, &gid) after setting the gid (rather than callingWayne Davison2003-08-201-10/+9
* Use the AVAIL_OUT_SIZE() macro in a few more places to ensureWayne Davison2003-08-201-6/+6
* Fixed a couple option-name typos (that had '_' instead of '-').Wayne Davison2003-08-181-2/+2
* - Made special exclusion-handling of '.' work in -R mode (so that weWayne Davison2003-08-171-15/+28
* Whitespace and indentation cleanup. There is a lot of deepJ.W. Schultz2003-08-151-104/+100
* Make --progress imply --verbose without incrementing verbosity.J.W. Schultz2003-08-062-3/+4
* Got rid of unused OPT_* enums.Wayne Davison2003-08-051-9/+4
* Improved the mkstemp error message.Wayne Davison2003-08-041-0/+3
* Make sure that the error message for mkstemp() includes the fullWayne Davison2003-08-041-6/+14
* Instead of ignoring SIG_CHLD, reap zombies in the signal handler.Wayne Davison2003-08-041-8/+9
* Change the way we pass the --suffix option to the remote process soWayne Davison2003-08-011-2/+6