summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/JettyHttpServer.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated Manhattan metricsBjørn Christian Seime2019-01-211-9/+0
* Server.start() now wraps BindException in IOExceptionBjørn Christian Seime2018-11-191-2/+4
* Added metrics for 401/403 status codesOla Aunrønning2018-09-061-0/+2
* Add TODO for Vespa 7Bjørn Christian Seime2018-08-231-0/+1
* Include statisticsHandler in chainOlli Virtanen2018-08-081-4/+20
* Report HTTP method as a dimension in request/response metricsOlli Virtanen2018-08-061-28/+27
* Gzip check is disabled by defaultBjørn Christian Seime2018-07-241-2/+0
* Allow gzip of PUT and PATCH methodsBjørn Christian Seime2018-07-241-1/+1
* Set inflate buffer size to allow gzip handler to decompress requestsBjørn Christian Seime2018-07-241-0/+1
* Revert "Add matched binding as dimension when available"Bjørn Christian Seime2018-07-061-1/+0
* Add matched binding as dimension when availableBjørn Christian Seime2018-07-041-0/+1
* Add metrics for uri length + content sizeBjørn Christian Seime2018-07-041-0/+3
* Add metric on prematurely closed connectionsBjørn Christian Seime2018-07-031-0/+1
* Rename 'getMetricContext' -> 'getConnectorMetricContext'Bjørn Christian Seime2018-07-031-6/+6
* Add 'httpMethod' dimension to request-specific metric valuesBjørn Christian Seime2018-07-031-0/+1
* Upgrade to latest jetty.gjoranv2018-05-241-1/+2
* Register access log directly on ServerBjørn Christian Seime2018-04-111-12/+4
* Move JDiscServerConnector to separate fileBjørn Christian Seime2017-11-101-2/+0
* Remove old Manhattan keystore hackBjørn Christian Seime2017-11-091-45/+1
* Nonfunctional changes onlyJon Bratseth2017-11-081-2/+2
* Expose methodJon Bratseth2017-07-031-1/+1
* 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
* Merge pull request #2475 from yahoo/bjorncs/remove-manhattan-integrationgjoranv2017-05-221-6/+8
|\
| * Deprecate Manhattan metricsBjørn Christian Seime2017-05-161-6/+8
* | Add support for inspecting Jetty metrics through JMXBjørn Christian Seime2017-05-181-0/+27
|/
* Remove unused constantsBjørn Christian Seime2017-04-251-4/+0
* Revert "Bjorncs/upgrade netty"Henning Baldersheim2017-04-241-0/+4
* Remove unused constantsBjørn Christian Seime2017-04-241-4/+0
* Simplify generation of display name.gjoranv2017-03-071-9/+5
* Set display name for the ServletContext handler.Henning Baldersheim2017-03-071-0/+10
* Configure Jetty to log using java.util.loggingBjørn Christian Seime2017-02-271-2/+25
* Revert "Configure Jetty to log using java.util.logging"Bjørn Christian Seime2017-02-201-25/+2
* Configure Jetty to log using java.util.loggingBjørn Christian Seime2017-02-201-2/+25
* Don't use deprecated ConnectorStatisticsBjørn Christian Seime2016-11-301-10/+5
* Give the list of ports we tried to listen to when binding failed.Henning Baldersheim2016-10-111-4/+6
* Fix vary header in JettyJon Bratseth2016-08-091-47/+59
* PublishJon Bratseth2016-06-151-0/+372