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