- Define MATCHFLG_SENDER_SIDE and MATCHFLG_RECEIVER_SIDE.
[rsync.git] / io.c
2005-02-01 Wayne DavisonIn read_sum_head: output the who_am_i() info in our...
2005-01-31 Wayne DavisonTweaked one or more warning messages.
2005-01-28 Wayne DavisonUse the new SIZEOF_INT64 define instead of INT64_IS_OFF_T.
2005-01-19 Wayne DavisonMoved write_sum_head() here from generator.c.
2005-01-17 Wayne DavisonMoved read_sum_head() here from sender.c (because the...
2005-01-14 Wayne DavisonFor the "unexpected tag" or "multiplexing overflow...
2004-12-31 Wayne DavisonThe code that tries to read an error from the socket...
2004-11-20 Wayne DavisonSome minor improvements to read_msg_fd() made it safe...
2004-11-03 Wayne DavisonChecking in the g2r-basis-filename patch that ensures...
2004-08-02 Wayne Davison- Changed "read so far" to "received so far".
2004-07-29 Wayne DavisonAdded close_multiplexing_in() and renamed io_multiplexi...
2004-07-29 Wayne DavisonIf we fail writing to the socket and we're receiving...
2004-07-24 Wayne DavisonCall write_stream_flags() from start_write_batch().
2004-07-22 Wayne DavisonChanged NO_INT64 to INT64_IS_OFF_T because off_t might...
2004-07-21 Wayne DavisonAdded batch_gen_fd.
2004-07-20 Wayne DavisonMade write_sbuf() non-static.
2004-07-17 Wayne DavisonA very minor optimization was made to read_sbuf(),...
2004-07-17 Wayne DavisonRevamped some of the io variables and calls to make...
2004-07-15 Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-06-23 Wayne DavisonFixed a newly-introduced problem in read_timeout()...
2004-06-19 Wayne DavisonMust not call check_timeout() before checking the errno...
2004-06-09 Wayne DavisonRenamed read_unbuffered() to readfd_unbuffered() so...
2004-06-08 Wayne Davison- Made the maximum-fd computation prior to a select...
2004-06-08 Wayne DavisonImproved a comment in read_msg_fd() and made the byte...
2004-06-07 Wayne DavisonIncrease the size of the message-receving buffer for...
2004-06-06 Wayne Davison- Got rid of some useless calls to msg_list_push().
2004-06-06 Wayne DavisonMake sure our select calls don't sleep for over one...
2004-06-06 Wayne DavisonDon't use single-line "if (condition) statement;" idiom.
2004-05-27 Wayne DavisonImprovements to make --bwlimit work better.
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-08 Wayne DavisonImproved the function comments for read_line() and...
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
next