Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-24Removed duplication of HttpGenerator$Info vs http.MetaDataGreg Wilkins2-8/+9
2014-09-26445167 - Allow configuration of dispatch after select.Simone Bordet1-3/+4
2014-08-19442086 - Review HttpOutput blocking writes.Simone Bordet1-1/+1
2014-08-15moved config plugin to profileGreg Wilkins1-16/+0
2014-08-06Basic push mechanism skeletonGreg Wilkins1-0/+10
2014-07-31simplified HttpTransport APIGreg Wilkins1-26/+30
2014-07-25Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins1-1/+1
2014-07-24Merge branch 'release-9'Joakim Erdfelt3-3/+3
2014-07-24Major refactor of metadata and HttpURIGreg Wilkins8-3/+8
2014-07-23[maven-release-plugin] prepare for next development iterationJoakim Erdfelt3-3/+3
2014-07-23[maven-release-plugin] prepare release jetty-9.2.2.v20140723jetty-9.2.2.v20140723Joakim Erdfelt3-3/+3
2014-07-23Better wait times for tests: 555s -> 5s.Simone Bordet1-1/+1
2014-07-20refactored URI handlingGreg Wilkins1-1/+3
2014-07-16Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins5-13/+24
2014-07-15Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet5-13/+24
2014-07-11439375 preferred rfc7231 format is mime;charset=lowercase-9Greg Wilkins2-2/+4
2014-07-11refactored to avoid copying MetaData.Request instancesGreg Wilkins1-1/+2
2014-06-27Adding X-Forwarded-Host in case host header is missing, andSimone Bordet1-0/+18
2014-06-26Merged branch 'origin/master' into 'jetty-http2'.Simone Bordet1-4/+2
2014-06-26Improved changes introduced by a746d78.Simone Bordet1-2/+0
2014-06-25438079 435322 Fixed Iterating Callback fail handling and removed per send ins...Greg Wilkins1-2/+2
2014-06-25Merged branch 'origin/master' into 'jetty-http2'.Simone Bordet5-6/+12
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet5-6/+12
2014-06-18FastCGI applications needs the Host header, which is missing in HTTP/2.Simone Bordet1-0/+11
2014-06-17Miscellaneous refactorings.Simone Bordet1-17/+18
2014-06-16Refactored HttpChannel to not have direct HttpParser dependencyGreg Wilkins3-26/+31
2014-06-16Updated version to 9.3.0-SNAPSHOT.Simone Bordet3-3/+3
2014-06-11Multiple mixed in changes and improvementsGreg Wilkins1-2/+1
2014-06-09[maven-release-plugin] prepare for next development iterationJesse McConnell3-3/+3
2014-06-09[maven-release-plugin] prepare release jetty-9.2.1.v20140609jetty-9.2.1.v20140609Jesse McConnell3-3/+3
2014-06-09fixed FCGIGreg Wilkins1-2/+2
2014-06-06Introduced class ByteBufferPool.Lease to keep track of buffers withSimone Bordet1-0/+1
2014-06-04updated version to 10.0.0-SNAPSHOTGreg Wilkins3-3/+3
2014-05-26[maven-release-plugin] prepare for next development iterationJesse McConnell3-3/+3
2014-05-26[maven-release-plugin] prepare release jetty-9.2.0.v20140526jetty-9.2.0.v20140526Jesse McConnell3-3/+3
2014-05-23[maven-release-plugin] prepare for next development iterationJesse McConnell3-3/+3
2014-05-23[maven-release-plugin] prepare release jetty-9.2.0.v20140523jetty-9.2.0.v20140523Jesse McConnell3-3/+3
2014-05-21Fixed response status message string, that was trimmed after the firstSimone Bordet1-4/+6
2014-05-20435338 - Incorrect handling of asynchronous content.Simone Bordet1-16/+4
2014-05-20435223 - High cpu usage in FCGIHttpParser.parseContent(ResponseContentParser....Simone Bordet1-0/+1
2014-05-20Introduced parameter sendStatus200 to optionally send the StatusSimone Bordet5-7/+43
2014-05-20Always store HTTP fields to implement logic to detect the content mode.Simone Bordet1-2/+1
2014-05-20Factored common code.Simone Bordet1-10/+17
2014-05-20Javadocs and comments.Simone Bordet1-1/+19
2014-05-20Only generating Status header if the response code is greater than zero.Simone Bordet1-8/+11
2014-05-20Simplified/Improved handling of parser return values.Simone Bordet1-7/+11
2014-05-20More tests for FastCGIProxyServlet.Simone Bordet1-4/+48
2014-05-20Removed TODO and improved logging.Simone Bordet1-1/+3
2014-05-19Using Callback.Adapter.INSTANCE to avoid unneeded allocations.Simone Bordet2-3/+3
2014-05-06Removed obsolete FastCGI modules.Simone Bordet7-273/+0

Back to the top