if f_in == f_out then don't close one of them
[rsync/rsync.git] / io.c
1998-05-17 Andrew Tridgellclose some unnecessary file descriptors in do_recv()
1998-05-17 Andrew Tridgellput a limit (default 1MB) on the read buffer size....
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgelladded write buffering during the file list sending...
1998-05-15 Andrew Tridgellfixed a select bug which caused rsync to use far more...
1998-05-13 Andrew Tridgellvsprintf returns char* on sunos4
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgellhopefully better support for systems where sizeof(int)==8
1998-05-06 Andrew Tridgelladd support for lseek64() under solaris 2.6
1998-05-06 Andrew Tridgellfix up the int64 handling a little. It should work...
1998-04-05 Andrew Tridgellhandle sparse files more efficiently
1998-04-01 Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-26 Andrew Tridgellfixed a bug I introduced in the last big commit
1998-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-25 Andrew Tridgell- on systems (such as intel linux) where off_t is 32...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellfor systems with a broken select use u_sleep() to ensur...
1997-12-31 Andrew Tridgellremoved the read_write() call, it's not used anywhere
1997-12-16 Andrew Tridgell#if 0 the write exception code for the moment. I need...
1997-12-16 Andrew Tridgell- fixed the "write exception" error. I was resetting...
1997-12-15 Andrew Tridgellseveral changes:
1997-12-15 Andrew TridgellI think I've (finally) fixed the problem with rsync...
1996-07-03 Andrew Tridgell- fixed file time bug
1996-07-02 Andrew Tridgelladded resend logic
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgell*** empty log message ***
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-28 Andrew Tridgell- handle no mmap for munmap
1996-06-28 Paul Mackerrasstandard input on server may be nonblocking
1996-06-27 Andrew Tridgell- improved filename packing
1996-06-26 Andrew Tridgellmore byte efficient flist routines
1996-06-26 Andrew Tridgelladded SIGPIPE catch
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...