aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/ThreadedHttpRequestHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-081-1/+1
* Use ContainerMetrics enumYngve Aasheim2023-01-201-1/+2
* Reduce exposure of com.yahoo.jdisc.http.HttpRequest.Henning Baldersheim2022-11-291-3/+2
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-111-1/+1
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-1/+1
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-091-1/+1
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Remove deprecated members using AccessLogBjørn Christian Seime2022-06-091-12/+3
* Allow Response to populate the access log from ThreadedHttpReqHndlrgjoranv2022-01-171-1/+40
* Put back Context class to LoggingRequestHandlergjoranv2021-12-161-9/+2
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-161-0/+44
* Revert "Move the Context class to ThreadedHttpRequestHandler [run-systemtest]"Harald Musum2021-12-151-44/+0
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-141-0/+44
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-211-80/+0
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-0/+80
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-201-80/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Changes after reviewMorten Tokle2021-04-161-1/+1
* Move MaxPendingContentChannelStream to container-core and use it thorugh max ...Jon Marius Venstad2021-04-141-1/+84
* Non-functional-changes-onlyJon Bratseth2020-11-181-22/+17
* Non-functional changesJon Marius Venstad2020-09-251-3/+1
* Merge pull request #14454 from vespa-engine/jonmv/async-document-v1Jon Marius Venstad2020-09-181-2/+2
|\
| * Non-functionalJon Marius Venstad2020-09-141-2/+2
* | Propagate requestType through jdisc core responseJon Bratseth2020-09-141-1/+0
|/
* Allow setting a request type explicitlyJon Bratseth2020-09-021-0/+1
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-2/+2
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-2/+2
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Update method and constant names to match new metric nameBjørn Christian Seime2020-03-131-2/+2
* Use plural ending in new metric namesBjørn Christian Seime2020-03-131-1/+1
* Introduce metric for unhandled exceptions from request handlersBjørn Christian Seime2020-03-121-0/+3
* If debugging of SearchHandler is turned on, the 1k first request will have tr...Henning Baldersheim2020-02-111-2/+2
* Vespa 7: remove FreezeDetector and Watchdog.gjoranv2019-01-211-1/+0
* Always try to upgrade to the latest good versionJon Bratseth2017-11-011-1/+0
* 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
* Use a dedicated thread for VIP statusJon Bratseth2016-10-251-2/+2
* Support configuring a hostname headerJon Bratseth2016-10-131-4/+1
* Use github name in @author and OWNERS filesHarald Musum2016-06-171-1/+1
* PublishJon Bratseth2016-06-151-0/+259