Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-31[maven-release-plugin] copy for tag jetty-project-7.0.2.v20100331jetty-project-7.0.2.v20100331Jesse McConnell52-55/+55
2010-03-31demo improvementsGreg Wilkins1-0/+4
2010-03-31servlet 3 continuationsGreg Wilkins1-4/+2
2010-03-30307589 updated servlet 3.0 continuations for final APIGreg Wilkins2-28/+61
2010-03-30bug #290658 generate an Eclipse-SourceBundleHugues Malphettes28-80/+242
2010-03-30Allow Configuration array to be set on Server instance and then applied to al...Jan Bartel2-21/+10
2010-03-30Ensure we don't look in WEB-INF/lib for webapps that don't have a WEB-INF.Jan Bartel2-14/+22
2010-03-30Convert log.info statements to log.debug statements.Jan Bartel4-12/+11
2010-03-30Remove the unneeded main from Dump which was accidentally commited as part of...Jan Bartel1-21/+0
2010-03-30minor cleanupsGreg Wilkins2-2/+20
2010-03-30removed commented out configGreg Wilkins1-69/+1
2010-03-30306782 httpbis interpretation of 100 continues. Body never skippedGreg Wilkins3-53/+7
2010-03-29297552 Dont call Continuation timeouts from acceptor tickGreg Wilkins6-101/+181
2010-03-27306782 Do not skip content if 100 not sent, but content availableGreg Wilkins2-9/+46
2010-03-27306782 Do not skip content if 100 not sent, but content availableGreg Wilkins3-2/+50
2010-03-27fix the build sorry about that. missing dependency on jetty-deployHugues Malphettes1-0/+4
2010-03-26298236 Additional unit tests for jetty-clientGreg Wilkins10-28/+887
2010-03-26bug 306971 better support for bundles that contain tld filesHugues Malphettes7-50/+148
2010-03-25trivial error that had escaped until nowHugues Malphettes1-1/+1
2010-03-25bug 306971 also replaced the require-bundle by pacakge importsHugues Malphettes4-7/+204
2010-03-23306880 - Support for UPGRADE in HttpClientGreg Wilkins3-0/+30
2010-03-23306884 handle timeouts <=0 for suspendGreg Wilkins3-20/+27
2010-03-23306840 suppress content-length in requests without contentGreg Wilkins1-0/+1
2010-03-23pom validation from mvn 3.0Greg Wilkins3-15/+0
2010-03-23306840 suppress content-length in requests without contentGreg Wilkins2-1/+25
2010-03-23306783 NPE for throwableGreg Wilkins3-21/+92
2010-03-22JETTY-1174 Close rather than finish Gzipstreams to avoid JVM leakGreg Wilkins2-4/+10
2010-03-22JETTY-1199 findbugs cleanupGreg Wilkins1-1/+1
2010-03-22undo accidental commitGreg Wilkins2-33/+18
2010-03-22306376 extra testsGreg Wilkins3-38/+95
2010-03-19bug 306556 tell BND to not explicitly import javax.sql, javax.naming and java...Hugues Malphettes1-1/+1
2010-03-18306330 Flush filter chain cache after Invoker servletGreg Wilkins2-1/+10
2010-03-18306331 Session manager is kept after call to doScopeGreg Wilkins5-36/+36
2010-03-17better readmeGreg Wilkins1-27/+36
2010-03-16JETTY-1163 AJP13 forces 8859-1 encodingGreg Wilkins2-2/+5
2010-03-16Fixes #306028 (Enable TCP_NODELAY by default in client connectors).Simone Bordet3-2/+7
2010-03-16JETTY-1192 Fixed Digested POSTGreg Wilkins3-14/+6
2010-03-16JETTY-1192 Fixed Digested POSTGreg Wilkins2-0/+341
2010-03-16Fixes #305997 (Coalesce buffers in ChannelEndPoint.flush()).Simone Bordet2-37/+50
2010-03-15JETTY-1192 Fixed Digested POSTGreg Wilkins4-4/+11
2010-03-10fix the version imports of the jstl library: 1.2.0; not 2.5.0; remove the imp...Hugues Malphettes2-24/+17
2010-03-07compatibility with spring-DM's webmvcHugues Malphettes1-0/+14
2010-03-05[maven-release-plugin] prepare for next development iterationGreg Wilkins5-22/+12
2010-03-05302018 mbeanGreg Wilkins1-2/+8
2010-03-05ready for releaseGreg Wilkins1-1/+1
2010-03-05292800 - ContextDeployer - recursive setting is undone by FilenameFilterJan Bartel2-2/+3
2010-03-05292799 - WebAppDeployer - start a started context?Jan Bartel2-1/+2
2010-03-05294799 when configuring a webapp, don't look for WEB-INF/jetty6-web.xmlJan Bartel2-1/+2
2010-03-05304781 Reset HttpExchange timeout on slow request content. 304801 SSL connect...Greg Wilkins6-29/+94
2010-03-05296569 - removeLifeCycleListener() has no effectJan Bartel3-1/+25

Back to the top