- Updated the address for the FSF in the opening comment.
[rsync/rsync.git] / io.c
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-21 Wayne Davison- Got rid of the (mostly useless) io_read_phase and...
2006-03-28 Wayne DavisonOutput the who_am_i() info in the "unknown message...
2006-03-16 Wayne DavisonAn extra safeguard for msg2sndr_flush().
2006-03-16 Wayne DavisonMade the new msg2sndr handling even better.
2006-03-16 Wayne DavisonOptimized the reacquisition of the code value from...
2006-03-16 Wayne DavisonFixed the reacquisition of the code value from the...
2006-03-16 Wayne Davison- Optimized the msg_list_item structure to make the...
2006-02-27 Wayne DavisonIn read_sum_head(): if we read a negative checksum...
2006-02-24 Wayne DavisonGot rid of unused externs.
2006-02-20 Wayne DavisonDon't try to obey bwlimit restriction until bwlimit_wri...
2006-02-15 Wayne DavisonImproved the while's logic in increment_active_files().
2006-02-15 Wayne DavisonAdded increment_active_files() and decrement_active_fil...
2006-02-04 Wayne DavisonDon't do so much memory copying in mplex_write().
2006-02-01 Wayne DavisonWhen complaining about a socket-read problem, use an...
2006-02-01 Wayne DavisonChanged a few "ret" variables to have better names.
2005-12-08 Wayne DavisonMade msg_list_push() static and renamed it to msg_list_...
2005-12-08 Wayne DavisonTweaked the msg_list code so that the head and tail...
2005-12-08 Wayne DavisonFixed a typo in a comment.
2005-07-29 Wayne Davison- Use BIGPATHBUFLEN for the length of several buffers.
2005-05-19 Wayne Davison- Added set_io_timeout(), which sets all the timeout...
2005-05-12 Wayne DavisonImproved the use of the "remaining" var in readfd_unbuf...
2005-05-12 Wayne DavisonGot rid of some code from writefd_unbuffered() that...
2005-04-05 Wayne Davison- Added maybe_flush_socket() for use by the generator.
2005-04-04 Wayne DavisonMake sure that the line buffer in readfd_unbuffered...
2005-04-04 Wayne DavisonIn writefd_unbuffered(), make sure that we don't look...
2005-03-09 Wayne Davison- Made an overflow in read_vstring() return an error...
2005-03-05 Wayne Davison- Made the sock_{in,out} variables non-static.
2005-03-04 Wayne DavisonTransformed the push/pop functions for the redo-list...
2005-03-04 Wayne DavisonAdded read_vstring() and write_vstring() to io.c instead of
2005-03-04 Wayne Davison- Got rid of the checking of msg_fd_in in read_timeout...
2005-03-01 Wayne DavisonChanged remote_filesfrom_file to filesfrom_host.
2005-02-27 Wayne DavisonDon't loop forever when the receiver is waiting around...
2005-02-26 Wayne DavisonOne more comment fix.
2005-02-26 Wayne DavisonFixed comment.
2005-02-26 Wayne DavisonIf kluge_around_eof is < 0, we go into an msleep()...
2005-02-26 Wayne DavisonImproved the comment for kludge_around_eof.
2005-02-26 Wayne DavisonCalling maybe_send_keepalive() for protocol_version...
2005-02-25 Wayne Davison- Added variable "ignore_timeout" that lets the generat...
2005-02-20 Wayne DavisonHandle the new MSG_SUCCESS message for both the generat...
2005-02-19 Wayne Davison- Allow send_msg() to be called by the delete code...
2005-02-18 Wayne DavisonAdded read_short() and write_short().
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.
next