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 Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  875c3ea6b6dd0e51b7bd65f3f3a5f4a8e34c17ff (commit)
      from  19eb4203cc316ce4c81a4b6235ac6d18c1ebc004 (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 875c3ea6b6dd0e51b7bd65f3f3a5f4a8e34c17ff
Author: Stefan Rossbach <[email protected]>
Date:   Wed Oct 9 17:11:53 2013 +0200

    [FIX] #605 Saros doesn't reliably detect a broken internet connection
    
    Saros will now detect broken connections.
    
    TODO: their might be false positives during connection shutdown of the
    remote side. As currently no hint is shown why the user is no longer
    part of the session it does not matter.
    
    Change-Id: Idcfcf5dbb6e1fd847c19b277af443f8ca5559191
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/946
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp/saros.properties              |    5 +
 .../dpp/project/internal/ActivitySequencer.java    |   11 +
 .../internal/IActivitySequencerCallback.java       |   26 ++
 .../inf/dpp/project/internal/SarosSession.java     |    7 +
 .../timeout/ClientSessionTimeoutHandler.java       |  148 +++++++++++
 .../timeout/ServerSessionTimeoutHandler.java       |  278 ++++++++++++++++++++
 .../internal/timeout/SessionTimeoutHandler.java    |  121 +++++++++
 .../dpp/project/internal/timeout/package-info.java |    5 +
 8 files changed, 601 insertions(+), 0 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/internal/IActivitySequencerCallback.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/internal/timeout/ClientSessionTimeoutHandler.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/internal/timeout/ServerSessionTimeoutHandler.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/internal/timeout/SessionTimeoutHandler.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/project/internal/timeout/package-info.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to