[SCM] The rsync repository. branch, master, updated. v3.0.3-321-g05c3601

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Jan 2 12:02:12 MST 2010


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  05c36015f79d0d2975f15b08e31ea72825700f11 (commit)
       via  e34f43495c0f0ab0e7b01983238f5d6e8988e30b (commit)
      from  42562649917058c3aff682741854ac12ffe72d20 (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 05c36015f79d0d2975f15b08e31ea72825700f11
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Jan 2 10:51:09 2010 -0800

    More --timeout improvements, especially for the receiving side:
    - The receiver now sends keep-alive messages to the generator
      when it is actively doing work and hasn't sent anything
      recently.  This ensures that the generator won't timeout
      if the receiver is working hard.
    - The perform_io() code has improved keep-alive participation.
    - Allow the sender to send some keep-alive messages, which
      ensures that if it is in a lull, it can probe the socket.

commit e34f43495c0f0ab0e7b01983238f5d6e8988e30b
Author: Wayne Davison <wayned at samba.org>
Date:   Sat Jan 2 09:14:19 2010 -0800

    Don't try to send MSG_ERROR_EXIT after a timeout.

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

Summary of changes:
 cleanup.c   |    2 +-
 generator.c |    6 ++--
 io.c        |   60 ++++++++++++++++++++++++++++++++++++++++------------------
 main.c      |    5 ----
 receiver.c  |    4 +++
 rsync.c     |    2 +-
 rsync.h     |    6 ++++-
 sender.c    |    5 +--
 8 files changed, 57 insertions(+), 33 deletions(-)


hooks/post-receive
--
The rsync repository.


More information about the rsync-cvs mailing list