summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main
Commit message (Expand)AuthorAgeFilesLines
* Specify name of next protocolBjørn Christian Seime2020-10-151-1/+1
* Revert "Revert "Bjorncs/health check proxy https""Bjørn Christian Seime2020-10-153-20/+39
* Revert "Bjorncs/health check proxy https"Arnstein Ressem2020-10-153-39/+20
* Merge pull request #14864 from vespa-engine/jonmv/async-doc-v1-take2Bjørn Christian Seime2020-10-141-28/+28
|\
| * Update expectation to complete writing stuff to request content channel earlierJon Marius Venstad2020-10-141-28/+28
* | Use node cert for health checks to port with 'need' client authBjørn Christian Seime2020-10-141-15/+20
* | Control if connector should use TLS implicitly if Vespa TLS is enabledBjørn Christian Seime2020-10-142-5/+19
|/
* Merge pull request #14787 from vespa-engine/bjorncs/jetty-threadpool-metricsHenning Baldersheim2020-10-0912-193/+247
|\
| * Add metrics for Jetty's threadpoolBjørn Christian Seime2020-10-082-0/+22
| * Move server metric reporting to separate classBjørn Christian Seime2020-10-082-67/+107
| * Rename 'MetricReporter' => 'RequestMetricReporter'Bjørn Christian Seime2020-10-085-17/+17
| * Simplify thread construction to use DaemonThreadFactoryBjørn Christian Seime2020-10-081-16/+5
| * Remove meaningless '@Beta' annotationBjørn Christian Seime2020-10-081-2/+0
| * Extract metric names and dimensions to separate classBjørn Christian Seime2020-10-087-102/+107
* | Merge pull request #14739 from vespa-engine/bjorncs/jdisc-access-loggingBjørn Christian Seime2020-10-093-26/+34
|\ \ | |/ |/|
| * Don't use request headers for remote address/port in hosted VespaBjørn Christian Seime2020-10-063-26/+34
* | Upgrade Jetty to 9.4.32Bjørn Christian Seime2020-10-072-6/+6
|/
* Update pattern to new type of error message for invalid client certificate (#...Bjørn Christian Seime2020-09-241-2/+2
* Don't log failed requests as infoBjørn Christian Seime2020-09-211-2/+1
* Merge pull request #14454 from vespa-engine/jonmv/async-document-v1Jon Marius Venstad2020-09-181-1/+1
|\
| * Deprecate DocumentAccess.createDefault which uses self subscriptionJon Marius Venstad2020-09-161-1/+1
* | Propagate requestType through jdisc core responseJon Bratseth2020-09-144-11/+8
* | Test request statisticsJon Bratseth2020-09-142-0/+11
|/
* Use full name in config definition file namesHarald Musum2020-09-104-0/+0
* Handle default port for http and https being hidden by java URIJon Marius Venstad2020-09-091-2/+12
* Validate created URI is as expectedJon Marius Venstad2020-09-091-4/+12
* Allow setting a request type explicitlyJon Bratseth2020-09-026-134/+121
* Update comment mentioning jdisc_http_filtersgjoranv2020-08-191-2/+2
* Report requests to /search as request type readMorten Tokle2020-08-123-3/+11
* Include client ip dimension for ssl handshake failure metrics (#13998)Morten Tokle2020-08-052-3/+10
* Remove feature flag 'jdisc-health-check-proxy-client-timeout'Bjørn Christian Seime2020-07-091-3/+0
* Don't assume remote port header contains a valid port numberBjørn Christian Seime2020-07-081-1/+9
* Don't log invalid requests for filter execution on servletsBjørn Christian Seime2020-07-071-1/+7
* Log failed requests as 'info' instead of 'warning'Bjørn Christian Seime2020-07-071-1/+1
* use more descriptive namesArne Juul2020-07-061-8/+8
* Add request type dimension to http.nxx metricsMorten Tokle2020-06-263-12/+44
* Make proxy client timeout configurableBjørn Christian Seime2020-05-202-21/+26
* Ignore local port reported from proxy-protocol headerBjørn Christian Seime2020-04-306-6/+24
* Report expired client certificate as a separate metricBjørn Christian Seime2020-04-082-0/+5
* 200 OK response on status.html for redirect handlerandreer2020-04-081-2/+6
* Merge pull request #12855 from vespa-engine/bjorncs/jdisc-unknown-methodsBjørn Christian Seime2020-04-071-6/+15
|\
| * Return status code 405 for unknown HTTP methodsBjørn Christian Seime2020-04-061-6/+15
* | make secure redirect use http (not https)andreer2020-04-061-1/+1
|/
* Remove unused methodBjørn Christian Seime2020-04-021-24/+0
* Add connector config for max connection lifeBjørn Christian Seime2020-04-022-0/+12
* Deprecate unused config parameterBjørn Christian Seime2020-04-021-1/+2
* Make 'max requests per connection' config connector specificBjørn Christian Seime2020-04-024-11/+21
* Add secure direct support to JDiscBjørn Christian Seime2020-04-023-2/+63
* Merge pull request #12516 from vespa-engine/bjorncs/support-proxy-protocol-in...Morten Tokle2020-03-102-10/+48
|\
| * Support proxy protocol for https connectorsBjørn Christian Seime2020-03-092-10/+48