Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-22[maven-release-plugin] prepare release jetty-7.6.4.v20120522jetty-7.6.4.v20120522Jesse McConnell67-68/+68
2012-05-22Merge branch 'master' into releaseJesse McConnell1-1/+11
2012-05-22fix broken unit test because getting the last modified time is a time zone de...Jesse McConnell1-1/+11
2012-05-22Updating VERSION.txt top sectionJesse McConnell1-1/+28
2012-05-22Merge branch 'master' into releaseJesse McConnell122-3149/+5582
2012-05-22make spdy tests more reliable: fix race condition with goAway frameThomas Becker2-12/+20
2012-05-22Made test more reliable.Simone Bordet1-20/+25
2012-05-22380034 last modified times taken from JarEntry for JarFile resourcesGreg Wilkins2-0/+15
2012-05-22Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins5-53/+144
2012-05-22380212 Clear buffer if parsing fails due to full bufferGreg Wilkins3-1/+46
2012-05-22Merge "379194 - ProxyServlet enhancement to enable easy creation of alternati...Greg Wilkins1-1/+11
2012-05-22Merge "New test for GzipFilter that tests writing a text message to the outpu...Greg Wilkins4-52/+133
2012-05-22Merge "377403: fix GzipFilter.java javadoc"Greg Wilkins1-4/+4
2012-05-22Merge "379116: start.jar fix to shutdown child processes with --exec. Remove ...Greg Wilkins1-13/+16
2012-05-22367608 - ignore the aysncrequestreadtest as it is known to fail and is waitin...Greg Wilkins1-0/+3
2012-05-22380222 JettyPolicyRuntimeTest failureJan Bartel1-0/+3
2012-05-22Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel2-1/+113
2012-05-14spdy: no push if the main request contains if-modified-since headerThomas Becker2-1/+113
2012-05-14Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel1-3/+8
2012-05-11379194 - ProxyServlet enhancement to enable easy creation of alternative Http...pgdad1-1/+11
2012-05-10379116: start.jar fix to shutdown child processes with --exec. Remove finally...Thomas Becker1-13/+16
2012-05-10After discussion with original author Hugues, decided to remove this implemen...Jan Bartel3-262/+14
2012-05-10SPDY: move probably blocking/long running flush out of synchronized block in ...Thomas Becker1-3/+8
2012-05-10379089 DefaultServlet ignores its resourceBase and uses context's ResourceCol...Jan Bartel1-3/+8
2012-05-10379015 Use factored jetty xml config files for defaultsJan Bartel7-5/+6
2012-05-09379015 Use factored jetty xml config files for defaultsJan Bartel6-169/+103
2012-05-09Cosmetic changes: typos, javadocs, comments, indentingJan Bartel12-119/+118
2012-05-09Reformat and reindent code.Jan Bartel18-1000/+993
2012-05-08Updated version on pomJan Bartel1-2/+1
2012-05-08Reformatted classes.Jan Bartel4-895/+818
2012-05-07Adding the scheme header to the tests.Simone Bordet1-0/+21
2012-05-07Fixed tests: pushed streams cannot reply.Simone Bordet1-2/+0
2012-05-07Completed implementation of the referrer SPDY push strategy.Simone Bordet4-53/+487
2012-05-07Fixed SPDY push implementation, by correctly supporting pushed streams also o...Simone Bordet4-78/+83
2012-05-07Fixed Javadocs.Simone Bordet1-12/+11
2012-05-07Guarded against NPE in case of null Header.Simone Bordet1-1/+2
2012-05-07Updates to the SPDY push implementation.Simone Bordet6-20/+74
2012-05-07Initial draft for SPDY push.Simone Bordet3-3/+167
2012-05-04378487 Null out contextPath on Request.recycleJan Bartel1-0/+1
2012-05-03378273 Remove default Bundle-Localization headerJan Bartel1-1/+0
2012-05-02377610 New session not timed out if an old session is invalidated in scope of...Jan Bartel3-6/+217
2012-05-02378242 Re-extract war on restart if incomplete extractionJan Bartel1-7/+11
2012-05-02377391 Manifest updates to jetty-osgi-boot-logbackJan Bartel1-11/+9
2012-04-28Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel28-281/+1817
2012-04-28377391 Bundle-Version for org.eclipse.jetty.osgi.* is not correctJan Bartel1-7/+10
2012-04-27spdy push implementationThomas Becker25-272/+1746
2012-04-27377587: UnitTest for ConnectHandler.write() with partial writes and non full ...Thomas Becker2-3/+71
2012-04-27373620 Add ch.qos.logback.access.jetty to the Import-Package for jetty-osgi-b...Jan Bartel1-1/+1
2012-04-26Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins14-228/+209
2012-04-26377391 Bundle-Version for org.eclipse.jetty.osgi.* is not correctJan Bartel13-228/+193

Back to the top