]> git.ipfire.org Git - thirdparty/rsync.git/history - syscall.c
More tweaks for Actions.
[thirdparty/rsync.git] / syscall.c
2022-03-13  Wayne DavisonAdd FALLTHROUGH comment.
2022-01-18  Wayne DavisonSilence some symlink mode-change failures.
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-10  Wayne DavisonTweak atime/crtime code a bit more.
2021-10-10  Wayne DavisonAvoid spurious warning about "code" var not being initi...
2021-10-10  Wayne DavisonUnify on "path" vs "fname" arg naming.
2021-10-10  Wayne DavisonChange do_lchmod() back to a swtich with some better...
2021-10-02  Wayne DavisonEnable --atimes on macOS.
2021-10-02  Wayne DavisonCheck ro in set_create_time() for Cygwin too.
2021-10-01  Wayne DavisonChange do_chmod to always try lchmod() first (when...
2021-07-09  Wayne DavisonSupport --crtimes on Cygwin.
2020-11-29  Wayne DavisonWork around glibc's lchmod() issue a better way.
2020-07-27  Wayne DavisonUse linkat() if available
2020-07-22  Wayne DavisonAdd --crtimes option.
2020-07-07  Wayne DavisonDon't use UNUSED() when an arg is used sometimes.
2020-06-14  Wayne DavisonSome indentation fixes.
2020-06-13  Wayne DavisonTweak a couple var names.
2020-05-25  Wayne DavisonTwo sparse fixes from Yuxuan Shui.
2020-04-26  Wayne DavisonUpdate a few more copyright years.
2020-04-26  Wayne DavisonChange do_setattrlist_times() to use an stp arg.
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-15  Wayne DavisonFix --prealloc to keep file-size 0 when possible.
2018-01-15  Wayne DavisonTweak copyright date.
2017-08-31  Wayne DavisonAdd nanosecond mtime support for Mac OS X.
2016-10-15  Wayne DavisonUse S_BLKSIZE when multiplying st_blocks.
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-10-27  Wayne DavisonReturn an error if a buffer overflows in do_mknod().
2013-01-19  Wayne DavisonUpdate copyright year.
2011-09-20  Wayne DavisonChange stat order for better ELOOP determination.
2011-09-20  Wayne DavisonBe sure to use STRUCT_STAT.
2011-09-19  Wayne DavisonMake do_readlink() support fake-super w/o O_NOFOLLOW.
2011-06-18  Wayne DavisonFix reading side of fake-symlink bug 7109.
2011-06-18  Wayne DavisonSet NO_SYMLINK_USER_XATTRS on linux. Fixes bug 7109.
2011-04-05  Wayne DavisonApplying the preallocate patch.
2010-11-06  Wayne DavisonUse ftruncate() at the end of a --sparse file.
2010-08-26  Wayne DavisonMove time setting to syscall.c and add syscall fallback.
2009-12-31  Wayne DavisonAlways use lchmod() if it is available.
2009-09-02  Wayne DavisonHave --fake-super turn a symlink into a file when
2009-09-02  Wayne DavisonBetter compiling if SUPPORT_LINKS is not defined.
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-03-21  Wayne DavisonChanged d_name() to be a static inline function.
2008-03-17  Wayne DavisonAttempting to silence some more "checker" warnings.
2008-03-10  Wayne DavisonFixed the itemizing of perms with -E.
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-01-26  Wayne DavisonMake do_chmod() report an error with -E.
2007-11-03  Wayne DavisonMake sure that the user has write permissions when...
2007-10-16  Wayne DavisonAdding Wesley Terpstra's lchmod()-equivalent that uses...
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-05-22  Wayne DavisonAdded a comment to the do_chmod() to mark it as a disco...
2007-04-24  Wayne DavisonAdding the --fake-super option.
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2006-11-21  Wayne DavisonAvoid a compiler warning about setting "len" without...
2006-11-19  Wayne DavisonAdded "const" to appropriate char pointers.
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-01-29  Wayne DavisonMade a bunch of char* args const.
2005-09-03  Wayne DavisonComplicate the lseek64() function prototype because...
2005-07-27  Wayne Davison- Don't call do_chmod() unless HAVE_CHMOD is defined.
2005-04-06  Wayne DavisonUse the new HAVE_LSEEK64 define.
2005-02-14  Wayne DavisonDon't check defined-ness of SIZEOF_OFF64_T.
2005-02-14  Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-01-28  Wayne DavisonUse new USE_STAT64_FUNCS define.
2005-01-28  Wayne DavisonMake use of new HAVE_STRUCT_STAT64 define.
2005-01-28  Wayne DavisonGot rid of unused mmap section.
2005-01-28  Wayne DavisonChanged HAVE_OFF64_T to SIZEOF_OFF64_T.
2005-01-19  Wayne DavisonWhen SUPPORT_LINKS is not defined, we now go ahead...
2005-01-18  Paul GreenFix typo in handling of lchown when the host operating...
2005-01-03  Wayne DavisonMoved kluged (conditional) define of lchown from rsync...
2004-10-01  Wayne DavisonImproved do_mknod() so that it handles creating a fifo...
2004-10-01  Wayne DavisonSome systems need do_mkstemp() to use setmode() to...
2004-08-02  Wayne DavisonDon't use mkstemp() if the OS has open64() but not...
2004-02-18  Wayne DavisonDon't use ENOMSG -- it's not portable.
2004-02-17  Wayne Davison- If we return an error because of dry_run being set...
2004-02-17  Wayne DavisonWe no longer munge a double-leading slash in do_open...
2003-03-30  Wayne DavisonTweaked the O_BINARY code to the latest idiom.
2003-01-26  Wayne DavisonAdded back the O_BINARY #ifdef.
2003-01-26  David DykstraOpen config files in text mode when O_TEXT is defined...
2003-01-21  David DykstraIgnore errors from chmod when --preserve-perms/-p/...
2002-03-25  Martin PoolAdd a test case for trim_trailing_slashes, and make...
2002-03-25  Martin PoolCode that was meant to trim trailing slashes from mkdir...
2002-02-18  Martin PoolCope with BSD systems on which mkdir() will not accept...
2002-01-14  Martin PoolFix for <http://rsync.samba.org/cgi-bin/rsync/incoming...
2001-05-02  Andrew Tridgelluse mkstemp on systems where it is secure
2001-02-23  Martin PoolDoc.
2000-01-23  Andrew Tridgellopen on paths starting with // fails on win32
1999-11-04  David DykstraFixed bug introduced by calling do_open() for O_RDONLY...
1998-12-05  Andrew Tridgellparanoia change - treat list_only like read_only and...
1998-11-24  David DykstraAlways add the O_BINARY flag in do_open if it is define...
1998-05-26  Andrew Tridgellcheck for munmap as well as mmap. NextStep only has...
1998-05-21  Andrew Tridgelluse mmap() for files of any size. This should be much...
1998-05-09  Andrew Tridgellfirst vesrion of working socket based rsync. It still...
1998-05-06  Andrew Tridgelldamn solaris doesn't prototype it's functions correctly...
1998-05-06  Andrew Tridgellbetter test for solaris broken readdir
1998-05-06  Andrew Tridgellhandle broken readdir() on Solaris 2.6 (it returns...
next