summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Don't expose types that are not available from other bundlesBjørn Christian Seime2022-01-112-15/+41
* Remove package-info for empty c.y.container.servlet packagegjoranv2022-01-031-7/+0
* Revert "Merge pull request #20578 from vespa-engine/revert-20568-jonmv/replac...Jon Marius Venstad2021-12-201-2/+4
* Revert "Replace optimaize with OpenNLP language detector [run-systemtest]"Jon Marius Venstad2021-12-181-4/+2
* Move model to module where it is needed, to simplify, at the cost of larger b...Jon Marius Venstad2021-12-181-3/+2
* Replace optimaize with OpenNLP language detectorJon Marius Venstad2021-12-171-2/+5
* Put back Context class to LoggingRequestHandlergjoranv2021-12-162-9/+42
* Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-162-38/+44
* Merge pull request #20512 from vespa-engine/arnej/ignore-some-user-agentsArne H Juul2021-12-152-5/+23
|\
| * keep methods package-privateArne H Juul2021-12-151-1/+1
| * minimal implementation of "ignore some user agents"Arne H Juul2021-12-142-5/+23
* | Merge pull request #20532 from vespa-engine/bjorncs/injectBjørn Christian Seime2021-12-151-2/+2
|\ \
| * | Add custom Inject annotation so Guice is not needed just for the annotationBjørn Christian Seime2021-12-151-2/+2
* | | No functional changesJon Bratseth2021-12-155-8/+13
|/ /
* | Revert "Move the Context class to ThreadedHttpRequestHandler [run-systemtest]"Harald Musum2021-12-152-44/+38
* | Move the Context class to ThreadedHttpRequestHandlergjoranv2021-12-142-38/+44
|/
* Remove unused methodBjørn Christian Seime2021-12-131-18/+0
* Remove use of deprecated methodBjørn Christian Seime2021-12-131-5/+3
* Handle write race between handler response and error responseBjørn Christian Seime2021-12-131-68/+105
* Revert "Merge pull request #20456 from vespa-engine/revert-20439-bratseth/zon...Jon Bratseth2021-12-132-0/+18
* Revert "Add zone info to query profile context"Arnstein Ressem2021-12-102-18/+0
* Add zone info to query profile contextJon Bratseth2021-12-092-0/+18
* Rename method 'future' => 'completedFuture'Bjørn Christian Seime2021-12-084-7/+7
* Rename method 'future' => 'completeFuture'Bjørn Christian Seime2021-12-085-9/+9
* Deprecate methods using Guava ListenableFutureBjørn Christian Seime2021-12-089-66/+125
* Deprecate public APIs using Guava's ListenableFutureBjørn Christian Seime2021-12-064-28/+53
* Allow getParentRequest() on parent typeBjørn Christian Seime2021-12-062-8/+1
* Add custom `@Beta` annotationBjørn Christian Seime2021-12-0311-11/+11
* Make DiscFilterRequest non-abstract and deprecate JdiscFilterRequestBjørn Christian Seime2021-12-033-134/+57
* Make DiscFilterResponse concrete and remove package-private sub-classBjørn Christian Seime2021-12-033-85/+45
* Reapply "Remove Servlet integration from container-core [run-systemtest]""Bjørn Christian Seime2021-12-0331-1729/+32
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-0331-32/+1729
* fixup! Remove Servlet integration from container-coreBjørn Christian Seime2021-12-021-2/+0
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-0231-1727/+32
* Fix missing user principal in access logsBjørn Christian Seime2021-11-243-4/+7
* Deprecate metrics 'http.status.[401|403]'Bjørn Christian Seime2021-11-232-2/+3
* Add status code as dimension to response metricsBjørn Christian Seime2021-11-232-5/+16
* Use concurrent map for adders + simplify request=>dimensions mappingBjørn Christian Seime2021-11-232-177/+176
* Delay registration of read listener until failure wiring is completeBjørn Christian Seime2021-11-222-11/+29
* Fail response writing if unable to register listenerBjørn Christian Seime2021-11-161-2/+10
* Throw exception if a config instance is null or missing.gjoranv2021-11-092-5/+21
* Remove comment that has been invalid since code was rewritten.gjoranv2021-11-091-5/+0
* Deprecate statisticsHenning Baldersheim2021-11-081-0/+1
* Add position and arrayOffset, when writing from ByteBufferJon Marius Venstad2021-10-311-1/+1
* Comment debug println and add class comment.gjoranv2021-10-291-4/+7
* Update 2020 Oath copyrights.gjoranv2021-10-2712-12/+12
* Update 2019 Oath copyrights.gjoranv2021-10-2713-13/+13
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-212-80/+92
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-212-92/+80
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-202-80/+92