Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-01[maven-release-plugin] copy for tag jetty-7.4.3.v20110630jetty-7.4.3.v20110630Jesse McConnell1-1/+1
2011-07-01[maven-release-plugin] prepare release jetty-7.4.3.v20110630Jesse McConnell58-61/+61
2011-07-01version.txt for releaseJesse McConnell1-1/+1
2011-06-30fix VERSION.txtJesse McConnell1-1/+1
2011-06-30[maven-release-plugin] prepare for next development iterationJesse McConnell58-61/+61
2011-06-30[maven-release-plugin] copy for tag jetty-7.4.3.v20110630Jesse McConnell0-0/+0
2011-06-30[maven-release-plugin] prepare release jetty-7.4.3.v20110630Jesse McConnell58-61/+61
2011-06-29JETTY-1385 NPE in jetty client's HTttpExchange.setRequestContentSource(InputS...Michael Gorovoy2-1/+2
2011-06-29350642 Dont close SCEP during NIOBuffer manipulationGreg Wilkins1-2/+3
2011-06-29350642 Do not close SCEP during NIOBuffer manipulationGreg Wilkins2-33/+23
2011-06-29JETTY-1390 RewriteHandler handles encoded URIsGreg Wilkins6-5/+88
2011-06-29350634 Cleanup FileResource constructionMichael Gorovoy4-45/+32
2011-06-29308851 Convert HttpExchangeTest and related tests to JUnit 4Michael Gorovoy5-15/+75
2011-06-28347468 o.e.j.deploy.binding.GlobalWebappConfigBindingTest fails on Windows pl...Michael Gorovoy4-4/+5
2011-06-28Fixes #350533 (Add "Origin" to the list of allowed headers in CrossOriginFilt...Simone Bordet2-1/+2
2011-06-27Added TODO comments for disabled testsMichael Gorovoy4-2/+8
2011-06-25350287 Disable ScanningAppProviderRuntimeUpdatesTest on WindowsMichael Gorovoy2-50/+12
2011-06-24350287 ScanningAppProviderRuntimeUpdatesTest fails on WindowsMichael Gorovoy2-6/+50
2011-06-24Removed unneeded line from MultipleConnectors exampleMichael Gorovoy1-1/+0
2011-06-24350283 Excluded AsyncSslHttpExchangeTest.testPerf() from test runs on MacOS X...Michael Gorovoy1-0/+4
2011-06-23Merge branch '332200'Michael Gorovoy2-1/+7
2011-06-22Updated svn:ignore propertiesMichael Gorovoy0-0/+0
2011-06-22348652 jetty.sh starts two unix processesGreg Wilkins1-0/+2
2011-06-22348652 jetty.sh starts two unix processesGreg Wilkins2-2/+3
2011-06-22348935 Close A tag in directory listingGreg Wilkins4-5/+13
2011-06-22349997 MBeanContainer uses weak referencesGreg Wilkins3-20/+48
2011-06-21proxy server timeout on continuation checks for 0 client and exchange timeout...Jesse McConnell1-1/+1
2011-06-21349897 draft -09 websocketsGreg Wilkins15-201/+140
2011-06-21349896 SCEP supports zero maxIdleTimeGreg Wilkins2-6/+6
2011-06-21sorted the entries in VERSION.txtGreg Wilkins1-2/+2
2011-06-21302566 GZIP handler for embedded Jetty serversMichael Gorovoy12-1411/+926
2011-06-20proxy server timeout on continuation checks for 0 client and exchange timeout...Jesse McConnell1-2/+9
2011-06-20change the proxy continuation timeout check from connectTimeout to timeout as...Jesse McConnell1-1/+1
2011-06-20302566 GZIP handler implementation and unit testMichael Gorovoy4-5/+1362
2011-06-20[Bug 349870] proxy servlet protect continuation against fast failing exchangesJesse McConnell1-1/+2
2011-06-20[Bug 349870] proxy servlet protect continuation against fast failing exchangesJesse McConnell1-2/+14
2011-06-20302566 GZIP filter unit testMichael Gorovoy3-0/+158
2011-06-20[Bug 349738] provide way to set buffer sizes to http client in proxy servletJesse McConnell1-1/+2
2011-06-20[Bug 349738] provide way to set buffer sizes to http client in proxy servletJesse McConnell1-1/+33
2011-06-17[Bug 295832] update javadocJesse McConnell1-0/+3
2011-06-17Better error messages when web-buindles fail to start cleanly.Hugues Malphettes1-1/+1
2011-06-17Better error messages when web-buindles fail to start cleanly.Hugues Malphettes2-4/+6
2011-06-16Add timeout and idleTimeout servlet init parameters to the creation of the ht...Jesse McConnell1-0/+14
2011-06-15349344 Passing empty query string to UrlEncoded#decodeTo(String, MultiMap, St...Michael Gorovoy3-2/+10
2011-06-15[Bug 295832] shifted customize exchange and continuation to the the last poss...Jesse McConnell1-4/+16
2011-06-15fix some trivial issues when building the lookup path of a webbundle.Hugues Malphettes2-7/+18
2011-06-14[Bug 295832] making proxy servlet more extensible, removed customizeClient in...Jesse McConnell1-35/+60
2011-06-14[Bug 295832] making proxy servlet more extensible, added customizeExchange() ...Jesse McConnell1-0/+1
2011-06-14[Bug 295832] making proxy servlet more extensible, added customizeExchange() ...Jesse McConnell1-147/+228
2011-06-10Fix a trivial mistake on the use of the OSGiWebappConstants.JETTY_WAR_FRAGMEN...Hugues Malphettes1-2/+1

Back to the top