Preparing for release of 3.0.1pre2
[rsync/rsync.git] / io.c
2008-03-24 Wayne DavisonImproved --dirs/--no-dirs/--list-only option handling:
2008-03-21 Wayne DavisonA couple improvements to the new arg-globbing code:
2008-03-15 Wayne DavisonFixed the use of --protect-args (-s) with a daemon.
2008-03-15 Wayne DavisonGenerate a helpful message when we get an option-error...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-22 Wayne DavisonFix two iconv problems that Lennart Lövstrand pointed...
2007-11-03 Wayne DavisonIn mplex_write(), make extra sure something unexpected...
2007-10-18 Wayne DavisonWe can't decrement the in_progress value for a hard...
2007-10-16 Wayne DavisonWrite out the inc_recurse flag into a protocol-30 batch...
2007-10-13 Wayne DavisonForward MSG_IO_ERROR to the generator so that it can...
2007-09-23 Wayne DavisonGot rid of some unneeded externs.
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-18 Wayne DavisonAdded missing "#ifdef ICONV_OPTION" conditionals.
2007-09-18 Wayne Davison- Make use of new iconvbufs() function.
2007-09-15 Wayne Davison- Parse hard-link info as soon as we get it in inc_recu...
2007-09-15 Wayne DavisonThe server should not wait around for an extra end...
2007-09-09 Wayne Davison- Renamed read_line() to be read_line_old().
2007-09-03 Wayne DavisonDisabled the debug messages relating to the e_fds vars.
2007-09-03 Wayne DavisonImproved the handling of the file-status events received by
2007-07-12 Wayne DavisonNeeded to use ndx_end in decrement_flist_in_progress().
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-05-26 Wayne DavisonHandle EINTR in a couple places where we handle the...
2007-05-23 Wayne DavisonOutput a -vvv(erbose) message when receiving an increme...
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-23 Wayne DavisonChanged the prerelease-protocol support to use an idiom...
2007-04-21 Wayne DavisonBatch files need to be written with the new subprotocol...
2007-04-20 Wayne DavisonAdded a message queue for the receiver->generator messa...
2007-04-20 Wayne Davison- Changed the {read,write}_longint() functions into...
2007-04-20 Wayne DavisonChanged the *_abbbrevint() functions to *_varint().
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.
next