Got rid of protocol-29 check.
[rsync/rsync.git] / io.c
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
2007-02-16 Wayne DavisonImproved the incremental sending of file lists in two...
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2007-02-03 Wayne DavisonThe ndx arg passed to increment_active_files() is now...
2007-01-31 Wayne DavisonMention the year 2007 in the copyright declarations.
2007-01-30 Wayne Davison- Renamed done_cnt -> msgdone_cnt.
2007-01-27 Wayne Davison- Fixed a potential hang bug in wait_for_receiver(...
2007-01-27 Wayne DavisonChanged the variable "incremental" to "inc_recurse".
2007-01-27 Wayne DavisonThe last MSG_DONE from the receiver to the generator...
2007-01-20 Wayne Davison- Make sure that we can't write via io_flush() when...
2007-01-20 Wayne DavisonWe need to call msg2sndr_flush() in read_msg_fd() now.
2007-01-20 Wayne DavisonMake sure defer_forwarding_messages is set when msg_fd_...
2006-12-29 Wayne Davison- My use of readfd_unbuffered() in read_msg_fd() really...
2006-12-28 Wayne DavisonAdded write_ndx() and read_ndx(), functions that allow...
2006-12-28 Wayne Davison- Handle the new incremental-recursion mode.
2006-12-27 Wayne DavisonMade the int_byte_cnt[] array 75% smaller.
2006-12-18 Wayne DavisonMoved the write_stream_flags() call from io.c into...
2006-12-10 Wayne DavisonAdded MSG_CLIENT to the acceptable messages the generat...
2006-12-06 Wayne Davison#ifdef calls to hard-link functions.
2006-12-05 Wayne DavisonUse the latest F_*() accessors.
2006-12-04 Wayne DavisonAdded send_msg_int() function.
2006-11-24 Wayne Davison- Added checking of SIZEOF_INT64 to the new code in...
2006-11-24 Wayne Davison- Changed {read,write}_shortint() to use unsigned short.
2006-11-24 Wayne Davison- Fixed a bug when sending a negative 64-bit number...
2006-11-21 Wayne DavisonExplicitly cast the tag value in read_msg_fd() to an...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-09-30 Wayne DavisonAdded exception-checking to a couple select() calls...
2006-06-30 Wayne DavisonDecided that I like remove-source-files better than...
2006-06-30 Wayne DavisonThe remove_sent_files var was renamed to remove_sender_...
2006-05-03 Wayne DavisonChanged read_msg_fd() to always use send_msg()/rwrite...
2006-05-03 Wayne DavisonA small optimization to the new code in msg2sndr_flush().
2006-05-03 Wayne DavisonFixed a bug where deferred MSG_INFO/MSG_ERROR/MSG_LOG...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
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...
next