summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server
Commit message (Expand)AuthorAgeFilesLines
* Pass correct argument to addBeanBjørn Christian Seime2018-12-111-1/+1
* Change memory threshold to a percentage of total memoryBjørn Christian Seime2018-12-101-5/+9
* Add support for connection throttling in JDiscBjørn Christian Seime2018-12-072-0/+132
* Server.start() now wraps BindException in IOExceptionBjørn Christian Seime2018-11-191-2/+4
* Don't log OverloadException for requests of application/x-www-form-urlencodedBjørn Christian Seime2018-10-101-1/+3
* Sort dependencies on scopeBjørn Christian Seime2018-09-121-3/+2
* Move logic for creating default SslContextFactory to DefaultSslContextFactory...Bjørn Christian Seime2018-09-122-104/+5
* Added metrics for 401/403 status codesOla Aunrønning2018-09-062-9/+18
* Use correct method to allow TLS_RSA* ciphersHarald Musum2018-09-061-2/+1
* Allow TLS_RSA* ciphers in JDisc with Jetty 9.4.12+Bjørn Christian Seime2018-09-051-0/+9
* SO linger is not supported for non-blocking sockets in Jetty 9.4.12 and laterBjørn Christian Seime2018-09-051-14/+0
* Revert "Revert "Upgrade Jetty to version 9.4.12""Henning Baldersheim2018-09-041-0/+6
* Revert "Upgrade Jetty to version 9.4.12"Harald Musum2018-09-041-6/+0
* Upgrade Jetty to version 9.4.12Bjørn Christian Seime2018-09-041-0/+6
* Add TODO for Vespa 7Bjørn Christian Seime2018-08-231-0/+1
* Upgrade Jetty to version 9.4.12.RC2Bjørn Christian Seime2018-08-221-2/+10
* Include statisticsHandler in chainOlli Virtanen2018-08-081-4/+20
* Add HTTP methods OPTIONS & HEAD to enum; rename UNKNOWN to OTHER to be less m...Olli Virtanen2018-08-071-2/+9
* Report DELETE by that name, not REMOVEOlli Virtanen2018-08-061-2/+2
* Report HTTP method as a dimension in request/response metricsOlli Virtanen2018-08-062-28/+226
* 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
* Use ServletRequestReader to determine bytes consumedBjørn Christian Seime2018-07-092-1/+7
* Cache metric context instancesBjørn Christian Seime2018-07-061-14/+17
* Revert "Add matched binding as dimension when available"Bjørn Christian Seime2018-07-066-35/+16
* Revert "Add comment on use of getBindingMatch"Bjørn Christian Seime2018-07-061-2/+0
* Revert "Temporarily remove binding dimension from http metrics"Bjørn Christian Seime2018-07-061-0/+3
* Temporarily remove binding dimension from http metricsBjørn Christian Seime2018-07-051-3/+0
* Fix typoBjørn Christian Seime2018-07-051-1/+1
* Replace 'tonytv' with full name in author tagsBjørn Christian Seime2018-07-059-9/+9
* Add comment on use of getBindingMatchBjørn Christian Seime2018-07-041-0/+2
* Add matched binding as dimension when availableBjørn Christian Seime2018-07-046-17/+36
* Add metrics for uri length + content sizeBjørn Christian Seime2018-07-043-12/+25
* Add metric on prematurely closed connectionsBjørn Christian Seime2018-07-033-0/+6
* Rename 'getMetricContext' -> 'getConnectorMetricContext'Bjørn Christian Seime2018-07-032-7/+7
* Add 'httpMethod' dimension to request-specific metric valuesBjørn Christian Seime2018-07-034-4/+20
* Upgrade to latest jetty.gjoranv2018-05-241-1/+2
* Retrieve status code and content length using low-level Jetty interfaceBjørn Christian Seime2018-04-111-2/+2
* Register access log directly on ServerBjørn Christian Seime2018-04-111-12/+4
* Return bad request response when encoding in query is invalidBjørn Christian Seime2018-04-091-10/+20
* Let X-Forwarded-For HTTP header take precedence for remote address in access logFrode Lundgren2018-04-041-3/+3
* Expose client certificate chain in DiscFilterRequestBjørn Christian Seime2018-03-131-1/+1
* Copy raw path and query from request to access log entryBjørn Christian Seime2018-02-011-0/+6
* Refactor uri creation logic into separate methodBjørn Christian Seime2018-02-011-16/+26
* Catch exceptions from AccessLogRequestLogBjørn Christian Seime2018-01-311-17/+23
* Add class descriptionBjørn Christian Seime2018-01-031-0/+2
* Workaround for Jetty truststore without passwordBjørn Christian Seime2018-01-032-1/+35
* EofException is always wrapped in CompletionExceptionBjørn Christian Seime2017-12-151-3/+5
* Use Jetty v9.4.8Bjørn Christian Seime2017-12-081-2/+1