[SCM] The rsync repository. branch, master, updated. v3.0.3-306-g92d0214

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Dec 19 12:23:43 MST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The rsync repository.".

The branch, master has been updated
       via  92d021488ec06524f7ed6a527c39f2753f4a9fd2 (commit)
      from  82b2a31a46d7c94f951b96f61c9935198f0f53f1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92d021488ec06524f7ed6a527c39f2753f4a9fd2
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Dec 19 10:15:15 2009 -0800

    Improve --timeout method to take into account all I/O that is going on.
    The receiving side also switches timeout handling from the receiver to
    the generator, which obviates the need for the sender to send any
    keep-alive messages at all (for protocol 31 and beyond).  Given this
    setup, all keep-alive messages are now sent as empty MSG_DATA messages,
    with MSG_NOOP messages only being understood and (when necessary) acted
    upon to forward a keep-alive event to an older receiver.  This is both
    safer and more compatible with older versions.

-----------------------------------------------------------------------

Summary of changes:
 generator.c |   13 ++--------
 io.c        |   67 +++++++++++++++++++++++++++++++++++++----------------------
 main.c      |    5 ++++
 rsync.c     |    7 ++---
 rsync.h     |    2 +-
 sender.c    |    5 ++-
 6 files changed, 57 insertions(+), 42 deletions(-)


hooks/post-receive
--
The rsync repository.


More information about the rsync-cvs mailing list