Don't set the umask to 0 any more: it's ugly and pointless.
[rsync/rsync.git] / rsync.c
2010-01-02 Wayne DavisonMore --timeout improvements, especially for the receivi...
2009-12-19 Wayne DavisonImprove --timeout method to take into account all I...
2009-12-19 Wayne DavisonAdded an am_receiver variable.
2009-11-24 Wayne DavisonFix a comment.
2009-11-23 Wayne DavisonChange the handling of circular buffers to not waste...
2009-10-27 Wayne DavisonGet rid of some unneeded externs.
2009-10-24 Wayne DavisonGive iconvbufs() an ICB_INIT flag.
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-09-12 Wayne DavisonPass "new_mode" to set_acl() and change its return...
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-01-03 Wayne DavisonImproved the backup code:
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-10-11 Wayne DavisonFixed send_protected_args() to send "." in place of...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-14 Wayne DavisonChanged flist_for_ndx() to optionally die with an error
2008-08-02 Wayne DavisonAdded logic to the receiving side to ensure that the...
2008-08-02 Wayne DavisonChanged the iconv-related message that was being output...
2008-07-21 Wayne DavisonAdded a debug-helping option, --msgs2stderr, than shoul...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-05-22 Wayne DavisonA cuple more fixes for --xattrs combined with --backup...
2008-05-17 Wayne DavisonFixed several issues with preserving xattrs when using...
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().
next