Improve the &merge/&include example explanation.
[rsync/rsync.git] / syscall.c
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 h...
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 <samba.org/cgi-bin/rsync/incoming?id=3750>
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 It still needs...
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...
1998-05-06 Andrew Tridgelladd support for lseek64() under solaris 2.6
1998-05-06 Andrew Tridgelluse floating point for printout of stats - this wrks...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-05 Andrew Tridgella couple more system calls wrapped in syscall.c
1998-03-24 Andrew Tridgellcheck a few HAVE_* macros
1998-03-24 Andrew Tridgelladded chmod() and chown() to syscall.c
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...