aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/jdisc/http/server/jetty/JettyConnectionLogger.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Get SSL connection object through endpointBjørn Christian Seime2023-06-061-2/+3
* Add SSL bytes to connection logBjørn Christian Seime2023-05-301-1/+16
* Upgrade Jetty from 9.4.49 to 11.0.13Bjørn Christian Seime2023-01-131-6/+7
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-021-7/+6
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-011-6/+7
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-311-7/+6
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-311-6/+7
* Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-281-7/+6
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-281-6/+7
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-271-7/+6
* Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-261-6/+7
* Replace deprecated X509Certificate.getIssuerDN -> getIssuerX500Principalgjoranv2022-04-211-1/+1
* Add issuer and fingerprint of peer certificate to connection logBjørn Christian Seime2022-01-271-5/+21
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add san dns rfc822 cert field in connection logMorten Tokle2021-06-141-0/+11
* Ensure SSLEngine instances are purged on connection closedBjørn Christian Seime2021-05-191-11/+18
* Rename 'connectionInfo' to 'connectionInfos'Bjørn Christian Seime2021-05-191-6/+6
* Extend with more methods. Use Optional in return type.Bjørn Christian Seime2021-05-121-11/+6
* Extract concurrent identity hashmap into separate classBjørn Christian Seime2021-05-111-34/+13
* Handle case where SslConnection is opened but SSL listener not invokedBjørn Christian Seime2021-05-111-0/+11
* Handle null argument in request callbacksBjørn Christian Seime2021-04-281-1/+2
* Track protocol layers (with versions) in connection logBjørn Christian Seime2021-04-141-0/+22
* Add main java source from jdisc_http_service.gjoranv2021-03-231-0/+373