- Added set_io_timeout(), which sets all the timeout-dependent
[rsync.git] / tls.c
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...