]> git.ipfire.org Git - thirdparty/rsync.git/history - tls.c
More tweaks for Actions.
[thirdparty/rsync.git] / tls.c
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-07-09  Wayne DavisonSupport --crtimes on Cygwin.
2020-09-29  Wayne DavisonMake gcc die on init overflow of an array.
2020-07-22  Wayne DavisonAdd --crtimes option.
2020-06-14  Wayne DavisonSome indentation fixes.
2020-04-26  Wayne DavisonSome var cleanup; move test-util vars into t_stub.c.
2020-04-26  Wayne DavisonUpdate a few more copyright years.
2020-04-23  Wayne DavisonChange --set-notime to --open-noatime.
2020-04-23  Wayne DavisonAdded --atimes and --set-noatime options.
2019-03-16  Wayne DavisonTweak the copyright year.
2019-01-04  Wayne DavisonSilence fall-through warnings.
2018-01-15  Wayne DavisonTweak copyright date.
2016-10-10  Wayne DavisonSupport --sparse combined with --preallocate or --inplace.
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-09-28  Wayne DavisonRemove unused var.
2013-06-11  Wayne DavisonSet number_separator the first time it gets used.
2013-01-19  Wayne DavisonUpdate copyright year.
2011-06-18  Wayne DavisonCheck if sender file changed before allowing a remove.
2009-09-07  Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-02  Wayne DavisonHave --fake-super turn a symlink into a file when
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-09-01  Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-07-18  Wayne DavisonUse big_num() in a few more places.
2008-05-06  Wayne DavisonAdded options to tls.c to allow us to ask for mtime...
2008-03-15  Wayne DavisonHave configure check to see if /usr/include/popt/popt...
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-01-26  Wayne DavisonMake do_chmod() report an error with -E.
2007-09-22  Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-22  Wayne DavisonAdded some stub functions for compilers not smart enoug...
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-09  Wayne DavisonMartin gave his approval to use GPLv3 with this code.
2007-04-24  Wayne DavisonConditionalize xattr code for systems without xattr...
2007-04-24  Wayne DavisonImproved the usage message.
2007-04-24  Wayne DavisonAdded arg-parsing to tls.c.
2007-04-24  Wayne DavisonAdding the --fake-super option.
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2006-12-26  Wayne DavisonFix usage message.
2006-10-13  Wayne DavisonTurned an sprintf() call into snprintf().
2006-10-13  Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
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.
2005-09-21  Wayne DavisonCast some time values to (int), just to silence some...
2005-01-19  Wayne DavisonNo need for conditional code around do_lstat() anymore.
2004-12-13  Wayne DavisonDon't call do_lstat() unless SUPPORT_LINKS is defined.
2004-09-23  Wayne DavisonOnly output major/minor info for a character/block...
2004-05-15  Wayne DavisonWhitespace tweaks.
2004-04-09  Wayne DavisonSilence compiler warnings on Solaris.
2004-04-09  Wayne DavisonRemoved debug code.
2004-04-09  Wayne DavisonAdded some test code to assist in the remote debugging...
2004-04-09  Wayne DavisonIf we're listing a device, output the major and minor...
2004-01-04  Wayne DavisonSilence a compiler warning on Sun OS systems.
2003-09-10  Wayne DavisonChanged main() definition to avoid an extra prototype...
2003-01-21  Wayne DavisonDeclare preserve_perms for latest syscall.o.
2002-04-09  Martin Poollong int and signedness fix from Nelson Beebe
2002-04-08  Martin PoolClean up comments for Doxygen.
2002-02-18  Martin PoolMust use STRUCT_STAT not "struct stat" to be compatible...
2002-01-11  Martin PoolMerge ChangeSet@1.12: tls now shows number of links...
2001-12-14  Martin PoolReadlink(2) does not nul-terminate the output buffer...
2001-12-02  Martin Poolconst-cast required for silly UNICOS headers
2001-11-27  Martin PoolShow symlink targets
2001-11-27  Martin Poolmtime and ownership of symlinks can be random, so don...
2001-11-27  Martin PoolThe size of anything but a regular file is probably...
2001-11-27  Martin PoolAlso list permissions, ownership, size, and mtime.
2001-09-07  Martin PoolDoc.
2001-09-07  Martin PoolAdd a little implementation of ls(1) so that we can...