aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Support overriding redirect hostMorten Tokle2022-08-121-2/+3
* Move generic crypto helpers from 'c.y.s.tls' to 'c.y.s'Bjørn Christian Seime2022-07-202-2/+2
* Simplify creation of BundleInstantiationSpecgjoranv2022-07-123-27/+16
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-111-1/+1
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-1/+1
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-091-1/+1
* Merge pull request #23348 from vespa-engine/olaa/separate-metric-checksOla Aunrønning2022-07-071-10/+12
|\
| * MetricsPacketsHandler adds hostname dimension if absentOla Aunrønning2022-07-041-10/+12
* | Make handler timeout configurableBjørn Christian Seime2022-07-061-12/+16
* | Don't request status if task has timed outBjørn Christian Seime2022-07-011-22/+53
* | Shutdown executor on doStop()Bjørn Christian Seime2022-06-301-2/+6
* | Handle timeouts with separate http status codeBjørn Christian Seime2022-06-301-1/+19
* | Make cache expiry configurableBjørn Christian Seime2022-06-301-6/+12
|/
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-19/+56
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-7/+7
* Use List.of/copyOf instead of ImmutableList.Henning Baldersheim2022-06-291-16/+10
* If the context map is empty just return the defaultHenning Baldersheim2022-06-241-1/+0
* Merge pull request #23186 from vespa-engine/arnej/use-zstdcatArne H Juul2022-06-211-13/+37
|\
| * handle zstd compressed filesArne H Juul2022-06-211-13/+37
* | Revert "Simplify as record"Bjørn Christian Seime2022-06-211-2/+10
|/
* Merge pull request #23174 from vespa-engine/bjorncs/health-check-proxyHenning Baldersheim2022-06-201-22/+17
|\
| * Simplify as recordBjørn Christian Seime2022-06-201-10/+2
| * Set timeouts on request (in addition to client)Bjørn Christian Seime2022-06-201-12/+15
* | Set jdisc handler timeout for all session handlersHarald Musum2022-06-181-1/+1
|/
* Add some comments, cleanupjonmv2022-06-141-2/+4
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-0928-28/+28
* Remove deprecated members using AccessLogBjørn Christian Seime2022-06-091-12/+3
* Remove 'SslContextFactoryProvider'Bjørn Christian Seime2022-06-093-42/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-13/+3
* Remove leftover package-info for c.y.v.container.xml.bindgjoranv2022-06-081-5/+0
* Add missing newlinegjoranv2022-06-081-1/+1
* Create wrapper for Jetty's MultiPartFormInputStreamBjørn Christian Seime2022-06-082-0/+74
* Remove on Vespa 8Jon Bratseth2022-06-081-23/+0
* Remove on Vespa 8Jon Bratseth2022-06-0810-255/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-26/+0
* Remove on Vespa 8Jon Bratseth2022-06-081-12/+0
* Remove on Vespa 8Jon Bratseth2022-06-082-41/+1
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-084-6/+0
* Remove deprecated filter request/response APIsBjørn Christian Seime2022-06-083-44/+0
* Remove deprecated method in CookieBjørn Christian Seime2022-06-081-5/+0
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-088-79/+4
* Remove deprecated http response metricsBjørn Christian Seime2022-06-082-5/+1
* GC deprecated statistics moduleHenning Baldersheim2022-06-081-3/+0
* Merge pull request #22760 from vespa-engine/bjorncs/hide-jetty-from-publicapiBjørn Christian Seime2022-05-318-60/+224
|\
| * fixup! Add `SslProvider` interface as replacement for `SslContextFactoryProvi...Bjørn Christian Seime2022-05-311-1/+1
| * Rewrite current 'SslContextFactoryProvider' impls to 'SslProvider'Bjørn Christian Seime2022-05-313-53/+45
| * Use default SSL context if non providedBjørn Christian Seime2022-05-302-4/+16
| * Add `SslProvider` interface as replacement for `SslContextFactoryProvider`Bjørn Christian Seime2022-05-307-6/+166
* | Use hc5 in metrics handlersjonmv2022-05-312-22/+47
|/
* Classify failures due to client-initiated close as separate categoryBjørn Christian Seime2022-05-232-9/+33