Make idev, hlink and file_struct + strings use allocation
[rsync/rsync.git] / io.c
2004-01-16 Wayne DavisonOutput an error before we die if we get a wacko message...
2004-01-15 Wayne Davison- Moved the err_list* stuff here from log.c and renamed...
2004-01-02 Wayne DavisonSome minor changes to some if statements.
2004-01-02 Wayne DavisonApplying my updated version of Craig Barratt's buffered...
2003-12-26 Wayne DavisonUndid previous change.
2003-12-26 Wayne DavisonA change that wasn't needed.
2003-12-24 Wayne DavisonGetting rid of an extra newline that accidentally crept...
2003-12-15 Wayne DavisonSimplified the setting of the reading_remotely variable...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-07-26 Wayne DavisonSome superficial tweaks I made while reading through...
2003-07-04 Wayne DavisonMade rprintf() of size_t value portable.
2003-04-10 J.W. Schultzversions prior to 1.7.0 (protcol version 17) cannot...
2003-03-30 Wayne DavisonSupport the new --files-from and --from0 options.
2003-03-25 J.W. SchultzWarn if 64bit value sent or received on system that...
2002-04-11 Martin PoolFix old typo.
2002-04-09 Martin PoolFix type error.
2002-04-09 Martin PoolA bit more support for IO phase names.
2002-04-09 Martin PoolOK, we can now get phase messages if we fail in send_fi...
2002-04-09 Martin PoolFix typo.
2002-04-09 Martin PoolRather than a loop subtracting 1e6 to convert usecs...
2002-04-09 Martin PoolFactor out bwlimit sleep code from writefd_unbuffered...
2002-04-09 Martin PoolClarify "error writing %d bytes" message.
2002-04-09 Martin PoolClean up docs.
2002-03-22 Martin PoolDoc.
2002-02-19 Martin PoolClean up error message
2002-02-18 Martin PoolFix for rsync server processes hanging around after...
2002-02-18 Martin PoolDocument multiplex stuff.
2002-01-25 Martin Poolio_end_buffering doesn't need (or use) it's fd paramete...
2002-01-23 Martin PoolFix more ints that ought to be size_t's.
2002-01-23 Martin PoolFix another int that ought to be a size_t.
2002-01-23 Martin Poolindent -kr -i8
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2001-09-09 Andrew Tridgellfixed check for timeout in generator
2001-08-22 Martin PoolAllow the server to terminate the module list by just...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-04-13 Andrew Tridgelluse %.0f instead of %ld
2001-03-22 Andrew Tridgellnew error handling system
2001-03-21 Andrew TridgellI came up with a new way of avoiding the error handling...
2001-02-22 Martin PoolAdd comments.
2001-01-08 Martin PoolImproved error message.
2000-11-15 Martin PoolDoc.
2000-11-09 Martin PoolPrint a warning message in the version if the platform...
2000-11-02 Martin PoolAdd some comments.
2000-08-29 Andrew Tridgellmake sure we don't chew too much CPU when the outgoing...
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-06-06 David DykstraAdd --bwlimit option contributed by Matthew Demicco...
2000-04-09 Andrew Tridgelldon't pprint the IO timeout message if we are a server...
2000-03-30 Andrew Tridgellwent back to non-blokcing IO
2000-01-30 Andrew Tridgellanother hang-at-end fix. It looks like we are more...
2000-01-29 Andrew Tridgelldamn!
2000-01-29 Andrew Tridgelldon't need PIPE_BUF any more
2000-01-29 Andrew Tridgellfixed some logcode warnings
2000-01-28 Andrew Tridgell- switched on multiplexing for all connections, not...
2000-01-28 Andrew Tridgellswitch to using socketpair instead of pipe if possible...
2000-01-24 Andrew Tridgellreinstated the MAX_READ_BUFFER code. Its a nasty tradeo...
2000-01-24 Andrew Tridgelldon't use stderr after we become a daemon
2000-01-23 Andrew Tridgelladded some really ugly code to allow errors to propogate to
2000-01-23 Andrew Tridgelldon't try to write errors to a dead socket
1999-11-23 Andrew Tridgelldon't write more than PIPE_BUF bytes in any one write...
1999-11-15 Andrew Tridgellremoved old non-blocking fd code (a hangover from a...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
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...
next