[jboss-xnio] branch master updated (c46e06c -> 92a4e4b)
Markus Koschany
apo-guest at moszumanska.debian.org
Sun Mar 20 18:45:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a change to branch master
in repository jboss-xnio.
from c46e06c Update changelog
adds 044906b Imported Upstream version 3.3.5
new e1d253a Merge tag 'upstream/3.3.5'
new f713a38 Declare compliance with Debian Policy 3.9.7.
new 50f8f1e Vcs-Git: Use https.
new 6f42fe7 Update changelog
new 1ba663e Imported Upstream version 3.3.5
new 92a4e4b Imported Debian patch 3.3.5-1
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
api/pom.xml | 2 +-
.../main/java/org/xnio/ByteBufferSlicePool.java | 55 ++--
api/src/main/java/org/xnio/Xnio.java | 67 +++--
api/src/main/java/org/xnio/XnioWorker.java | 10 +-
.../org/xnio/channels/FramedMessageChannel.java | 3 +-
api/src/test/java/org/xnio/XnioWorkerTestCase.java | 5 +
.../channels/FramedMessageChannelTestCase.java | 7 +
.../test/java/org/xnio/mock/XnioWorkerMock.java | 6 +-
debian/changelog | 8 +
debian/control | 4 +-
nio-impl/pom.xml | 2 +-
.../src/main/java/org/xnio/nio/ChannelClosed.java | 11 +-
.../org/xnio/nio/NioSocketStreamConnection.java | 10 +-
.../src/main/java/org/xnio/nio/NioTcpServer.java | 26 +-
.../main/java/org/xnio/nio/NioTcpServerHandle.java | 4 +-
nio-impl/src/main/java/org/xnio/nio/NioXnio.java | 33 ++-
.../src/main/java/org/xnio/nio/NioXnioWorker.java | 36 ++-
.../{NioTcpServer.java => QueuedNioTcpServer.java} | 311 ++++++++++++---------
.../org/xnio/nio/QueuedNioTcpServerHandle.java | 60 ++++
.../src/main/java/org/xnio/nio/WorkerThread.java | 34 ++-
.../xnio/nio/test/IllegalConnectionTestCase.java | 2 +
.../java/org/xnio/nio/test/TcpChannelTestCase.java | 7 +-
.../org/xnio/nio/test/TcpConnectionTestCase.java | 7 +-
pom.xml | 2 +-
24 files changed, 483 insertions(+), 229 deletions(-)
copy api/src/main/java/org/xnio/conduits/package-info.java => nio-impl/src/main/java/org/xnio/nio/ChannelClosed.java (72%)
copy nio-impl/src/main/java/org/xnio/nio/{NioTcpServer.java => QueuedNioTcpServer.java} (62%)
create mode 100644 nio-impl/src/main/java/org/xnio/nio/QueuedNioTcpServerHandle.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-xnio.git
More information about the pkg-java-commits
mailing list