Switching to GPL 3.
[rsync/rsync.git] / rsync.c
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...
2004-09-07 Wayne DavisonW mustn't backup an inplace file in finish_transfer().
2004-08-09 Wayne DavisonSet each file's permissions and modtime before it gets...
2004-07-31 Wayne DavisonOne call to link_stat() (in set_perms()) needed to...
2004-07-26 Wayne DavisonUse the new safe_fname() function.
2004-07-22 Wayne DavisonThe inplace handling in finish_transfer() now passes...
2004-07-16 Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-02 Wayne DavisonMoved the verbose message about renaming the finished...
2004-06-11 Wayne DavisonCall link_stat() with its new arg (for --keep-dirlinks...
2004-05-21 Wayne DavisonIf --backup was specified without a --backup-dir, don...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-13 Wayne DavisonChanged PERMS_SKIP_TIME to PERMS_SKIP_MTIME.
2004-05-13 Wayne DavisonGot rid of some useless externs.
2004-05-13 Wayne DavisonThe finish_transfer() call takes an arg that specifies...
2004-03-23 Wayne DavisonA few formatting tweaks in delete_file().
2004-03-13 Wayne DavisonCheck robust_rename()'s return value using < 0.
2004-02-25 Wayne DavisonTweaked some comments and some whitespace.
2004-02-17 Wayne DavisonMoved the EXDEV handling into robust_rename().
2004-02-03 Wayne DavisonIf verbose > 2, mention it if we're setting the uid...
2004-01-27 Wayne DavisonNew function: who_am_i() returns "sender", "receiver...
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-15 Wayne DavisonIf the do_lchown() fails and we weren't trying to chang...
2004-01-03 J.W. SchultzCreate GID_NONE for use gid test readability.
2004-01-02 Wayne DavisonMoved the is_in_group() function to uidlist.c.
2003-12-19 Wayne DavisonDo a small msleep() in the sig_int() handler before...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
next