summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
* Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison2006-01-131-11/+9
* - Call set_modtime() with its new mode arg.Wayne Davison2005-07-271-12/+14
* Got rid of an unused extern.Wayne Davison2005-03-141-1/+0
* Use the new am_starting_up value in who_am_i().Wayne Davison2005-02-251-1/+2
* - Moved delete_file() into flist.c.Wayne Davison2005-02-211-119/+1
* Made delete_file() backup files it is removing if --backup was specified.Wayne Davison2005-02-191-1/+15
* Moved deletion_count here so that we honor --max-delete inWayne Davison2005-02-191-0/+11
* When logging PERMS_REPORT messages, send them with the FCLIENT codeWayne Davison2005-02-191-3/+5
* - Changed the calling args to delete_file() to take an st_mode insteadWayne Davison2005-02-191-23/+15
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-2/+2
* Adding more calls to safe_fname().Wayne Davison2005-02-071-11/+16
* Changed who_am_i() to output "server" or "client" when am_senderWayne Davison2005-02-011-0/+3
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-1/+1
* In delete_files(), handle new DEL_NO_RECURSE flag (and useWayne Davison2005-01-251-1/+2
* Honor the new omit_dir_times var.Wayne Davison2005-01-241-5/+4
* In delete_file(): got rid of DEL_NO_RECURSE code and addedWayne Davison2005-01-201-3/+6
* Moved the dry_run check in set_perms() so that it only triggers ifWayne Davison2005-01-201-3/+2
* - Updated delete_file() to take a flag arg that makes it moreWayne Davison2005-01-191-20/+40
* Added a "overwriting_basis" arg to finish_transfer().Wayne Davison2005-01-101-2/+2
* If lchown() is not available, we only skip the call to chown() for aWayne Davison2005-01-031-1/+1
* If there is no lchown(), don't try to set the user & group of a symlink.Wayne Davison2005-01-031-0/+5
* W mustn't backup an inplace file in finish_transfer().Wayne Davison2004-09-071-3/+3
* Set each file's permissions and modtime before it gets renamed.Wayne Davison2004-08-091-1/+8
* One call to link_stat() (in set_perms()) needed to honor the settingWayne Davison2004-07-311-1/+3
* Use the new safe_fname() function.Wayne Davison2004-07-261-1/+1
* The inplace handling in finish_transfer() now passes PERMS_SKIP_MTIMEWayne Davison2004-07-221-5/+4
* My version of Mark Curtis's --inplace option.Wayne Davison2004-07-161-0/+8
* Moved the verbose message about renaming the finished file down intoWayne Davison2004-07-021-0/+2
* Call link_stat() with its new arg (for --keep-dirlinks support).Wayne Davison2004-06-111-2/+2
* If --backup was specified without a --backup-dir, don't preserve theWayne Davison2004-05-211-4/+7
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-20/+20
* Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME.Wayne Davison2004-05-131-3/+3
* Got rid of some useless externs.Wayne Davison2004-05-131-3/+0
* The finish_transfer() call takes an arg that specifies if we should set theWayne Davison2004-05-131-6/+11
* A few formatting tweaks in delete_file().Wayne Davison2004-03-231-11/+11
* Check robust_rename()'s return value using < 0.Wayne Davison2004-03-131-1/+1
* Tweaked some comments and some whitespace.Wayne Davison2004-02-251-10/+9
* Moved the EXDEV handling into robust_rename().Wayne Davison2004-02-171-16/+8
* If verbose > 2, mention it if we're setting the uid or the gid.Wayne Davison2004-02-031-0/+12
* New function: who_am_i() returns "sender", "receiver", or "generator".Wayne Davison2004-01-271-0/+8
* Use new pathjoin() function.Wayne Davison2004-01-201-1/+1
* If the do_lchown() fails and we weren't trying to change the user,Wayne Davison2004-01-151-1/+2
* Create GID_NONE for use gid test readability.J.W. Schultz2004-01-031-1/+1
* Moved the is_in_group() function to uidlist.c.Wayne Davison2004-01-021-41/+2
* Do a small msleep() in the sig_int() handler before shutting down.Wayne Davison2003-12-191-0/+9
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-1/+1
* 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-161-6/+12
* Improved file-related error messages by using the newWayne Davison2003-09-111-15/+21
* Patch from Roderick Schertler (roderick at argon.org) to ignorePaul Green2003-02-181-2/+2