More tweaks for Actions.
[rsync.git] / rsync.c
2022-08-13 Wayne DavisonRemove some trailing whitespace.
2022-01-16 Wayne DavisonPreparing for release of 3.2.4pre2 v3.2.4pre2
2022-01-02 Wayne DavisonPreparing for release of 3.2.4pre1 v3.2.4pre1
2021-10-13 Wayne DavisonA couple minor tweaks.
2021-10-10 Wayne DavisonWe need stat memcpy.
2021-10-10 Wayne DavisonImprove --omit-dir-times & --omit-link-times
2021-10-10 Wayne DavisonTweak atime/crtime code a bit more.
2021-07-09 Wayne DavisonSupport --crtimes on Cygwin.
2020-07-22 Wayne DavisonAdd --crtimes option.
2020-06-17 Wayne DavisonSome fixes after compiling on cygwin.
2020-06-14 Wayne DavisonSome indentation fixes.
2020-06-13 Wayne DavisonFix overzealous setting of mtime & tweak time comparisons
2020-04-23 Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2020-04-12 Wayne DavisonA few file-data improvements.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-05 Wayne DavisonMake exit_cleanup() use _exit() if called from a signal...
2019-03-16 Wayne DavisonTweak the copyright year.
2018-01-15 Wayne DavisonDon't force nanoseconds if a file wasn't transferred...
2018-01-15 Wayne DavisonTweak copyright date.
2017-12-04 Jeriko OneSanitize xname in read_ndx_and_attrs.
2016-04-17 Wayne DavisonIf a backup fails (e.g. full disk) rsync should fail.
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-07-07 Wayne DavisonBrant Gurganus's autoconf updates.
2014-12-31 Wayne DavisonComplain if an inc-recursive path is not right for...
2014-12-31 Wayne DavisonCall set_modtime even if only NSEC is different.
2014-01-26 Wayne DavisonBump the year to 2014.
2013-12-23 Wayne DavisonChange owner+group before setting xattrs to avoid xattr...
2013-05-26 Wayne DavisonAvoid I/O via signal-handler thread.
2013-05-19 Wayne DavisonImprove iconvbufs() to do more buffer size checks.
2013-01-19 Wayne DavisonUpdate copyright year.
2013-01-19 Wayne DavisonAdd free_stat_x() inline function.
2012-06-16 Wayne DavisonMake daemon listener exit w/code 0 on SIGTERM.
2011-02-22 Wayne DavisonSome uid/gid fixes for (id_t)-1 and other large ID...
2011-01-30 Wayne DavisonSome minor variable and flag cleanup.
2010-12-18 Wayne DavisonFix issues with unchanged_attrs() for symlinks.
2010-08-29 Wayne DavisonUndo unintended mode-reference tweak.
2010-08-26 Wayne DavisonAdd --omit-link-times and use CAN_SET_SYMLINK_TIMES...
2010-08-21 Wayne DavisonAvoid a non-writable-by-the-user file when copying...
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...
next