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  a00ae06ac174c6937c8d88f082ba5b5373472067 (commit)
      from  e844aab8fac40669dc879c086acab7bc3ab1ac7f (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 a00ae06ac174c6937c8d88f082ba5b5373472067
Author: Stefan Rossbach <[email protected]>
Date:   Tue Jun 3 22:12:19 2014 +0200

    [INTERNAL] added TCP Transport
    
    This is far from being finished and will be developed further.
    
    Change-Id: I007cae939f825594967bcc7ad97f2dc9b69e8329
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1606
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp.core/.classpath               |    2 +-
 .../de/fu_berlin/inf/dpp/net/NetTransferMode.java  |    2 +-
 .../dpp/net/internal/BinaryChannelConnection.java  |   15 ++---
 .../fu_berlin/inf/dpp/net/internal/ByteStream.java |   19 ++++++
 .../inf/dpp/net/internal/ByteStreamTransport.java  |    7 +-
 .../inf/dpp/net/internal/IBBTransport.java         |    2 +-
 .../inf/dpp/net/internal/Socks5Transport.java      |   23 ++++---
 .../inf/dpp/net/internal/TCPByteStream.java        |   43 +++++++++++++
 .../inf/dpp/net/internal/TCPTransport.java         |   63 ++++++++++++++++++++
 .../dpp/net/internal/XMPPByteStreamAdapter.java    |   44 ++++++++++++++
 .../net/internal/BinaryChannelConnectionTest.java  |   23 ++++----
 11 files changed, 207 insertions(+), 36 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/net/internal/ByteStream.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/net/internal/TCPByteStream.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/net/internal/TCPTransport.java
 create mode 100644 
de.fu_berlin.inf.dpp.core/src/de/fu_berlin/inf/dpp/net/internal/XMPPByteStreamAdapter.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to