Greg Wilkins
|
a7238f2688
|
403281 jetty.sh waits for started before OK
|
2013-03-14 11:44:04 +11:00 |
|
Simone Bordet
|
f0a9f9caa0
|
Fixed signalling in ConcurrentArrayBlockingQueue.
|
2013-03-14 00:09:44 +01:00 |
|
Greg Wilkins
|
29b83dff9b
|
402626 Do not required endpoint host checking by default
|
2013-03-14 09:25:28 +11:00 |
|
Simone Bordet
|
4a8b7409af
|
Second draft implementation of bounded and unbounded ConcurrentArrayBlockingQueue.
|
2013-03-13 22:57:37 +01:00 |
|
Simone Bordet
|
e40e2a9913
|
Merged branch 'master' into 'unsafe'.
|
2013-03-13 22:37:36 +01:00 |
|
Jesse McConnell
|
acb5919844
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-12 09:10:50 -05:00 |
|
Jesse McConnell
|
d6ebdc0a4a
|
[maven-release-plugin] prepare release jetty-7.6.10.v20130312
|
2013-03-12 09:10:42 -05:00 |
|
Jesse McConnell
|
0405c8ded6
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-12 09:05:25 -05:00 |
|
Jesse McConnell
|
852178cd01
|
[maven-release-plugin] prepare release jetty-8.1.10.v20130312
|
2013-03-12 09:05:14 -05:00 |
|
Simone Bordet
|
ef834aebe4
|
Draft implementation of bounded and unbounded ConcurrentArrayBlockingQueue.
|
2013-03-11 17:00:43 +01:00 |
|
Joakim Erdfelt
|
bbf44a5d32
|
Merge branch 'release-9'
|
2013-03-09 06:16:25 -07:00 |
|
Joakim Erdfelt
|
897c35c2cb
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-08 11:33:23 -07:00 |
|
Joakim Erdfelt
|
cc6196af50
|
[maven-release-plugin] prepare release jetty-9.0.0.v20130308
|
2013-03-08 11:33:15 -07:00 |
|
Joakim Erdfelt
|
7fc38f6c0f
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-07 19:14:19 -07:00 |
|
Joakim Erdfelt
|
96d045442f
|
[maven-release-plugin] prepare release jetty-9.0.0.v20130307
|
2013-03-07 19:14:11 -07:00 |
|
Greg Wilkins
|
97de9fc6be
|
399967 Destroyables destroyed on undeploy and shutdown hook
|
2013-03-08 09:49:47 +11:00 |
|
Greg Wilkins
|
4b58eae39b
|
399967 Destroyables destroyed on undeploy and shutdown hook
|
2013-03-08 09:48:58 +11:00 |
|
Simone Bordet
|
91e5720ca2
|
Introduced a concurrent queue based on array chunks to reduce allocation,
to be used as drop-in replacement of j.u.c.ConcurrentLinkedQueue.
Using it in SelectorManager.ManagedSelector, but build fails on OSGi.
|
2013-03-07 10:00:50 +01:00 |
|
Greg Wilkins
|
2a0bfea187
|
395620 do not managed inherited life cycle listeners
|
2013-03-07 11:27:45 +11:00 |
|
Jesse McConnell
|
778ee1411b
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-06 10:21:46 -06:00 |
|
Jesse McConnell
|
d916078711
|
[maven-release-plugin] prepare release jetty-9.0.0.v20130306
|
2013-03-06 10:21:38 -06:00 |
|
Greg Wilkins
|
7abbc44474
|
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
|
2013-03-05 10:40:45 +11:00 |
|
Greg Wilkins
|
cf54341ae6
|
399967 Shutdown hook calls destroy
|
2013-03-05 10:36:37 +11:00 |
|
Greg Wilkins
|
b8473122de
|
399967 call Destroyable.destroy() when a managed been is removed from ContainerLifeCycle
|
2013-03-05 08:09:08 +11:00 |
|
Greg Wilkins
|
c396622770
|
401495 removed unused getOutputStream
|
2013-03-04 17:38:00 +11:00 |
|
Joakim Erdfelt
|
29b2118870
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-26 09:20:45 -07:00 |
|
Joakim Erdfelt
|
2b82b54f6d
|
[maven-release-plugin] prepare release jetty-9.0.0.RC2
|
2013-02-26 09:20:45 -07:00 |
|
Jan Bartel
|
e95301b906
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/ProxyServletTest.java
jetty-websocket/src/main/java/org/eclipse/jetty/websocket/WebSocketFactory.java
jetty-websocket/src/test/java/org/eclipse/jetty/websocket/helper/SafariD00.java
|
2013-02-22 18:37:29 +11:00 |
|
Jan Bartel
|
4cb0a964ef
|
401485 zip file closed exception
|
2013-02-22 18:25:40 +11:00 |
|
Jan Bartel
|
59ada108b2
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
jetty-annotations/src/main/java/org/eclipse/jetty/annotations/AnnotationParser.java
jetty-client/src/test/java/org/eclipse/jetty/client/ExternalSiteTest.java
jetty-client/src/test/java/org/eclipse/jetty/client/SslBytesServerTest.java
jetty-http/src/main/java/org/eclipse/jetty/http/HttpParser.java
jetty-io/src/main/java/org/eclipse/jetty/io/nio/SslConnection.java
jetty-io/src/test/java/org/eclipse/jetty/io/nio/SelectChannelEndPointSslTest.java
jetty-servlets/src/main/java/org/eclipse/jetty/servlets/ProxyServlet.java
jetty-servlets/src/test/java/org/eclipse/jetty/servlets/ProxyServletTest.java
jetty-util/src/test/java/org/eclipse/jetty/util/resource/ResourceTest.java
jetty-webapp/src/main/java/org/eclipse/jetty/webapp/WebAppContext.java
test-jetty-webapp/pom.xml
|
2013-02-22 12:47:02 +11:00 |
|
Simone Bordet
|
8418acdae4
|
401414 - Hostname verification fails.
Now using host name instead of host address to create SSLEngines.
|
2013-02-21 21:08:59 +01:00 |
|
Greg Wilkins
|
b82a781113
|
400864 Added LowResourcesMonitor
|
2013-02-18 20:03:36 +11:00 |
|
Jesse McConnell
|
39c5d6c141
|
merge from jetty-8
|
2013-02-15 12:47:04 -06:00 |
|
Jesse McConnell
|
9c40cca59f
|
merge from jetty-7
|
2013-02-15 12:11:25 -06:00 |
|
Jesse McConnell
|
cf98276b32
|
[Bug 394064] ensure that JarFile instances are closed on JarFileResource.release()
|
2013-02-15 11:59:39 -06:00 |
|
Simone Bordet
|
df56bd3c27
|
400014 - Http async client DNS performance.
Introduced SocketAddressResolver to perform DNS resolution in a separate thread,
and updated HttpClient to make use of it.
|
2013-02-14 21:37:29 +01:00 |
|
Thomas Becker
|
bb3c1433f4
|
400184: SslContextFactory change. Disable hostname verification if trustAll is set
|
2013-02-07 11:50:19 +01:00 |
|
Joakim Erdfelt
|
4dc3ed38c2
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-05 10:00:36 -07:00 |
|
Joakim Erdfelt
|
ed24f78498
|
[maven-release-plugin] prepare release jetty-9.0.0.RC0
|
2013-02-05 10:00:36 -07:00 |
|
Jesse McConnell
|
e073ceb06d
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-05 10:00:36 -07:00 |
|
Jesse McConnell
|
2f2ad287af
|
[maven-release-plugin] prepare release jetty-9.0.0.RC0
|
2013-02-05 10:00:35 -07:00 |
|
Simone Bordet
|
209d5bc12f
|
399721 - Change <Ref id= ...> to <Ref refid= ...>
|
2013-02-01 13:03:11 +01:00 |
|
Greg Wilkins
|
626f10678c
|
Merge remote-tracking branch 'origin/jetty-8'
Conflicts:
VERSION.txt
aggregates/jetty-all/pom.xml
examples/async-rest/async-rest-jar/pom.xml
examples/async-rest/async-rest-webapp/pom.xml
examples/async-rest/pom.xml
examples/embedded/pom.xml
jetty-aggregate/jetty-all-server/pom.xml
jetty-aggregate/jetty-client/pom.xml
jetty-aggregate/jetty-plus/pom.xml
jetty-aggregate/jetty-servlet/pom.xml
jetty-aggregate/jetty-webapp/pom.xml
jetty-aggregate/jetty-websocket/pom.xml
jetty-aggregate/pom.xml
jetty-annotations/pom.xml
jetty-client/pom.xml
jetty-continuation/pom.xml
jetty-deploy/pom.xml
jetty-distribution/pom.xml
jetty-http-spi/pom.xml
jetty-http/pom.xml
jetty-io/pom.xml
jetty-jaspi/pom.xml
jetty-jmx/pom.xml
jetty-jndi/pom.xml
jetty-jsp/pom.xml
jetty-monitor/pom.xml
jetty-nosql/pom.xml
jetty-osgi/jetty-osgi-boot-jsp/pom.xml
jetty-osgi/jetty-osgi-boot-warurl/pom.xml
jetty-osgi/jetty-osgi-boot/pom.xml
jetty-osgi/jetty-osgi-httpservice/pom.xml
jetty-osgi/pom.xml
jetty-osgi/test-jetty-osgi-context/pom.xml
jetty-osgi/test-jetty-osgi-webapp/pom.xml
jetty-osgi/test-jetty-osgi/pom.xml
jetty-plus/pom.xml
jetty-policy/pom.xml
jetty-proxy/pom.xml
jetty-rewrite/pom.xml
jetty-runner/pom.xml
jetty-security/pom.xml
jetty-server/pom.xml
jetty-servlet/pom.xml
jetty-servlets/pom.xml
jetty-spdy/pom.xml
jetty-spdy/spdy-client/pom.xml
jetty-spdy/spdy-core/pom.xml
jetty-spdy/spdy-example-webapp/pom.xml
jetty-spdy/spdy-server/pom.xml
jetty-spring/pom.xml
jetty-start/pom.xml
jetty-util-ajax/pom.xml
jetty-util/pom.xml
jetty-util/src/main/java/org/eclipse/jetty/util/UrlEncoded.java
jetty-util/src/main/java/org/eclipse/jetty/util/Utf8StringBuilder.java
jetty-util/src/test/java/org/eclipse/jetty/util/URLEncodedTest.java
jetty-webapp/pom.xml
jetty-websocket/pom.xml
jetty-xml/pom.xml
pom.xml
test-continuation/pom.xml
test-jetty-nested/pom.xml
test-jetty-servlet/pom.xml
tests/pom.xml
tests/test-integration/pom.xml
tests/test-loginservice/pom.xml
tests/test-sessions/pom.xml
tests/test-sessions/test-hash-sessions/pom.xml
tests/test-sessions/test-jdbc-sessions/pom.xml
tests/test-sessions/test-mongodb-sessions/pom.xml
tests/test-sessions/test-sessions-common/pom.xml
tests/test-webapps/pom.xml
tests/test-webapps/test-jetty-webapp/pom.xml
tests/test-webapps/test-webapp-rfc2616/pom.xml
|
2013-02-01 22:15:44 +11:00 |
|
Greg Wilkins
|
e8de7bd905
|
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
Conflicts:
VERSION.txt
example-jetty-embedded/pom.xml
jetty-aggregate/jetty-all-server/pom.xml
jetty-aggregate/jetty-all/pom.xml
jetty-aggregate/jetty-client/pom.xml
jetty-aggregate/jetty-plus/pom.xml
jetty-aggregate/jetty-server/pom.xml
jetty-aggregate/jetty-servlet/pom.xml
jetty-aggregate/jetty-webapp/pom.xml
jetty-aggregate/jetty-websocket/pom.xml
jetty-aggregate/pom.xml
jetty-ajp/pom.xml
jetty-annotations/pom.xml
jetty-client/pom.xml
jetty-continuation/pom.xml
jetty-deploy/pom.xml
jetty-distribution/pom.xml
jetty-http-spi/pom.xml
jetty-http/pom.xml
jetty-io/pom.xml
jetty-jaspi/pom.xml
jetty-jmx/pom.xml
jetty-jndi/pom.xml
jetty-jsp/pom.xml
jetty-monitor/pom.xml
jetty-nested/pom.xml
jetty-nosql/pom.xml
jetty-osgi/jetty-osgi-boot-jsp/pom.xml
jetty-osgi/jetty-osgi-boot-logback/pom.xml
jetty-osgi/jetty-osgi-boot-warurl/pom.xml
jetty-osgi/jetty-osgi-boot/pom.xml
jetty-osgi/jetty-osgi-equinoxtools/pom.xml
jetty-osgi/jetty-osgi-httpservice/pom.xml
jetty-osgi/pom.xml
jetty-osgi/test-jetty-osgi-context/pom.xml
jetty-osgi/test-jetty-osgi-webapp/pom.xml
jetty-osgi/test-jetty-osgi/pom.xml
jetty-overlay-deployer/pom.xml
jetty-plus/pom.xml
jetty-policy/pom.xml
jetty-rewrite/pom.xml
jetty-security/pom.xml
jetty-server/pom.xml
jetty-servlet/pom.xml
jetty-servlets/pom.xml
jetty-spdy/pom.xml
jetty-spdy/spdy-core/pom.xml
jetty-spdy/spdy-jetty-http-webapp/pom.xml
jetty-spdy/spdy-jetty-http/pom.xml
jetty-spdy/spdy-jetty/pom.xml
jetty-start/pom.xml
jetty-util/pom.xml
jetty-webapp/pom.xml
jetty-websocket/pom.xml
jetty-xml/pom.xml
pom.xml
test-continuation/pom.xml
test-jetty-nested/pom.xml
test-jetty-servlet/pom.xml
test-jetty-webapp/pom.xml
tests/pom.xml
tests/test-integration/pom.xml
tests/test-loginservice/pom.xml
tests/test-sessions/pom.xml
tests/test-sessions/test-hash-sessions/pom.xml
tests/test-sessions/test-jdbc-sessions/pom.xml
tests/test-sessions/test-mongodb-sessions/pom.xml
tests/test-sessions/test-sessions-common/pom.xml
tests/test-webapps/pom.xml
tests/test-webapps/test-webapp-rfc2616/pom.xml
|
2013-02-01 18:22:04 +11:00 |
|
Greg Wilkins
|
1610329d3e
|
399703 made encoding error handling consistent
|
2013-02-01 15:31:55 +11:00 |
|
Greg Wilkins
|
376114e794
|
397168 backed of test timing
|
2013-02-01 10:41:58 +11:00 |
|
Jesse McConnell
|
5c58878c3c
|
[maven-release-plugin] prepare for next development iteration
|
2013-01-31 11:34:38 -06:00 |
|
Jesse McConnell
|
ebbe37294f
|
[maven-release-plugin] prepare release jetty-8.1.9.v20130131
|
2013-01-31 11:34:30 -06:00 |
|
Jesse McConnell
|
a5e1e04af1
|
[maven-release-plugin] prepare for next development iteration
|
2013-01-31 08:42:20 -06:00 |
|
Jesse McConnell
|
b7fb18fd65
|
[maven-release-plugin] prepare release jetty-7.6.9.v20130131
|
2013-01-31 08:42:12 -06:00 |
|