summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/ConnectorFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Remove stopTimeout from connector configBjørn Christian Seime2019-03-131-1/+0
* Convert JDisc http connectors to https when TLS is configured through env varsBjørn Christian Seime2019-02-211-10/+31
* Move logic for creating default SslContextFactory to DefaultSslContextFactory...Bjørn Christian Seime2018-09-121-68/+5
* Use correct method to allow TLS_RSA* ciphersHarald Musum2018-09-061-2/+1
* Allow TLS_RSA* ciphers in JDisc with Jetty 9.4.12+Bjørn Christian Seime2018-09-051-0/+9
* SO linger is not supported for non-blocking sockets in Jetty 9.4.12 and laterBjørn Christian Seime2018-09-051-14/+0
* Upgrade Jetty to version 9.4.12.RC2Bjørn Christian Seime2018-08-221-2/+10
* Workaround for Jetty truststore without passwordBjørn Christian Seime2018-01-031-1/+1
* Remove dangling importBjørn Christian Seime2017-12-041-2/+0
* Refactor out duplicate codeBjørn Christian Seime2017-11-291-29/+27
* Add SslTrustStoreConfigurator interface to JDiscBjørn Christian Seime2017-11-281-26/+7
* Add interface for custom keystore implementation with hot-reloadingBjørn Christian Seime2017-11-141-59/+10
* Remove meaningless SslKeyStore interfaceBjørn Christian Seime2017-11-141-2/+1
* Cleanup config validation messBjørn Christian Seime2017-11-101-23/+26
* Rename getKeyStore -> createPemKeyStoreBjørn Christian Seime2017-11-101-3/+3
* Move JDiscServerConnector to separate fileBjørn Christian Seime2017-11-101-104/+0
* Simplify PemSslKeyStore interfaceBjørn Christian Seime2017-11-091-31/+8
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-091-30/+7
* Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-091-7/+6
* Allow swetting no trust store passwordJon Bratseth2017-10-031-2/+3
* Nonfunctional changes onlyJon Bratseth2017-10-031-9/+10
* Nonfunctional changes onlyJon Bratseth2017-10-031-30/+21
* Nonfunctional changes onlyJon Bratseth2017-10-021-2/+1
* Expose config for secure random algorithm for SSLEngineBjørn Christian Seime2017-09-211-0/+4
* Expose config for configuring SSL to want client authBjørn Christian Seime2017-09-211-1/+8
* Add connector config for requiring client authenticationBjørn Christian Seime2017-09-191-0/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Change soLingerTime unit from milliseconds to secondsBjørn Christian Seime2017-04-181-1/+6
* Revert "Temporarily downgrade Jetty to evaluate performance degradation"Henning Baldersheim2017-02-191-1/+1
* Temporarily downgrade Jetty to evaluate performance degradationBjørn Christian Seime2017-02-171-1/+1
* Revert "Temporarily downgrade Jetty to evaluate performance degradation"Bjørn Christian Seime2017-02-171-1/+1
* Temporarily downgrade Jetty to evaluate performance degradationBjørn Christian Seime2017-02-171-1/+1
* Don't use deprecated ConnectorStatisticsBjørn Christian Seime2016-11-301-4/+4
* Don't use deprecated setKeyManagerFactoryAlgorithmBjørn Christian Seime2016-11-301-1/+1
* Revert to jetty default bufferpool.Henning Baldersheim2016-10-281-1/+1
* Keep the old ones around for compatibility.Henning Baldersheim2016-10-271-5/+0
* Moved to separate classHenning Baldersheim2016-10-271-105/+0
* Use our own static method for allocating a buffer.Henning Baldersheim2016-10-271-5/+10
* Provide our own buffer pool. Now does no pooling.Henning Baldersheim2016-10-261-1/+106
* PublishJon Bratseth2016-06-151-0/+350