| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Moved the dry_run check in set_perms() so that it only triggers if | Wayne Davison | 2005-01-20 | 1 | -3/+2 |
| * | - Updated delete_file() to take a flag arg that makes it more | Wayne Davison | 2005-01-19 | 1 | -20/+40 |
| * | Added a "overwriting_basis" arg to finish_transfer(). | Wayne Davison | 2005-01-10 | 1 | -2/+2 |
| * | If lchown() is not available, we only skip the call to chown() for a | Wayne Davison | 2005-01-03 | 1 | -1/+1 |
| * | If there is no lchown(), don't try to set the user & group of a symlink. | Wayne Davison | 2005-01-03 | 1 | -0/+5 |
| * | W mustn't backup an inplace file in finish_transfer(). | Wayne Davison | 2004-09-07 | 1 | -3/+3 |
| * | Set each file's permissions and modtime before it gets renamed. | Wayne Davison | 2004-08-09 | 1 | -1/+8 |
| * | One call to link_stat() (in set_perms()) needed to honor the setting | Wayne Davison | 2004-07-31 | 1 | -1/+3 |
| * | Use the new safe_fname() function. | Wayne Davison | 2004-07-26 | 1 | -1/+1 |
| * | The inplace handling in finish_transfer() now passes PERMS_SKIP_MTIME | Wayne Davison | 2004-07-22 | 1 | -5/+4 |
| * | My version of Mark Curtis's --inplace option. | Wayne Davison | 2004-07-16 | 1 | -0/+8 |
| * | Moved the verbose message about renaming the finished file down into | Wayne Davison | 2004-07-02 | 1 | -0/+2 |
| * | Call link_stat() with its new arg (for --keep-dirlinks support). | Wayne Davison | 2004-06-11 | 1 | -2/+2 |
| * | If --backup was specified without a --backup-dir, don't preserve the | Wayne Davison | 2004-05-21 | 1 | -4/+7 |
| * | Changed rprintf() calls that included strerror() to use rsyserr(). | Wayne Davison | 2004-05-15 | 1 | -20/+20 |
| * | Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME. | Wayne Davison | 2004-05-13 | 1 | -3/+3 |
| * | Got rid of some useless externs. | Wayne Davison | 2004-05-13 | 1 | -3/+0 |
| * | The finish_transfer() call takes an arg that specifies if we should set the | Wayne Davison | 2004-05-13 | 1 | -6/+11 |
| * | A few formatting tweaks in delete_file(). | Wayne Davison | 2004-03-23 | 1 | -11/+11 |
| * | Check robust_rename()'s return value using < 0. | Wayne Davison | 2004-03-13 | 1 | -1/+1 |
| * | Tweaked some comments and some whitespace. | Wayne Davison | 2004-02-25 | 1 | -10/+9 |
| * | Moved the EXDEV handling into robust_rename(). | Wayne Davison | 2004-02-17 | 1 | -16/+8 |
| * | If verbose > 2, mention it if we're setting the uid or the gid. | Wayne Davison | 2004-02-03 | 1 | -0/+12 |
| * | New function: who_am_i() returns "sender", "receiver", or "generator". | Wayne Davison | 2004-01-27 | 1 | -0/+8 |
| * | Use new pathjoin() function. | Wayne Davison | 2004-01-20 | 1 | -1/+1 |
| * | If the do_lchown() fails and we weren't trying to change the user, | Wayne Davison | 2004-01-15 | 1 | -1/+2 |
| * | Create GID_NONE for use gid test readability. | J.W. Schultz | 2004-01-03 | 1 | -1/+1 |
| * | Moved the is_in_group() function to uidlist.c. | Wayne Davison | 2004-01-02 | 1 | -41/+2 |
| * | Do a small msleep() in the sig_int() handler before shutting down. | Wayne Davison | 2003-12-19 | 1 | -0/+9 |
| * | Merged in the security fixes from 2.5.7. | Wayne Davison | 2003-12-06 | 1 | -1/+1 |
| * | Tweaked the just-added error message to use my new full_fname() | Wayne Davison | 2003-09-16 | 1 | -11/+11 |
| * | Detect and report when open or opendir succeed but read and | J.W. Schultz | 2003-09-16 | 1 | -6/+12 |
| * | Improved file-related error messages by using the new | Wayne Davison | 2003-09-11 | 1 | -15/+21 |
| * | Patch from Roderick Schertler (roderick at argon.org) to ignore | Paul Green | 2003-02-18 | 1 | -2/+2 |
| * | Removed debugging statement that was added to sig_int() by the rsync+ patch | David Dykstra | 2001-12-20 | 1 | -1/+0 |
| * | Merge across rsync+ patch; add a little documentation to the manpage. More d... | Martin Pool | 2001-08-14 | 1 | -0/+1 |
| * | imported new snprintf.c from samba, got rid of slprintf | Andrew Tridgell | 2001-05-07 | 1 | -1/+1 |
| * | Better error messages when unlink fails | Martin Pool | 2000-11-08 | 1 | -4/+4 |
| * | added --modify-window option from David Bolen <db3l@fitlinxx.com> | Andrew Tridgell | 2000-09-06 | 1 | -1/+1 |
| * | removed spurious error message | Andrew Tridgell | 2000-09-06 | 1 | -2/+1 |
| * | I can't believe it - solaris allows unlink of a non-empty directory as | Andrew Tridgell | 2000-01-24 | 1 | -2/+1 |
| * | added --backup-dir option from Bob Edwards | Andrew Tridgell | 2000-01-24 | 1 | -3/+0 |
| * | make --address work for a client connecting to a server | Andrew Tridgell | 2000-01-10 | 1 | -1/+0 |
| * | when we do a lchown() on a file we have to flush the cached perms on | Andrew Tridgell | 2000-01-06 | 1 | -0/+6 |
| * | When writing to a daemon with read only = false and uid = root and -g, | David Dykstra | 1999-12-29 | 1 | -1/+1 |
| * | removed ACCESSPERMS mask when transferring a file without perms | Andrew Tridgell | 1999-11-08 | 1 | -6/+1 |
| * | separated out the make_backup code in preparation for some patches | Andrew Tridgell | 1999-08-30 | 1 | -22/+0 |
| * | When a file cannot be deleted because of ETXTBSY (in particular, when an | David Dykstra | 1999-03-11 | 1 | -4/+3 |
| * | Check for EINVAL from a rename error call in addition to ENOENT because | David Dykstra | 1999-03-09 | 1 | -1/+2 |
| * | The change a couple days ago to create files initially without group and | David Dykstra | 1999-03-04 | 1 | -9/+14 |