[jenkins-remoting] branch master updated (86242d4 -> 1a27698)
James Downing Page
jamespage at alioth.debian.org
Mon Aug 12 08:48:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
jamespage pushed a change to branch master
in repository jenkins-remoting.
from 86242d4 Merge tag 'upstream/2.22+dfsg'
adds 8e97fc8 Imported Upstream version 2.23
new 83a0b3f Merge tag 'upstream/2.23'
new 1a27698 New upstream release.
The 2 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:
debian/changelog | 6 ++
pom.xml | 4 +-
src/main/java/hudson/remoting/Channel.java | 17 ++++-
src/main/java/hudson/remoting/Launcher.java | 23 +++---
src/main/java/hudson/remoting/PipeWindow.java | 58 +++++++++++----
.../java/hudson/remoting/ProxyOutputStream.java | 36 ++++++++-
.../hudson/remoting/throughput/DumbReceiver.java | 24 ++++++
.../hudson/remoting/throughput/DumbSender.java | 34 +++++++++
.../java/hudson/remoting/throughput/Receiver.java | 34 +++++++++
.../java/hudson/remoting/throughput/Sender.java | 77 ++++++++++++++++++++
10 files changed, 284 insertions(+), 29 deletions(-)
create mode 100644 src/test/java/hudson/remoting/throughput/DumbReceiver.java
create mode 100644 src/test/java/hudson/remoting/throughput/DumbSender.java
create mode 100644 src/test/java/hudson/remoting/throughput/Receiver.java
create mode 100644 src/test/java/hudson/remoting/throughput/Sender.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-remoting.git
More information about the pkg-java-commits
mailing list