summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server
Commit message (Expand)AuthorAgeFilesLines
* Refactor into separate methodBjørn Christian Seime2019-04-291-5/+11
* Do not log 404 as warning for 'form-urlencoded' requestsBjørn Christian Seime2019-04-291-0/+1
* Add ssl session id and cipher suite to access logBjørn Christian Seime2019-04-101-0/+8
* Add scheme as dimension to response metricsBjørn Christian Seime2019-04-042-29/+60
* Add scheme as dimension to request metricsBjørn Christian Seime2019-04-042-2/+30
* Don't log invalid requestsBjørn Christian Seime2019-03-151-1/+2
* Print shutdown timeoutBjørn Christian Seime2019-03-131-1/+1
* Remove stopTimeout from connector configBjørn Christian Seime2019-03-131-1/+0
* Add logging of server shutdownBjørn Christian Seime2019-03-131-0/+6
* Add stop timeout to server configBjørn Christian Seime2019-03-131-1/+1
* Fix typo in commentBjørn Christian Seime2019-03-111-1/+1
* Use local port when constructing request uriBjørn Christian Seime2019-03-111-2/+10
* Convert JDisc http connectors to https when TLS is configured through env varsBjørn Christian Seime2019-02-211-10/+31
* Populate all access log fields in log()Bjørn Christian Seime2019-02-012-58/+38
* Log 'Vespa-Client-Version' header to access logBjørn Christian Seime2019-02-011-7/+13
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-51/+2
* Remove deprecated Manhattan metricsBjørn Christian Seime2019-01-213-19/+0
* Remove deprecated escapingBjørn Christian Seime2019-01-211-49/+1
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-072-0/+278
* Revert "Add support for connection throttling in JDisc"gjoranv2018-12-122-132/+0
* Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-121-9/+5
* Revert "Pass correct argument to addBean"gjoranv2018-12-121-1/+1
* 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