aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/jdisc
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite current 'SslContextFactoryProvider' impls to 'SslProvider'Bjørn Christian Seime2022-05-313-53/+45
* Use default SSL context if non providedBjørn Christian Seime2022-05-302-4/+16
* Add `SslProvider` interface as replacement for `SslContextFactoryProvider`Bjørn Christian Seime2022-05-307-6/+166
* Classify failures due to client-initiated close as separate categoryBjørn Christian Seime2022-05-232-9/+33
* Support proxying of health checks to connector requiring proxy-protocolBjørn Christian Seime2022-05-111-41/+40
* Ensure proxy-protocol is mandatory when mixed-mode is disabledBjørn Christian Seime2022-05-111-6/+16
* Use port as observed by client when constructing URIBjørn Christian Seime2022-04-283-1/+12
* Replace deprecated X509Certificate.getIssuerDN -> getIssuerX500Principalgjoranv2022-04-211-1/+1
* Ensure future is completed with original exceptionBjørn Christian Seime2022-04-081-1/+1
* Pass query to status page requestJon Marius Venstad2022-04-072-3/+1
* Fail with correct status code on invalid methodBjørn Christian Seime2022-02-091-1/+11
* Merge pull request #20960 from vespa-engine/bjorncs/connection-logØyvind Grønnesby2022-01-301-5/+21
|\
| * Add issuer and fingerprint of peer certificate to connection logBjørn Christian Seime2022-01-271-5/+21
* | Log time spent shutting down JettyBjørn Christian Seime2022-01-281-3/+6
|/
* Use refer() overload with contextBjørn Christian Seime2022-01-211-1/+1
* keep methods package-privateArne H Juul2021-12-151-1/+1
* minimal implementation of "ignore some user agents"Arne H Juul2021-12-142-5/+23
* 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
* Allow getParentRequest() on parent typeBjørn Christian Seime2021-12-062-8/+1
* 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-0329-1701/+31
* Revert "Remove Servlet integration from container-core [run-systemtest]"Jon Marius Venstad2021-12-0329-31/+1701
* fixup! Remove Servlet integration from container-coreBjørn Christian Seime2021-12-021-2/+0
* Remove Servlet integration from container-coreBjørn Christian Seime2021-12-0229-1699/+31
* 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
* Add position and arrayOffset, when writing from ByteBufferJon Marius Venstad2021-10-311-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-275-5/+5
* Fail servlet output stream writer once request is finished with failureBjørn Christian Seime2021-10-112-6/+12
* Upgrade Jetty to 9.4.44Bjørn Christian Seime2021-10-111-0/+2
* Merge pull request #19452 from vespa-engine/bjorncs/jetty-async-listenerBjørn Christian Seime2021-10-077-352/+257
|\
| * Ensure writer is closed while holding lockBjørn Christian Seime2021-10-071-33/+33
| * Refactor async completion logic for read and write pathBjørn Christian Seime2021-10-077-352/+257
* | Update Verizon Media copyright notices.gjoranv2021-10-0715-15/+15
* | Update 2019 Yahoo Holdings copyright notices.gjoranv2021-10-071-1/+1
* | Update 2018 copyright notices.gjoranv2021-10-075-5/+5
* | Update 2017 copyright notices.gjoranv2021-10-0771-71/+71
|/
* - GC unused AsyncCompleteListener.javaHenning Baldersheim2021-10-062-60/+37
* Attach contextHenning Baldersheim2021-10-062-4/+9
* Add comment about incorrect error handling.Henning Baldersheim2021-10-011-0/+4
* - Add deprecation warning for methods only used in tests to enable using fina...Henning Baldersheim2021-10-014-3/+7
* Improve logging of Jetty configurationBjørn Christian Seime2021-09-301-6/+8