Some more minor changes for the skip/missing/dry_run code.
[rsync/rsync.git] / rsync.c
2008-03-17 Wayne DavisonMoved declaration of "int i" outside the ifdef in send_...
2008-03-15 Wayne DavisonFixed the use of --protect-args (-s) with a daemon.
2008-03-12 Wayne DavisonFixed the 'T' itemized output for a symlink the right...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-19 Wayne DavisonOnly set FLAG_TIME_FAILED if receiver_symlink_times...
2008-02-18 Wayne DavisonExtended the protocol-30 info-passing code at startup...
2008-02-07 Wayne DavisonRe-indent some code in set_file_attrs() to make the...
2007-12-31 Wayne DavisonFixed a case where the receiver indicates a successful...
2007-12-08 Wayne DavisonUpdated indexing for accurate progress and improved...
2007-11-25 Wayne DavisonWe now call set_stat_xattr() before set_xattr().
2007-11-24 Wayne DavisonFixed a problem with --fake-super not getting the fully...
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-03 Wayne DavisonAvoid verbose output during the forwarding of flist...
2007-10-31 Wayne DavisonAvoid a crash if we read an index value without a valid...
2007-10-25 Wayne DavisonWe need to provide iconvbufs() anytime ICONV_CONST...
2007-10-15 Wayne DavisonAdded braces to an empty "if" (to avoid any complaints...
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonAdded a missing "void" to the arg-spec of setup_iconv().
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-18 Wayne Davison- Added new iconvbufs() conversion function that is...
2007-09-15 Wayne DavisonHandle inheritance of SGID bit on dirs marked with...
2007-09-01 Wayne DavisonMade omit_dir_times a static variable in options.c...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-08 Wayne DavisonIf we get an ndx that is 1 entry prior to an incrementa...
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-07-02 Wayne DavisonSwitch the checking of preserve_[ug]id var to checking...
2007-05-23 Wayne DavisonOutput a -vvv(erbose) message when receiving an increme...
2007-05-22 Wayne DavisonImproved the error message when a dir-number is out...
2007-05-21 Wayne DavisonCast some F_OWNER()/F_GROUP() values to make sure that...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-04-26 Wayne DavisonThe server now needs the F_NDX() data for --iconv with...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-24 Wayne DavisonAdding the --fake-super option.
2007-04-20 Wayne DavisonWe now allow verbose messages to be sent when forwardin...
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-16 Wayne Davison- Moved the second send_extr_file_list() call to a...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-30 Wayne DavisonThe code can now set cur_flist to NULL sooner than...
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-27 Wayne DavisonGot rid of unused externs.
2006-12-28 Wayne DavisonUse write_ndx() and read_ndx().
2006-12-28 Wayne DavisonHandle the new incremental-recursion mode.
2006-12-12 Wayne DavisonUse new BITS_EQUAL() define.
2006-12-03 Wayne Davison- Typical tranfers now save 12-20 bytes per file becaus...
2006-12-02 Wayne DavisonMoved write_ndx_and_attrs() to sender.c and made it...
2006-12-02 Wayne DavisonMoved write_ndx_and_attrs() too.
2006-12-02 Wayne DavisonAdded a couple externs.
2006-12-02 Wayne DavisonMoved read_item_attrs() from sender.c to c since the...
2006-10-08 Wayne DavisonMake the daemon's "incoming chmod" tweaks happen last...
2006-09-23 Wayne DavisonMatt tracked down a bug in the daemon option "incoming...
2006-06-05 Wayne DavisonGot rid of an unused extern.
2006-06-01 Wayne Davison- Got rid of the FNAME logcode enum.
2006-05-29 Wayne DavisonUse the renamed stdout_format_has_i variable.
2006-05-09 Wayne DavisonSome demon_log_* variables changed into logfile_* varia...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-24 Wayne DavisonThe orig_umask value is now a mode_t.
2006-02-20 Wayne DavisonIn dest_mode(), we now apply any "incoming chmod" chang...
2006-02-08 Wayne DavisonTweaked the name of one of dest_mode()'s args.
2006-02-07 Wayne DavisonCall renamed cmp_time() function (was cmp_modtime()).
2006-02-06 Wayne DavisonDon't setup ic_chck if --8-bit was specified.
2006-02-06 Wayne DavisonGot rid of a newly-added trailing tab.
2006-02-06 Wayne DavisonAllow the iconv_open() call to fail since we can now...
2006-02-06 Wayne DavisonHave default_charset() try mapping "646" -> "ASCII...
2006-02-06 Wayne DavisonAdded "const" to the default_charset() return.
2006-02-05 Wayne DavisonIn default_charset(): if nl_langinfo() gives us "646...
2006-02-05 Wayne DavisonMake sure that we don't try to use iconv() without...
2006-02-05 Wayne DavisonChanged HAVE_ICONV to HAVE_ICONV_OPEN.
2006-02-04 Wayne DavisonThe new function setup_iconv() initializes the ic_chck...
2006-02-04 Wayne Davison- When not preserving permissions, ensure that a newly...
2006-02-02 Wayne DavisonChanged sig_int() to use a standard signal-handler...
2006-01-31 Wayne DavisonAdded the dest_mode() function: it figures out the...
2006-01-30 Wayne DavisonThe finish_transfer() function now takes a "partialptr...
2006-01-29 Wayne Davison- Renamed set_perms() to set_file_attrs().
2006-01-25 Wayne DavisonDecided to hold off on the potential memory savings...
2006-01-24 Wayne DavisonThe uid & gid are now stored using an id_pair structure.
2006-01-13 Wayne DavisonGot rid of calls to (the soon to vanish) safe_fname...
2005-07-27 Wayne Davison- Call set_modtime() with its new mode arg.
2005-03-14 Wayne DavisonGot rid of an unused extern.
2005-02-25 Wayne DavisonUse the new am_starting_up value in who_am_i().
2005-02-21 Wayne Davison- Moved delete_file() into flist.c.
2005-02-19 Wayne DavisonMade delete_file() backup files it is removing if ...
2005-02-19 Wayne DavisonMoved deletion_count here so that we honor --max-delete in
2005-02-19 Wayne DavisonWhen logging PERMS_REPORT messages, send them with...
2005-02-19 Wayne Davison- Changed the calling args to delete_file() to take...
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-02-01 Wayne DavisonChanged who_am_i() to output "server" or "client" when...
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-25 Wayne DavisonIn delete_files(), handle new DEL_NO_RECURSE flag ...
2005-01-24 Wayne DavisonHonor the new omit_dir_times var.
2005-01-20 Wayne DavisonIn delete_file(): got rid of DEL_NO_RECURSE code and...
2005-01-20 Wayne DavisonMoved the dry_run check in set_perms() so that it only...
2005-01-19 Wayne Davison- Updated delete_file() to take a flag arg that makes...
2005-01-10 Wayne DavisonAdded a "overwriting_basis" arg to finish_transfer().
2005-01-03 Wayne DavisonIf lchown() is not available, we only skip the call...
2005-01-03 Wayne DavisonIf there is no lchown(), don't try to set the user...
next