[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] [Git@Eclipse] Jetty: primary project repository branch master updated. npn-api-1.1.0.v20120525-66-g457fdc7
|
- From: genie@xxxxxxxxxxx (Simone Bordet)
- Date: Mon, 11 Jun 2012 09:36:03 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
The branch, master has been updated
via 457fdc74e518aaaaf442b96cee3b0d0a6ef0f5e6 (commit)
via aeb3a2348219222d5bd21c70551704b52d293a56 (commit)
via af836eb4b79ddac130047b61f8a87f39fae253be (commit)
via 836c647fb8209a7d9823725225251920443855e4 (commit)
via 4bb0a30839a29d203a9cf91f4c366570f743d275 (commit)
from b4e45d1bb7535cd17ff31101a65474f23d2c00a9 (commit)
- Log -----------------------------------------------------------------
commit 457fdc74e518aaaaf442b96cee3b0d0a6ef0f5e6
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Mon Jun 11 14:32:14 2012 +0200
Modified StandardStream to not depend on SynStreamFrame.
commit aeb3a2348219222d5bd21c70551704b52d293a56
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Mon Jun 11 14:25:51 2012 +0200
Making sure that cancelling the attempt to connect closes the channel.
commit af836eb4b79ddac130047b61f8a87f39fae253be
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Mon Jun 11 14:23:53 2012 +0200
As per the Future contract, throw CancellationException if the Promise has been cancelled.
commit 836c647fb8209a7d9823725225251920443855e4
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Mon Jun 11 14:22:46 2012 +0200
Added utility method valuesAsString().
commit 4bb0a30839a29d203a9cf91f4c366570f743d275
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Mon Jun 11 14:21:03 2012 +0200
Overridden allocate() to support direct buffers.
-----------------------------------------------------------------------
Summary of changes:
.../main/java/org/eclipse/jetty/spdy/Promise.java | 3 +
.../org/eclipse/jetty/spdy/StandardSession.java | 2 +-
.../org/eclipse/jetty/spdy/StandardStream.java | 57 ++++++++++----------
.../eclipse/jetty/spdy/api/ByteBufferDataInfo.java | 6 ++
.../java/org/eclipse/jetty/spdy/api/Headers.java | 15 +++++
.../eclipse/jetty/spdy/StandardSessionTest.java | 2 +-
.../org/eclipse/jetty/spdy/StandardStreamTest.java | 39 +++++++------
.../java/org/eclipse/jetty/spdy/SPDYClient.java | 21 +++++++-
8 files changed, 95 insertions(+), 50 deletions(-)
hooks/post-receive
--
Jetty: primary project repository