summaryrefslogtreecommitdiff
path: root/rsync.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-14Got rid of an unused extern.Wayne Davison1-1/+0
2005-02-25Use the new am_starting_up value in who_am_i().Wayne Davison1-1/+2
2005-02-21- Moved delete_file() into flist.c.Wayne Davison1-119/+1
2005-02-19Made delete_file() backup files it is removing if --backup was specified.Wayne Davison1-1/+15
2005-02-19Moved deletion_count here so that we honor --max-delete inWayne Davison1-0/+11
2005-02-19When logging PERMS_REPORT messages, send them with the FCLIENT codeWayne Davison1-3/+5
2005-02-19- Changed the calling args to delete_file() to take an st_mode insteadWayne Davison1-23/+15
2005-02-14John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison1-2/+2
2005-02-07Adding more calls to safe_fname().Wayne Davison1-11/+16
2005-02-01Changed who_am_i() to output "server" or "client" when am_senderWayne Davison1-0/+3
2005-01-28Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison1-1/+1
2005-01-25In delete_files(), handle new DEL_NO_RECURSE flag (and useWayne Davison1-1/+2
2005-01-24Honor the new omit_dir_times var.Wayne Davison1-5/+4
2005-01-20In delete_file(): got rid of DEL_NO_RECURSE code and addedWayne Davison1-3/+6
2005-01-20Moved the dry_run check in set_perms() so that it only triggers ifWayne Davison1-3/+2
2005-01-19- Updated delete_file() to take a flag arg that makes it moreWayne Davison1-20/+40
2005-01-10Added a "overwriting_basis" arg to finish_transfer().Wayne Davison1-2/+2
2005-01-03If lchown() is not available, we only skip the call to chown() for aWayne Davison1-1/+1
2005-01-03If there is no lchown(), don't try to set the user & group of a symlink.Wayne Davison1-0/+5
2004-09-07W mustn't backup an inplace file in finish_transfer().Wayne Davison1-3/+3
2004-08-09Set each file's permissions and modtime before it gets renamed.Wayne Davison1-1/+8
2004-07-31One call to link_stat() (in set_perms()) needed to honor the settingWayne Davison1-1/+3
2004-07-26Use the new safe_fname() function.Wayne Davison1-1/+1
2004-07-22The inplace handling in finish_transfer() now passes PERMS_SKIP_MTIMEWayne Davison1-5/+4
2004-07-16My version of Mark Curtis's --inplace option.Wayne Davison1-0/+8
2004-07-02Moved the verbose message about renaming the finished file down intoWayne Davison1-0/+2
2004-06-11Call link_stat() with its new arg (for --keep-dirlinks support).Wayne Davison1-2/+2
2004-05-21If --backup was specified without a --backup-dir, don't preserve theWayne Davison1-4/+7
2004-05-15Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison1-20/+20
2004-05-13Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME.Wayne Davison1-3/+3
2004-05-13Got rid of some useless externs.Wayne Davison1-3/+0
2004-05-13The finish_transfer() call takes an arg that specifies if we should set theWayne Davison1-6/+11
2004-03-23A few formatting tweaks in delete_file().Wayne Davison1-11/+11
2004-03-13Check robust_rename()'s return value using < 0.Wayne Davison1-1/+1
2004-02-25Tweaked some comments and some whitespace.Wayne Davison1-10/+9
2004-02-17Moved the EXDEV handling into robust_rename().Wayne Davison1-16/+8
2004-02-03If verbose > 2, mention it if we're setting the uid or the gid.Wayne Davison1-0/+12
2004-01-27New function: who_am_i() returns "sender", "receiver", or "generator".Wayne Davison1-0/+8
2004-01-20Use new pathjoin() function.Wayne Davison1-1/+1
2004-01-15If the do_lchown() fails and we weren't trying to change the user,Wayne Davison1-1/+2
2004-01-03Create GID_NONE for use gid test readability.J.W. Schultz1-1/+1
2004-01-02Moved the is_in_group() function to uidlist.c.Wayne Davison1-41/+2
2003-12-19Do a small msleep() in the sig_int() handler before shutting down.Wayne Davison1-0/+9
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-1/+1
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. Schultz1-6/+12
2003-09-11Improved file-related error messages by using the newWayne Davison1-15/+21
2003-02-18Patch from Roderick Schertler (roderick at argon.org) to ignorePaul Green1-2/+2
2001-12-20Removed debugging statement that was added to sig_int() by the rsync+ patchDavid Dykstra1-1/+0
2001-08-14Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool1-0/+1