summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17563 from vespa-engine/bjorncs/restapi-test-driverBjørn Christian Seime2021-04-231-0/+71
|\
| * Add builder for test HttpRequestBjørn Christian Seime2021-04-231-0/+71
* | Fix javadocMorten Tokle2021-04-231-3/+3
* | Provide standard mappingMorten Tokle2021-04-223-30/+72
|/
* Changes after reviewMorten Tokle2021-04-165-10/+43
* Custom acl mappingMorten Tokle2021-04-156-1/+131
* Move MaxPendingContentChannelStream to container-core and use it thorugh max ...Jon Marius Venstad2021-04-142-1/+87
* Non-functional changes onlyJon Bratseth2021-03-041-1/+1
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding max...Henning Baldersheim2021-02-171-4/+16
* Fix ToDos. The snapshotProvider is null checked in the ctor.gjoranv2021-02-032-12/+2
* Throw if no snapshot provider is given.gjoranv2021-02-032-17/+19
* Clean up unused MetricsPresentationConfiggjoranv2021-02-032-5/+4
* Remove usage of org.jsonBjørn Christian Seime2021-02-027-204/+148
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-016-117/+191
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-296-191/+117
* Merge pull request #16227 from vespa-engine/gjoranv/remove-StateMetricConsumergjoranv2021-01-295-173/+25
|\
| * Remove the StateMetricConsumer class and its factory.gjoranv2021-01-262-56/+0
| * Remove usage of MetricsPresentationConfig.slidingwindowgjoranv2021-01-261-5/+1
| * Update package-info description.gjoranv2021-01-261-7/+5
| * Remove metrics handling from the StateMonitor class.gjoranv2021-01-263-100/+10
| * Handle null dimensions without throwing NPE.gjoranv2021-01-252-7/+11
| * Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-221-23/+83
* | Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-22/+33
|/
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-83/+23
* Non-functional-changes-onlyJon Bratseth2020-11-1817-108/+90
* Merge pull request #14805 from vespa-engine/hakonhall/take-statemonitor-snaps...Henning Baldersheim2020-10-131-55/+32
|\
| * Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-101-35/+26
| * Take StateMonitor snapshot every 60sHåkon Hallingstad2020-10-101-33/+19
* | Set RequestType both waysJon Bratseth2020-10-092-3/+5
|/
* Use OptionalJon Bratseth2020-10-071-6/+6
* Let handlers dedfine a default request typeJon Bratseth2020-10-011-2/+18
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-012-29/+5
|\
| * Add equals and hashCode to some classesJon Marius Venstad2020-09-301-1/+1
| * Revert "Revert "Jonmv/async doc v1 implementation""Jon Marius Venstad2020-09-301-28/+4
| * Revert "Jonmv/async doc v1 implementation"Harald Musum2020-09-291-4/+28
| * Merge pull request #14554 from vespa-engine/jonmv/async-doc-v1-implementationJon Marius Venstad2020-09-291-28/+4
| |\
| | * Common metrics code and abi specJon Marius Venstad2020-09-281-5/+2
| | * Eliminate code duplication in generating metric context for requestsJon Marius Venstad2020-09-251-23/+2
* | | Change access modifier to 'public'Bjørn Christian Seime2020-09-281-2/+2
|/ /
* / Provide underlying executor through getterBjørn Christian Seime2020-09-281-0/+2
|/
* Non-functional changesJon Marius Venstad2020-09-252-5/+3
* Allow error response for worker pool overload to be customized by handlerBjørn Christian Seime2020-09-211-5/+12
* Merge pull request #14454 from vespa-engine/jonmv/async-document-v1Jon Marius Venstad2020-09-182-5/+6
|\
| * Non-functionalJon Marius Venstad2020-09-142-5/+6
* | No functional changesJon Bratseth2020-09-181-2/+2
* | Propagate requestType through jdisc core responseJon Bratseth2020-09-142-5/+2
|/
* Allow setting a request type explicitlyJon Bratseth2020-09-022-12/+18
* Avoid code duplication and make more clear that close is simply flushJon Marius Venstad2020-08-311-5/+1
* Time out connections on the IOThread levelJon Bratseth2020-08-281-14/+4
* Improvements to handling of cluster removalJon Bratseth2020-07-021-6/+9