Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06434247 - Redirect loop in FastCGI proxying for HTTPS sites.Simone Bordet1-1/+8
2014-05-06Tests for TryFilesFilter.Simone Bordet1-0/+107
2014-05-06Tests for FastCGIProxyServlet.Simone Bordet1-0/+112
2014-05-04434056 - Support content consumed asynchronously.Simone Bordet16-64/+204
2014-04-19431642 - Implement ProxyServlet using Servlet 3.1 async I/O.Simone Bordet2-3/+6
2014-04-11Merged branch 'jetty-9.1.x' into 'master'.Simone Bordet11-67/+238
2014-04-11432270 - Slow requests with response content delimited by EOF fail.Simone Bordet11-67/+238
2014-04-10432145 - Pending request is not failed when HttpClient is stopped.Simone Bordet3-13/+66
2014-04-10reverted version to SNAPSHOTGreg Wilkins3-3/+3
2014-04-07Merged branch 'master' into 'jetty-9.2.x'.Simone Bordet3-13/+66
2014-04-07432145 - Pending request is not failed when HttpClient is stopped.Simone Bordet3-13/+66
2014-04-07Merge remote-tracking branch 'origin/master' into jetty-9.2.xGreg Wilkins3-9/+3
2014-04-07reverted version to 9.1.x pending merge of 9.2 branchGreg Wilkins3-3/+3
2014-04-02[maven-release-plugin] prepare for next development iterationJesse McConnell3-3/+3
2014-04-02[maven-release-plugin] prepare release jetty-9.1.4.v20140401jetty-9.1.4.v20140401Jesse McConnell3-12/+6
2014-03-31Bumping up version to 9.2.0-SNAPSHOTJoakim Erdfelt3-3/+3
2014-03-31set version for 9.2.xGreg Wilkins3-3/+3
2014-03-21424107 - Jetty should not finish chunked encoding on exception.Simone Bordet1-0/+5
2014-03-17Javadocs.Simone Bordet2-1/+52
2014-03-14Integrated the FastCGI module into the distribution.Simone Bordet2-1/+21
2014-03-14Refactored FastCGI module into just two modules, client (for usage ofSimone Bordet40-17/+46
2014-03-13Added bundle-symbolic-name property.Simone Bordet3-0/+12
2014-03-13Integrated FastCGI module into main Jetty repository.Simone Bordet43-128/+96
2014-03-13Moved FastCGI project to a module directory for inclusion in the main Jetty r...Simone Bordet49-0/+5539

    Back to the top