aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/jdisc/http/server/jetty/ConnectorFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Upgrade Jetty from 9.4.49 to 11.0.13Bjørn Christian Seime2023-01-131-5/+18
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-021-18/+5
* Revert "Add workaround for Jetty issue"Bjørn Christian Seime2022-11-021-1/+1
* Add workaround for Jetty issueBjørn Christian Seime2022-11-011-1/+1
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-011-5/+18
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-311-18/+5
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-311-5/+18
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-281-18/+5
* Disable use of direct byte buffers in JettyBjørn Christian Seime2022-10-281-3/+10
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-281-2/+8
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-271-6/+1
* Revert "Don't require that SNI hostname must match server certificate"Bjørn Christian Seime2022-10-271-2/+1
* Don't require that SNI hostname must match server certificateBjørn Christian Seime2022-10-261-1/+2
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-261-1/+6
* Remove unused http=>https redirect Jetty handlerBjørn Christian Seime2022-10-071-7/+0
* Move all connector building to constructorBjørn Christian Seime2022-10-071-9/+1
* Revert "Restrict server names accepted per connector"Harald Musum2022-10-061-1/+9
* Restrict server names accepted per connectorBjørn Christian Seime2022-10-061-9/+1
* Allow default server name to be overriddenBjørn Christian Seime2022-10-061-0/+3
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Remove 'SslContextFactoryProvider'Bjørn Christian Seime2022-06-091-2/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-13/+3
* Add `SslProvider` interface as replacement for `SslContextFactoryProvider`Bjørn Christian Seime2022-05-301-5/+23
* Ensure proxy-protocol is mandatory when mixed-mode is disabledBjørn Christian Seime2022-05-111-6/+16
* Upgrade Jetty to 9.4.44Bjørn Christian Seime2021-10-111-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Handle implicit TLS being disabledBjørn Christian Seime2021-08-171-1/+1
* Revert "Merge pull request #18772 from vespa-engine/revert-18759-bjorncs/http2"Bjørn Christian Seime2021-08-171-43/+52
* Revert "Bjorncs/http2"Bjørn Christian Seime2021-08-171-52/+43
* Only setup HTTP/2 clear text factory if enabledBjørn Christian Seime2021-08-161-1/+3
* Deduplicate logic for setting up connection factoriesBjørn Christian Seime2021-08-161-40/+36
* Add connection factory for HTTP/2 over clear textBjørn Christian Seime2021-08-161-4/+15
* Keep rate control, as it only applies to invalid framesJon Marius Venstad2021-06-101-1/+0
* More aggressive HTTP connection settingsJon Marius Venstad2021-06-101-0/+4
* Fix: set idle timeout based on configBjørn Christian Seime2021-06-081-1/+1
* Add connector config for HTTP/2 streamsBjørn Christian Seime2021-06-031-4/+4
* Use same idle timeout for HTTP/2 stream and connectionsBjørn Christian Seime2021-06-021-1/+4
* Increase max concurrent streams per connection for http/2Bjørn Christian Seime2021-05-181-1/+3
* Add metric for requests per connectionBjørn Christian Seime2021-05-121-2/+4
* Use valid protocol names in ALPN configurationBjørn Christian Seime2021-05-021-7/+4
* Always use fallback mechanism in detector connection factoryBjørn Christian Seime2021-04-201-4/+3
* DeduplicateBjørn Christian Seime2021-04-201-4/+2
* Delegate to ssl before alpnBjørn Christian Seime2021-04-151-2/+2
* Add HTTP/2 support to jdiscBjørn Christian Seime2021-04-121-17/+75
* Revert "Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]"""Bjørn Christian Seime2021-04-121-75/+17
* Revert "Revert "Bjorncs/jdisc http2 preps [run-systemtest]""Bjørn Christian Seime2021-04-121-17/+75
* Revert "Bjorncs/jdisc http2 preps [run-systemtest]"Harald Musum2021-04-091-75/+17
* fixup! Add HTTP/2.0 configuration of connector and connection factoriesBjørn Christian Seime2021-04-091-1/+1
* Add HTTP/2.0 configuration of connector and connection factoriesBjørn Christian Seime2021-04-091-17/+75