summaryrefslogtreecommitdiff
path: root/rsync.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-23Matt tracked down a bug in the daemon option "incoming chmod" whereWayne Davison1-8/+12
2006-06-05Got rid of an unused extern.Wayne Davison1-1/+0
2006-06-01- Got rid of the FNAME logcode enum.Wayne Davison1-3/+2
2006-05-29Use the renamed stdout_format_has_i variable.Wayne Davison1-2/+1
2006-05-09Some demon_log_* variables changed into logfile_* variables that areWayne Davison1-2/+2
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-20/+20
2006-02-24The orig_umask value is now a mode_t.Wayne Davison1-1/+1
2006-02-20In dest_mode(), we now apply any "incoming chmod" changes fromWayne Davison1-0/+3
2006-02-08Tweaked the name of one of dest_mode()'s args.Wayne Davison1-6/+6
2006-02-07Call renamed cmp_time() function (was cmp_modtime()).Wayne Davison1-1/+1
2006-02-06Don't setup ic_chck if --8-bit was specified.Wayne Davison1-18/+16
2006-02-06Got rid of a newly-added trailing tab.Wayne Davison1-1/+1
2006-02-06Allow the iconv_open() call to fail since we can now fall-back onWayne Davison1-10/+21
2006-02-06Have default_charset() try mapping "646" -> "ASCII" instead of "ascii".Wayne Davison1-1/+1
2006-02-06Added "const" to the default_charset() return.Wayne Davison1-3/+3
2006-02-05In default_charset(): if nl_langinfo() gives us "646", return "ascii".Wayne Davison1-1/+4
2006-02-05Make sure that we don't try to use iconv() without iconv.h.Wayne Davison1-1/+1
2006-02-05Changed HAVE_ICONV to HAVE_ICONV_OPEN.Wayne Davison1-2/+2
2006-02-04The new function setup_iconv() initializes the ic_chck var.Wayne Davison1-0/+34
2006-02-04- When not preserving permissions, ensure that a newly-createdWayne Davison1-2/+9
2006-02-02Changed sig_int() to use a standard signal-handler prototype.Wayne Davison1-1/+1
2006-01-31Added the dest_mode() function: it figures out the permissions forWayne Davison1-0/+23
2006-01-30The finish_transfer() function now takes a "partialptr" arg that, ifWayne Davison1-8/+23
2006-01-29- Renamed set_perms() to set_file_attrs().Wayne Davison1-10/+11
2006-01-25Decided to hold off on the potential memory savings of indexedWayne Davison1-7/+7
2006-01-24The uid & gid are now stored using an id_pair structure.Wayne Davison1-7/+7
2006-01-13Got rid of calls to (the soon to vanish) safe_fname() function.Wayne Davison1-11/+9
2005-07-27- Call set_modtime() with its new mode arg.Wayne Davison1-12/+14
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