Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Happy New Year 2016Joakim Erdfelt6-6/+6
2016-01-04Happy New Year 2016Joakim Erdfelt6-6/+6
2015-11-11481903 Module DescriptionsGreg Wilkins1-3/+2
2015-10-30479378 - Incorrect REQUEST_URI.Simone Bordet1-13/+26
2015-10-26Improved logging of FastCGI variables sent to the server.Simone Bordet1-0/+14
2015-08-14Fixed unnecessary double dispatch.Simone Bordet1-1/+0
2015-07-22470727 - Thread Starvation of selector wakeups.Greg Wilkins1-2/+2
2015-06-12Removing [version] sections in modulesJoakim Erdfelt1-3/+0
2015-06-10469860 - Add module metadata versioning to support backwards compatJoakim Erdfelt1-0/+3
2015-04-22464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt1-2/+1
2015-04-15464727 - Update Javadoc for Java 8 DocLintJoakim Erdfelt2-5/+5
2015-04-13460671 - Rationalize property names.Simone Bordet1-1/+1
2015-04-08Removed deprecated APIs.Simone Bordet1-3/+3
2015-03-26Organised importsGreg Wilkins2-2/+0
2015-03-13459845 - Support upgrade from http1 to http2Greg Wilkins1-1/+1
2015-03-12459845 - Support upgrade from http1 to http2Greg Wilkins1-1/+1
2015-02-04added direct buffer configurationGreg Wilkins1-0/+6
2015-01-08Merge remote-tracking branch 'origin/master' into jetty-9.3-ewykGreg Wilkins6-6/+6
2015-01-08Happy New Year 2015Joakim Erdfelt6-6/+6
2015-01-08Happy New Year 2015Joakim Erdfelt6-6/+6
2015-01-02Reworked buffer releasing to ensure that it is always executed beforeSimone Bordet1-4/+3
2015-01-01Deprecated the AbstractConnection dispatchIO mechanismGreg Wilkins1-1/+1
2014-12-23refactored HttpConnector for EWYK - work in progressGreg Wilkins1-1/+1
2014-12-21Refactored HttpInput to use poison pillsGreg Wilkins2-5/+3
2014-12-09Further experimentation with PushBuilderGreg Wilkins1-4/+6
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-06Basic push mechanism skeletonGreg Wilkins1-0/+10
2014-07-31simplified HttpTransport APIGreg Wilkins1-26/+30
2014-07-24Major refactor of metadata and HttpURIGreg Wilkins3-3/+3
2014-07-20refactored URI handlingGreg Wilkins1-1/+3
2014-07-16Merge remote-tracking branch 'origin/master' into jetty-http2Greg Wilkins1-1/+2
2014-07-15Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet1-1/+2
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-25Merged branch 'origin/master' into 'jetty-http2'.Simone Bordet1-2/+4
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet1-2/+4
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 Wilkins2-24/+29
2014-06-09fixed FCGIGreg Wilkins1-2/+2
2014-05-20Introduced parameter sendStatus200 to optionally send the StatusSimone Bordet3-5/+15
2014-05-20Factored common code.Simone Bordet1-10/+17
2014-05-19Using Callback.Adapter.INSTANCE to avoid unneeded allocations.Simone Bordet1-2/+2
2014-05-06434247 - Redirect loop in FastCGI proxying for HTTPS sites.Simone Bordet1-1/+8
2014-05-04434056 - Support content consumed asynchronously.Simone Bordet2-2/+4
2014-04-11432270 - Slow requests with response content delimited by EOF fail.Simone Bordet2-6/+31
2014-03-21424107 - Jetty should not finish chunked encoding on exception.Simone Bordet1-0/+5
2014-03-17Javadocs.Simone Bordet2-1/+52

Back to the top