Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-12Breaking ant <property> caching for cdi testsJoakim Erdfelt1-10/+10
2015-03-12Stragglers to the new year. tsk. tsk.Joakim Erdfelt8-8/+8
2015-03-12cleaning up build warningsJoakim Erdfelt2-38/+2
2015-03-12453834 - CDI Support for WebSocketJoakim Erdfelt45-310/+716
+ Adding scopes to websocket to help with CDI integration
2015-03-12Rename EnhancedInstantiator to DecoratedObjectFactoryJoakim Erdfelt29-170/+142
2015-03-12Attempting to validate socket + cdiJoakim Erdfelt1-0/+93
2015-03-12453834 - CDI Support for WebSocketJoakim Erdfelt17-31/+232
+ Attempting to get new socket @Inject working
2015-03-12453834 - CDI Support for WebSocketJoakim Erdfelt28-84/+182
+ Changing util.Decorators to util.EnhancedInstantiator to reflect true usage + Adding EnhancedInstantiator to JSR-356
2015-03-12Making ServletContextHandler use util.DecoratorsJoakim Erdfelt2-61/+99
+ Deprecating methods that are just awkward now. ServletContextHandler.getDecorators() - as it expects the ServletContextHandler.Decorator version
2015-03-12Rethinking DecoratorsJoakim Erdfelt4-4/+137
2015-03-12459845 - Support upgrade from http1 to http2Greg Wilkins3-18/+136
Parse setting frame.
2015-03-12Clarified ALPN properties.Simone Bordet1-2/+5
2015-03-12Removed forgotten System.err.println() debug statements.Simone Bordet1-5/+0
2015-03-12Fixed compilation issue: using Jetty's B64Code instead of JDK8 Base64.Simone Bordet1-30/+25
2015-03-12461919 - Use osgi-friendly serviceloader mechanism for WebSocketServletFactoryJan Bartel3-2/+23
2015-03-12459845 - Support upgrade from http1 to http2Greg Wilkins19-46/+149
Moved the sneaky direct upgrade to its own method and added support to detect a standard upgrade. The standard upgrade now creates the h2c connection and decodes the settings header, but it does not yet process the settings nor send a response to the request.
2015-03-12461941 JMX Remote host:port set from start propertiesGreg Wilkins2-10/+68
2015-03-11Renamed methods in FlowControlStrategy.Simone Bordet4-11/+11
2015-03-11More flow control tests.Simone Bordet3-156/+63
2015-03-11Clarified test and made it more reliable.Simone Bordet1-17/+12
2015-03-11423974 - Optimize flow control.Simone Bordet1-5/+13
Don't send the window update if the stream is closed.
2015-03-11423974 - Optimize flow control.Simone Bordet2-4/+4
Made the buffering flow control strategy the default.
2015-03-11extra test resourceGreg Wilkins1-0/+1
2015-03-11Converted IteratingCallback to use SpinLockGreg Wilkins1-150/+116
2015-03-11debug improvements from nghttp2 testingGreg Wilkins3-4/+6
2015-03-11cleaned up PushBuilder APIGreg Wilkins4-150/+460
2015-03-11459081 - http2 push failures.Greg Wilkins2-22/+15
Reverted sense of runnable in ExecuteProduceRun so that test harness passes. Added RunExecute Runnable for the new dispatch semantic
2015-03-10Merge remote-tracking branch 'origin/jetty-9.2.x'Greg Wilkins8-11/+30
Conflicts: VERSION.txt aggregates/jetty-all/pom.xml apache-jsp/pom.xml apache-jstl/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 examples/pom.xml jetty-alpn/jetty-alpn-client/pom.xml jetty-alpn/jetty-alpn-server/pom.xml jetty-alpn/pom.xml jetty-annotations/pom.xml jetty-ant/pom.xml jetty-cdi/pom.xml jetty-client/pom.xml jetty-continuation/pom.xml jetty-deploy/pom.xml jetty-distribution/pom.xml jetty-fcgi/fcgi-client/pom.xml jetty-fcgi/fcgi-server/pom.xml jetty-fcgi/pom.xml jetty-http-spi/pom.xml jetty-http/pom.xml jetty-http2/http2-alpn-tests/pom.xml jetty-io/pom.xml jetty-jaas/pom.xml jetty-jaspi/pom.xml jetty-jmx/pom.xml jetty-jndi/pom.xml jetty-jsp/pom.xml jetty-jspc-maven-plugin/pom.xml jetty-maven-plugin/pom.xml jetty-monitor/pom.xml jetty-nosql/pom.xml jetty-osgi/jetty-osgi-alpn/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/jetty-osgi-npn/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-proxy/pom.xml jetty-quickstart/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-http-client-transport/pom.xml jetty-spdy/spdy-http-common/pom.xml jetty-spdy/spdy-http-server/pom.xml jetty-spdy/spdy-npn-tests/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-webapp/pom.xml jetty-websocket/javax-websocket-client-impl/pom.xml jetty-websocket/javax-websocket-server-impl/pom.xml jetty-websocket/pom.xml jetty-websocket/websocket-api/pom.xml jetty-websocket/websocket-client/pom.xml jetty-websocket/websocket-common/pom.xml jetty-websocket/websocket-server/pom.xml jetty-websocket/websocket-servlet/pom.xml jetty-xml/pom.xml pom.xml tests/pom.xml tests/test-continuation/pom.xml tests/test-integration/pom.xml tests/test-jmx/jmx-webapp-it/pom.xml tests/test-jmx/jmx-webapp/pom.xml tests/test-jmx/pom.xml tests/test-loginservice/pom.xml tests/test-quickstart/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-jaas-webapp/pom.xml tests/test-webapps/test-jetty-webapp/pom.xml tests/test-webapps/test-jndi-webapp/pom.xml tests/test-webapps/test-mock-resources/pom.xml tests/test-webapps/test-proxy-webapp/pom.xml tests/test-webapps/test-servlet-spec/pom.xml tests/test-webapps/test-servlet-spec/test-container-initializer/pom.xml tests/test-webapps/test-servlet-spec/test-spec-webapp/pom.xml tests/test-webapps/test-servlet-spec/test-web-fragment/pom.xml tests/test-webapps/test-webapp-rfc2616/pom.xml
2015-03-10459081 - http2 push failures.Simone Bordet9-42/+193
Introduced ExecutionStrategy.dispatch() to handle the case where resources that are being pushed block.
2015-03-10[maven-release-plugin] prepare for next development iterationJesse McConnell101-102/+102
2015-03-10[maven-release-plugin] prepare release jetty-9.2.10.v20150310jetty-9.2.10.v20150310Jesse McConnell101-102/+102
2015-03-10set for relesaeJesse McConnell1-1/+13
2015-03-10add for devJesse McConnell1-0/+2
2015-03-10Improved exception handling, aborting the exchange rather than throwing.Simone Bordet5-8/+10
2015-03-10Fixed HttpClient Javadocs.Simone Bordet1-2/+5
2015-03-09Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet1-18/+8
2015-03-09Fixed MappedByteBufferPool.Tagged.Simone Bordet1-18/+8
The problem was that release uses ByteBuffer.isDirect() to know where to put the released buffer, and Tagged was always creating heap buffers. This leads to a very high miss ratio in the pool, which causes OOME in some tests.
2015-03-07Merged branch 'jetty-9.2.x' into 'master'.Simone Bordet16-217/+539
2015-03-07461643 - HttpContent.advance() race.Simone Bordet6-134/+430
Fixed by correctly synchronizing on ContentProvider.iterator.hasNext() and ContentProvider.iterator.next() for those ContentProviders that require it, such as DeferredContentProvider.
2015-03-07Made the tag counter a non-static variable.Simone Bordet1-6/+6
This was needed to avoid random test failures where a test running before another could increase the tag and fail the test.
2015-03-07445518 - Provide different error callbacks to ProxyServlet.Simone Bordet3-3/+11
Method names have been rationalized, and the old names deprecated. Now methods have "clientRequest", "proxyRequest", "serverResponse" and "proxyResponse" in their names to indicate the operation they belong to.
2015-03-07Introduced LeakDetector.id() to be consistent in logging the resource ID.Simone Bordet7-79/+100
2015-03-06Merge branch 'jetty-9.2.x'Joakim Erdfelt46-234/+331
Conflicts: jetty-client/src/main/java/org/eclipse/jetty/client/LeakTrackingConnectionPool.java jetty-client/src/test/java/org/eclipse/jetty/client/HttpClientLoadTest.java jetty-client/src/test/java/org/eclipse/jetty/client/HttpClientUploadDuringServerShutdown.java jetty-server/src/main/java/org/eclipse/jetty/server/HttpInput.java jetty-spdy/spdy-server/src/test/java/org/eclipse/jetty/spdy/server/SynDataReplyDataLoadTest.java jetty-websocket/websocket-server/src/test/java/org/eclipse/jetty/websocket/server/TooFastClientTest.java
2015-03-06456521 - ShutdownHandler should shut down more gracefullyJoakim Erdfelt1-6/+22
Also-by: Johannes Brodwall <johannes@brodwall.com> Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2015-03-06460769 - ClientUpgradeRequest sends cookies in the wrong formatJoakim Erdfelt2-2/+20
+ Simplifying HTTP Client "Cookie:" header based on rfcs
2015-03-06461070 Handle setReadListener on request with no contentGreg Wilkins2-2/+67
2015-03-06Cleaning up LeakTrackingByteBufferPool / LeakDetectorJoakim Erdfelt39-237/+203
+ Making use of LeakTrackingByteBufferPool more consistent + Using MappedByteBufferPool.Tagged where appropriate in test cases + Adding leak count tracking to LeakDetector + Adding leak count tracking to LeakTrackingByteBufferPool + Renaming websocket LeakTrackingBufferPool to LeakTrackingBufferPoolRule to reflect junit @Rule usage + Making websocket LeakTrackingBufferPoolRule always use MappedByteBufferPool.Tagged + Fixed various grammar concerns
2015-03-06461623 - BufferUtil.writeTo does not update position consistentlyJoakim Erdfelt1-2/+6
+ Making position update properly + Marking internal method as private
2015-03-06458140 Added DispatcherType support to RewriteHandlerGreg Wilkins1-3/+26
2015-03-06removed ambiguous loggingGreg Wilkins1-7/+0

Back to the top