summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main
Commit message (Expand)AuthorAgeFilesLines
* tls config from deploy paramsMorten Tokle2019-06-242-10/+34
* Revert "mortent/tls config from deploy params"Morten Tokle2019-06-212-34/+10
* enable passing certificate directly in configandreer2019-06-192-10/+34
* Refactor into separate methodBjørn Christian Seime2019-04-291-5/+11
* Do not log 404 as warning for 'form-urlencoded' requestsBjørn Christian Seime2019-04-291-0/+1
* Revert "Upgrade Jetty to 9.4.16"Bjørn Christian Seime2019-04-153-3/+3
* Upgrade Jetty to 9.4.16Bjørn Christian Seime2019-04-153-3/+3
* Add ssl session id and cipher suite to access logBjørn Christian Seime2019-04-102-0/+10
* Add scheme as dimension to response metricsBjørn Christian Seime2019-04-042-29/+60
* Add scheme as dimension to request metricsBjørn Christian Seime2019-04-042-2/+30
* Don't log invalid requestsBjørn Christian Seime2019-03-151-1/+2
* Add back stopTimeout to connector configBjørn Christian Seime2019-03-141-0/+4
* Print shutdown timeoutBjørn Christian Seime2019-03-131-1/+1
* Remove stopTimeout from connector configBjørn Christian Seime2019-03-133-7/+1
* Add logging of server shutdownBjørn Christian Seime2019-03-131-0/+6
* Add stop timeout to server configBjørn Christian Seime2019-03-133-2/+7
* Fix typo in commentBjørn Christian Seime2019-03-111-1/+1
* Use local port when constructing request uriBjørn Christian Seime2019-03-111-2/+10
* Avoid NPE in deconstructionHåkon Hallingstad2019-02-271-1/+1
* Add withCertificateEntries() to KeyStoreBuilderBjørn Christian Seime2019-02-251-5/+3
* Update copyright header. Specify charsetBjørn Christian Seime2019-02-251-2/+3
* Convert JDisc http connectors to https when TLS is configured through env varsBjørn Christian Seime2019-02-213-12/+93
* Rename {Default => Configured}SslContextFactoryProvider, {Throwing => Default...Bjørn Christian Seime2019-02-213-97/+97
* Explicitly disable hostname verification in the default JDisc SSL setupBjørn Christian Seime2019-02-201-1/+1
* Populate all access log fields in log()Bjørn Christian Seime2019-02-012-58/+38
* Merge pull request #8306 from vespa-engine/bjorncs/vespa-http-clientBjørn Christian Seime2019-02-011-7/+13
|\
| * Log 'Vespa-Client-Version' header to access logBjørn Christian Seime2019-02-011-7/+13
* | Nonfunctional changes onlyJon Bratseth2019-01-312-20/+16
|/
* Add back method that was intended to be removed in Vespa 7Bjørn Christian Seime2019-01-211-0/+5
* Clarify that deprecation will be removed for Vespa 8gjoranv2019-01-211-1/+1
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-51/+2
* Remove deprecated Manhattan metricsBjørn Christian Seime2019-01-213-19/+0
* Disable TLS RSA ciphers that do not support forward secrecyBjørn Christian Seime2019-01-211-8/+0
* Re-add file removed by accident during rebase to master.gjoranv2019-01-211-0/+103
* Remove deprecated escapingBjørn Christian Seime2019-01-211-49/+1
* Fix todos in CookieBjørn Christian Seime2019-01-215-155/+13
* Remove old ssl connector configBjørn Christian Seime2019-01-216-724/+16
* Remove soLingerTime from connector configBjørn Christian Seime2019-01-211-4/+0
* Revert "Bratseth/disallow dash "Jon Bratseth2019-01-162-16/+20
* Nonfunctional changes onlyJon Bratseth2019-01-102-20/+16
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-073-0/+293
* Revert "Add support for connection throttling in JDisc"gjoranv2018-12-123-150/+0
* Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-122-11/+7
* Revert "Pass correct argument to addBean"gjoranv2018-12-121-1/+1
* Pass correct argument to addBeanBjørn Christian Seime2018-12-111-1/+1
* Change memory threshold to a percentage of total memoryBjørn Christian Seime2018-12-102-7/+11
* Add support for connection throttling in JDiscBjørn Christian Seime2018-12-073-0/+150
* Server.start() now wraps BindException in IOExceptionBjørn Christian Seime2018-11-191-2/+4
* Don't log OverloadException for requests of application/x-www-form-urlencodedBjørn Christian Seime2018-10-101-1/+3
* Make SslContextFactoryProvider public apiBjørn Christian Seime2018-09-135-9/+15