Bump the year to 2014.
[rsync.git] / io.c
2014-01-26 Wayne DavisonBump the year to 2014.
2014-01-19 Wayne DavisonAdding IVAL64() and SIVAL64().
2013-11-25 Wayne DavisonCreate and use write_bigbuf() function for extra-large...
2013-11-11 Wayne DavisonAvoid useless keepalive msgs that would kill an older
2013-11-09 Wayne DavisonFix timeout checking in safe_read().
2013-11-09 Wayne DavisonChange safe_read() to select() before reading.
2013-05-28 Wayne DavisonLook for got_kill_signal in a couple more spots.
2013-05-26 Wayne DavisonForward a MSG_ERROR_EXIT value to generator too.
2013-05-26 Wayne DavisonAvoid I/O via signal-handler thread.
2013-01-19 Wayne DavisonUpdate copyright year.
2012-10-03 Wayne DavisonFix indentation that used expanded tabs.
2012-09-23 Wayne DavisonMake read_args() return the full request.
2012-01-28 Wayne Davisonflist->in_progress is only needed w/inc_recurese.
2011-12-21 Wayne DavisonImprove the handling of verbose/debug messages
2011-09-13 Wayne DavisonMake sure other early exit calls can't hang in noop_io_...
2011-09-11 Wayne DavisonFix a potential hang on an empty file list.
2011-08-27 Wayne DavisonFix bwlimit multiplication overflow. Fixes bug 8375.
2011-07-04 Wayne DavisonHandle FES_NO_SEND properly on a hard-linked file.
2010-10-12 Wayne DavisonAdd @group auth and overrides to "auth user" daemon...
2010-02-17 Wayne DavisonWrite out the right compat_flags value into the batch...
2010-01-02 Wayne DavisonMore --timeout improvements, especially for the receivi...
2009-12-23 Wayne DavisonImprove handling of MSG_IO_ERROR message.
2009-12-19 Wayne DavisonDon't set last_io_out in check_timeout.
2009-12-19 Wayne DavisonImprove --timeout method to take into account all I...
2009-12-17 Wayne DavisonImproved some I/O comments.
2009-12-16 Wayne DavisonFix the val reading for MSG_ERROR_EXIT. Use 0-length...
2009-12-15 Wayne DavisonImprove the timeout messages.
2009-12-14 Wayne DavisonFix a compiler warning about a %d mismatch.
2009-12-13 Wayne DavisonAvoid another checker warning.
2009-12-13 Wayne DavisonPrevent the reading of another message before the end...
2009-12-13 Wayne DavisonChange a variable name in read_a_msg().
2009-12-12 Wayne DavisonTurn iobuf.in into a circular input buffer.
2009-12-12 Wayne DavisonFix a hang that can happen when the sender is sending...
2009-12-12 Wayne DavisonDon't send MSG_ERROR_EXIT messages at the end of the...
2009-11-23 Wayne DavisonChange the handling of circular buffers to not waste...
2009-11-16 Wayne DavisonMake some RERR_* choices better, and another noop_io_un...
2009-11-15 Wayne DavisonDon't complain about a socket EOF unless it affects...
2009-11-15 Wayne DavisonTweak the noop_io_until_death() timeout and comment it.
2009-11-14 Wayne DavisonImproved a couple comments and added some "else" optimi...
2009-11-14 Wayne DavisonNo need to check MIN_FILECNT_LOOKAHEAD w/extra_flist_se...
2009-11-14 Wayne DavisonMake the two "wrap-bytes" sections simpler and more...
2009-11-14 Wayne DavisonPrefer send_msg_int() over send_msg() for better debug...
2009-11-14 Wayne DavisonTweaked sizing checks in perform_io().
2009-11-14 Wayne DavisonFixed the buffer-has-space check in write_buf().
2009-11-08 Wayne DavisonMore improvements for abnormal exits.
2009-11-07 Wayne DavisonGive noop_io_until_death() a time limit.
2009-11-07 Wayne DavisonAdded notifications about error-exit values:
2009-11-01 Wayne DavisonFix MSG_IO_TIMEOUT when the daemon is the receiver.
2009-10-27 Wayne DavisonChange the daemon-timeout conveyance into a protocol...
2009-10-26 Wayne DavisonFix %b and %c so that they count per-transfer bytes...
2009-10-24 Wayne DavisonA few more --files-from fixes, and an enhanced testsuit...
2009-10-24 Wayne DavisonFixed some backward-compatibility issues with --files...
2009-10-24 Wayne DavisonFixed a couple iconv loops to properly handle incomplet...
2009-10-24 Wayne DavisonMove free_xbuf() into ifuncs.h.
2009-10-24 Wayne DavisonGive iconvbufs() an ICB_INIT flag.
2009-10-19 Wayne DavisonSilence some rprintf() size_t warnings.
2009-10-17 Wayne DavisonFix check for an empty output buffer and limit to flist...
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-10-13 Wayne DavisonAvoid calling send_extra_file_list() when we shouldn't.
2009-10-12 Wayne DavisonAvoid stopping multiplexed out over the message fd.
2009-10-02 Wayne DavisonChange the msg pipe to use a real multiplexed IO mode
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-03-13 Matt McCutchenGive a meaningful error message when we fail to write...
2009-01-17 Wayne DavisonFixed the delete statistics with --delete-delay and...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-11-10 Wayne DavisonAvoid a potential hang when --remove-*-files is active.
2008-09-27 Wayne DavisonMore batch-mode fixes to handle redos properly (and...
2008-09-27 Wayne DavisonMoved the flist_ndx_{push,pop}() routines from io.c...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-24 Wayne DavisonSome minor improvements to the flushing code to try...
2008-08-14 Wayne DavisonChanged flist_for_ndx() to optionally die with an error
2008-08-02 Wayne DavisonWhen using --iconv, if a server-side receiver can't...
2008-08-02 Wayne DavisonAdded logic to the receiving side to ensure that the...
2008-07-22 Wayne DavisonExplicitly cast a -1 that is being assigned to a size_t.
2008-07-22 Wayne DavisonGot rid of a variable that was set but not used.
2008-07-21 Wayne DavisonImproved var-checker and tweaked all the issues it...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-06-23 Wayne DavisonFixed the sending of large files with older rsync versi...
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.
next