Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-12365302: LogMBean addedThomas Becker1-1/+25
2012-01-12368240: updated mbean container to use managed aggregate semanticsGreg Wilkins4-25/+11
2012-01-11Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Simone Bordet1-6/+0
2012-01-11Corrected SslConnection to clear the _inbound buffer if the input is shutdownSimone Bordet3-41/+164
2012-01-11Improved logging.Simone Bordet1-2/+1
2012-01-11Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jesse McConnell2-16/+15
2012-01-11remove duplicate dependency plugin usageJesse McConnell1-6/+0
2012-01-11367716: Enhance maxIdleTests for SelectChannelTimeoutThomas Becker2-16/+15
2012-01-11improved test timingGreg Wilkins1-2/+3
2012-01-11368060 do not encode sendRedirect URLsGreg Wilkins1-1/+0
2012-01-11368191: fixed numerical overflow converting seconds to msGreg Wilkins7-28/+28
2012-01-11367638: 361316: protected multipart filter from DoSGreg Wilkins2-2/+16
2012-01-11368240: renamed to use manage/unmanage instead of join/disjoinGreg Wilkins1-1/+2
2012-01-11Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-1/+1
2012-01-11368240: renamed to use manage/unmanage instead of join/disjoinGreg Wilkins6-64/+65
2012-01-11368291 Change warning to info for NoSuchFieldException on BeanELResolver.prop...Jan Bartel1-1/+1
2012-01-10remove old fileJesse McConnell1-242/+0
2012-01-10Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Simone Bordet6-23/+0
2012-01-10clear up the last of the maven warnings I seeJesse McConnell6-23/+0
2012-01-10368240 - Better handling of locally created ThreadPool. Forgot to null out fi...Simone Bordet1-0/+3
2012-01-10368189 - WebSocketClientFactory should not manage external thread pool.Simone Bordet1-14/+3
2012-01-10368240 - Fixed test.Simone Bordet1-97/+95
2012-01-10368240 - Better handling of locally created ThreadPool.Simone Bordet1-31/+22
2012-01-10Removed redundant code and cleaned up.Simone Bordet3-36/+9
2012-01-10Improved toString().Simone Bordet4-83/+78
2012-01-10Cosmetics.Simone Bordet1-6/+1
2012-01-10368240: Improved handling of dispatch failureGreg Wilkins3-2/+7
2012-01-10368240: Fixed the start of dependent beansGreg Wilkins5-35/+8
2012-01-10368240: Added concept of join to AggregateLifeCycle. Used by HttpClient and ...Greg Wilkins15-328/+864
2012-01-10Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Jan Bartel20-187/+226
2012-01-10368215 Remove debug from jaspiJan Bartel6-40/+5
2012-01-09http-spi is 1.6 compiler required for the interface when its part of the jvm ...Jesse McConnell1-0/+8
2012-01-09resolve another maven warningJesse McConnell1-1/+0
2012-01-09clean up some warnings from mavenJesse McConnell9-9/+0
2012-01-09Removed JDK 1.6-ism.Simone Bordet1-1/+2
2012-01-09367099 - Upgrade jetty-websocket for RFC 6455 - Addendum.Simone Bordet5-168/+174
2012-01-09368189 - WebSocketClientFactory should not manage external thread pool.Simone Bordet3-8/+42
2012-01-09Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-1/+4
2012-01-09368114 Protect against non-Strings in System properties for LogJan Bartel1-1/+4
2012-01-09367974: Calculate wait times, etc. based on MAX_IDLE_TIMEThomas Becker1-16/+19
2012-01-09366774 removed XSS vulnerbilityGreg Wilkins1-3/+2
2012-01-09366774: NumberFormatException when parsing Host header now causes a 400 retur...Thomas Becker3-37/+76
2012-01-09366774: Request.java code formatThomas Becker1-530/+535
2012-01-09367635: report errorsGreg Wilkins1-1/+1
2012-01-09367635: Add test for parsing start.d files, small changesThomas Becker3-32/+42
2012-01-09367716 simplified maxIdleTime logicGreg Wilkins2-4/+2
2012-01-08replaced break in finally with progres=falseGreg Wilkins1-3/+3
2012-01-06365048 - jetty Http client does not send proxy authentication when requesting...Simone Bordet2-33/+35
2012-01-06365048: Fix proxy issue. http-client dropped authentication header on connect...Thomas Becker2-13/+131
2012-01-06365411: removed trailing whitespaces in ProxyServletThomas Becker1-62/+72

Back to the top