summaryrefslogtreecommitdiff
path: root/rsync.c
Commit message (Expand)AuthorAgeFilesLines
...
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Mention the year 2007 in the copyright declarations.Wayne Davison2007-01-311-1/+1
* The code can now set cur_flist to NULL sooner than it used to, so theWayne Davison2007-01-301-1/+1
* Changed the variable "incremental" to "inc_recurse".Wayne Davison2007-01-271-2/+2
* Got rid of unused externs.Wayne Davison2007-01-271-1/+0
* Use write_ndx() and read_ndx().Wayne Davison2006-12-281-1/+1
* Handle the new incremental-recursion mode.Wayne Davison2006-12-281-18/+87
* Use new BITS_EQUAL() define.Wayne Davison2006-12-121-1/+1
* - Typical tranfers now save 12-20 bytes per file because several varsWayne Davison2006-12-031-7/+7
* Moved write_ndx_and_attrs() to sender.c and made it public.Wayne Davison2006-12-021-13/+0
* Moved write_ndx_and_attrs() too.Wayne Davison2006-12-021-0/+13
* Added a couple externs.Wayne Davison2006-12-021-0/+2
* Moved read_item_attrs() from sender.c to rsync.c since the functionWayne Davison2006-12-021-0/+51
* Make the daemon's "incoming chmod" tweaks happen last, as documented.Wayne Davison2006-10-081-6/+7
* 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