patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
[rsync/rsync.git] / io.c
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew TridgellJason told me that's its very important for his site...
1998-10-29 Andrew Tridgellfinal change needed to get rsync working on a CRAY J90
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-08-27 Andrew Tridgellremoved the limit on the read buffer size until I fully...
1998-07-20 Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-19 Andrew Tridgellalways use a timeout to select, even if --timeout is not
1998-07-17 Andrew Tridgellchanged wording of an error message
1998-07-17 Andrew Tridgellcode style change
1998-07-02 Andrew Tridgellremove a redundent continue statement
1998-07-02 Andrew Tridgellprioritise reading over writing in the select loop...
1998-07-02 Andrew Tridgellfix the problem of --timeout waiting for twice the...
1998-06-19 Andrew Tridgellif we get EWOULDBLOCK on a write then reduce the amount...
1998-06-18 Andrew Tridgellhandle non-blocking file descriptors for both read...
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-30 Andrew Tridgellmake sure that io_flush() doesn't call writefd_unbuffer...
1998-05-29 Andrew Tridgellfixed a bug in the flist sending code that caused the...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-28 Andrew Tridgellcosmetic fix. don't display a EOF error when displaying...
1998-05-27 Andrew Tridgell- always flush the IO write buffer when reading
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-18 Andrew Tridgellfixed a multiplexing bug
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
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...