Optimized away a loop in hash_search().
[rsync.git] / syscall.c
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...