Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-14403281 jetty.sh waits for started before OKGreg Wilkins1-0/+85
2013-03-14403281 jetty.sh waits for started before OKGreg Wilkins1-0/+85
2013-03-13Fixed signalling in ConcurrentArrayBlockingQueue.Simone Bordet2-51/+84
2013-03-13402626 Do not required endpoint host checking by defaultGreg Wilkins1-1/+1
2013-03-13Second draft implementation of bounded and unbounded ConcurrentArrayBlockingQ...Simone Bordet3-2/+38
2013-03-13Merged branch 'master' into 'unsafe'.Simone Bordet3-18/+38
2013-03-12[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2013-03-12[maven-release-plugin] prepare release jetty-7.6.10.v20130312jetty-7.6.10.v20130312Jesse McConnell1-1/+1
2013-03-12[maven-release-plugin] prepare for next development iterationJesse McConnell1-1/+1
2013-03-12[maven-release-plugin] prepare release jetty-8.1.10.v20130312jetty-8.1.10.v20130312Jesse McConnell1-1/+1
2013-03-11Draft implementation of bounded and unbounded ConcurrentArrayBlockingQueue.Simone Bordet3-86/+273
2013-03-09Merge branch 'release-9'Joakim Erdfelt1-1/+1
2013-03-08[maven-release-plugin] prepare for next development iterationJoakim Erdfelt1-1/+1

Back to the top