summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add back method that was intended to be removed in Vespa 7Bjørn Christian Seime2019-01-211-0/+5
* Clarify that deprecation will be removed for Vespa 8gjoranv2019-01-211-1/+1
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-51/+2
* Remove deprecated Manhattan metricsBjørn Christian Seime2019-01-213-19/+0
* Disable TLS RSA ciphers that do not support forward secrecyBjørn Christian Seime2019-01-211-8/+0
* Re-add file removed by accident during rebase to master.gjoranv2019-01-211-0/+103
* Remove deprecated escapingBjørn Christian Seime2019-01-211-49/+1
* Fix todos in CookieBjørn Christian Seime2019-01-215-155/+13
* Remove old ssl connector configBjørn Christian Seime2019-01-216-724/+16
* Remove soLingerTime from connector configBjørn Christian Seime2019-01-211-4/+0
* Revert "Bratseth/disallow dash "Jon Bratseth2019-01-162-16/+20
* Nonfunctional changes onlyJon Bratseth2019-01-102-20/+16
* Add support for connection throttling in JDiscBjørn Christian Seime2019-01-073-0/+293
* Revert "Add support for connection throttling in JDisc"gjoranv2018-12-123-150/+0
* Revert "Change memory threshold to a percentage of total memory"gjoranv2018-12-122-11/+7
* 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-102-7/+11
* Add support for connection throttling in JDiscBjørn Christian Seime2018-12-073-0/+150
* 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
* Make SslContextFactoryProvider public apiBjørn Christian Seime2018-09-135-9/+15
* Move old ssl logic for connectors into LegacySslProviderBjørn Christian Seime2018-09-133-133/+174
* Validate new ssl configMorten Tokle2018-09-131-0/+10
* Remove SslKeyStoreConfigurator/SslTrustStoreConfigurator conceptBjørn Christian Seime2018-09-129-327/+100
* Use new ssl config to setup ssl on connectorBjørn Christian Seime2018-09-121-18/+63
* Sort dependencies on scopeBjørn Christian Seime2018-09-121-3/+2
* Add dummy implementation of SslContextFactoryProviderBjørn Christian Seime2018-09-121-0/+16
* Move logic for creating default SslContextFactory to DefaultSslContextFactory...Bjørn Christian Seime2018-09-123-69/+90
* Add interface for SslContextFactoryProviderBjørn Christian Seime2018-09-121-0/+20
* Set up components and config for ssl/ssl-providerMorten Tokle2018-09-121-3/+18
* 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-052-16/+2
* 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
* Deprecate soLingerTime in connector configBjørn Christian Seime2018-08-221-1/+2
* 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