Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-21Add package-info.java files to all jetty packages.Jesse McConnell10-0/+230
2013-05-20Uncomment test for changes to MultipartInputStreamParserJan Bartel1-1/+1
2013-05-20408446 Multipart parsing issue with boundry and charset in ContentType headerJan Bartel2-2/+29
2013-05-16408281 - Inconsistent start/stop handling in ContainerLifeCycleGreg Wilkins1-4/+32
2013-05-16398467 Servlet 3.1 Non Blocking IOGreg Wilkins3-7/+52
2013-05-15398467 Servlet 3.1 Non Blocking IOGreg Wilkins1-3/+4
2013-05-14javadocGreg Wilkins1-0/+35
2013-05-14398467 Servlet 3.1 Non Blocking IOGreg Wilkins1-0/+76
2013-05-13Pointing to proper resource file in the testWilliam Ferguson1-1/+1
2013-05-06[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2013-05-06[maven-release-plugin] prepare release jetty-9.0.3.v20130506jetty-9.0.3.v20130506Jesse McConnell1-1/+1
2013-05-02406923 Accept CRLF or LF but not CR as line terminationGreg Wilkins1-2/+18
2013-04-30406861 Fixed IPv6 redirectGreg Wilkins1-0/+24
2013-04-17[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2013-04-17[maven-release-plugin] prepare release jetty-9.0.2.v20140417jetty-9.0.2.v20130417Jesse McConnell1-1/+1
2013-04-15[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2013-04-15[maven-release-plugin] prepare release jetty-9.0.2.v20140415jetty-9.0.2.v20140415Jesse McConnell1-1/+1
2013-04-12Marked the test with @Stress.Simone Bordet1-5/+3
2013-04-12Reverted usages of ConcurrentArrayBlockingQueue until proven it's correctly i...Simone Bordet1-3/+2
2013-04-11removed commented out lineGreg Wilkins1-1/+0
2013-04-11403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector ...Greg Wilkins1-1/+3
2013-04-11404511 fixed poor methods in ArrayTernaryTrieGreg Wilkins2-19/+129
2013-04-10Merge remote-tracking branch 'origin/release-9'Greg Wilkins1-1/+1
2013-04-09Ignoring queue benchmark tests as they take too long to run.Simone Bordet1-0/+2
2013-04-09Added benchmark for queues.Simone Bordet1-0/+224
2013-04-08[maven-release-plugin] prepare for next development iterationGreg Wilkins1-1/+1
2013-04-08[maven-release-plugin] prepare release jetty-9.0.1.v20130408jetty-9.0.1.v20130408Greg Wilkins1-1/+1
2013-04-04Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-3/+2
2013-04-04Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-3/+2
2013-04-04404958 Fixed Resource.newSystemResource striped / handlingGreg Wilkins1-3/+2
2013-04-04404610 - Reintroduce ability to disallow TLS renegotiation.Simone Bordet1-0/+20
2013-04-04404881 Allow regexs for SslContextFactory.setIncludeCipherSuites() and .setEx...Thomas Becker2-14/+68
2013-03-28403122 Session replication fails with ClassNotFoundException when session at...Jan Bartel1-0/+105
2013-03-28404511 Replaced all StringMap usage with TriesGreg Wilkins8-192/+285
2013-03-25Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel1-2/+8
2013-03-25404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE if listFil...Jan Bartel1-2/+8
2013-03-25404283 org.eclipse.jetty.util.Scanner.scanFile() dies with an NPE if listFile...Jan Bartel1-2/+7
2013-03-20403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector ...Greg Wilkins1-3/+3
2013-03-18403591 do not use the ConcurrentArrayBlockingQueue for thread pool, selector ...Greg Wilkins1-3/+1
2013-03-18403591 use the ConcurrentArrayBlockingQueue for thread pool, selector and asy...Greg Wilkins3-4/+7
2013-03-18merged unsafe blocking Q, removed unsafe usage and usage of QGreg Wilkins4-141/+30
2013-03-18Merge branch 'master' into unsafeGreg Wilkins2-10/+14
2013-03-18Fixed put() and timed offer() implementations in Unbounded.Simone Bordet1-4/+4
2013-03-18Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-5/+0
2013-03-15385488 non existing resources in collection are just warningsGreg Wilkins1-5/+14
2013-03-15inject new Q into ThreadPoolGreg Wilkins2-8/+15
2013-03-15Merge branch 'master' into unsafeGreg Wilkins2-1/+86
2013-03-14Merge branch 'jetty-7' into jetty-8Joakim Erdfelt1-5/+0
2013-03-14Fixing build.Joakim Erdfelt1-5/+0
2013-03-14Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-0/+85

Back to the top