[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] [Git@Eclipse] Jetty: primary project repository branch jetty-9 updated. jetty-8.1.5.v20120716-716-g6a2041a
|
- From: genie@xxxxxxxxxxx (Simone Bordet)
- Date: Fri, 10 Aug 2012 04:34:33 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
The branch, jetty-9 has been updated
via 6a2041ae27edaab75aff9ec886378824308e980b (commit)
via 2d832fa9adcafcaa43b40df6243f7c8c3b6ce0c3 (commit)
via cf5801f437e43ee546ee8ff3dae8a754e4fd939d (commit)
via 598292172f3836fd9d22eb54c07487b0bbb925f7 (commit)
from afe489e986faa54a0a102e6320b2242d9aa4db2e (commit)
- Log -----------------------------------------------------------------
commit 6a2041ae27edaab75aff9ec886378824308e980b
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Fri Aug 10 10:34:00 2012 +0200
Jetty9 - Better handling of cases where the SslConnection has its output shutdown.
commit 2d832fa9adcafcaa43b40df6243f7c8c3b6ce0c3
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Fri Aug 10 10:32:45 2012 +0200
Jetty9 - Introduced Connection.close() for better stop of lifecycle components.
commit cf5801f437e43ee546ee8ff3dae8a754e4fd939d
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Fri Aug 10 10:31:35 2012 +0200
Jetty9 - Added logging.
commit 598292172f3836fd9d22eb54c07487b0bbb925f7
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Fri Aug 10 10:29:14 2012 +0200
Jetty9 - Code cleanup, renaming methods to be more expressive.
-----------------------------------------------------------------------
Summary of changes:
.../org/eclipse/jetty/io/AbstractConnection.java | 35 +++++----
.../java/org/eclipse/jetty/io/ChannelEndPoint.java | 4 +-
.../main/java/org/eclipse/jetty/io/Connection.java | 20 ++++-
.../java/org/eclipse/jetty/io/SelectorManager.java | 69 ++++++++++++---
.../org/eclipse/jetty/io/ssl/SslConnection.java | 88 +++++++++++++-------
.../org/eclipse/jetty/spdy/SPDYConnection.java | 6 ++
.../org/eclipse/jetty/util/ExecutorCallback.java | 42 +++++-----
7 files changed, 176 insertions(+), 88 deletions(-)
hooks/post-receive
--
Jetty: primary project repository