summaryrefslogtreecommitdiffstats
path: root/container-core/src
Commit message (Expand)AuthorAgeFilesLines
* Add metric for requests per connectionBjørn Christian Seime2021-05-128-5/+97
* Extend with more methods. Use Optional in return type.Bjørn Christian Seime2021-05-122-14/+22
* Janitor threadpool must be available across JettyHttpServer instancesBjørn Christian Seime2021-05-116-38/+61
* Extract concurrent identity hashmap into separate classBjørn Christian Seime2021-05-112-34/+52
* Handle case where SslConnection is opened but SSL listener not invokedBjørn Christian Seime2021-05-111-0/+11
* Handle missing query start time in LoggingRequestHandlerBjørn Christian Seime2021-05-071-1/+4
* Make fields private finalBjørn Christian Seime2021-05-071-3/+3
* Success with no content is allowed on failureBjørn Christian Seime2021-05-071-8/+8
* Rewrite comment to make senseBjørn Christian Seime2021-05-061-1/+1
* Support all sub-classes of 'Response' in security response filtersBjørn Christian Seime2021-05-064-36/+74
* Use creation time from http request when availableBjørn Christian Seime2021-05-051-1/+1
* Merge pull request #17697 from vespa-engine/jonmv/reapply-rest-apis-without-t...Jon Marius Venstad2021-05-022-2/+7
|\
| * Fix comparatorJon Marius Venstad2021-05-021-1/+1
| * Sort mappers according to class hierarchy to match most specific mapperJon Marius Venstad2021-04-301-2/+4
| * More details with 404 and 405Jon Marius Venstad2021-04-302-2/+4
| * Check built-in response exceptions firstJon Marius Venstad2021-04-301-1/+2
* | Use valid protocol names in ALPN configurationBjørn Christian Seime2021-05-021-7/+4
* | Add http protocol verison as dimension to request/response metricsBjørn Christian Seime2021-04-304-23/+53
* | Add redirect responseBjørn Christian Seime2021-04-301-0/+27
|/
* Merge pull request #17632 from vespa-engine/bjorncs/fixJon Marius Venstad2021-04-281-1/+2
|\
| * Handle null argument in request callbacksBjørn Christian Seime2021-04-281-1/+2
* | More lazy debug log message generationJon Marius Venstad2021-04-284-13/+14
|/
* Include queue time in search handler for query metrics in StatisticsSearcherBjørn Christian Seime2021-04-231-0/+6
* Merge pull request #17563 from vespa-engine/bjorncs/restapi-test-driverBjørn Christian Seime2021-04-2316-292/+512
|\
| * Add additional constructor overloadsBjørn Christian Seime2021-04-231-0/+17
| * Add test driver for RestApiBjørn Christian Seime2021-04-231-0/+96
| * Add builder for test HttpRequestBjørn Christian Seime2021-04-231-0/+71
| * Add request handler test driver for minimal jdisc with Jetty http serverBjørn Christian Seime2021-04-2213-292/+328
* | Fix javadocMorten Tokle2021-04-231-3/+3
* | Merge pull request #17549 from vespa-engine/mortent/simplify-custom-acl-mappingMorten Tokle2021-04-233-30/+72
|\ \
| * | Provide standard mappingMorten Tokle2021-04-223-30/+72
| |/
* / Revert "Reduce maximum idleTimeout for a connection to 30 sec"Bjørn Meland2021-04-221-1/+1
|/
* Merge pull request #17514 from vespa-engine/bratseth/redundancyJon Bratseth2021-04-211-1/+0
|\
| * No functional changesJon Bratseth2021-04-201-1/+0
* | ensure the handler actually runs before checking what it didArne Juul2021-04-211-2/+2
* | Reduce maximum idleTimeout for a connection to 30 secBjorn Meland2021-04-211-1/+1
* | Get request handler spec through delegateMorten Tokle2021-04-215-7/+101
* | Always use fallback mechanism in detector connection factoryBjørn Christian Seime2021-04-201-4/+3
* | DeduplicateBjørn Christian Seime2021-04-201-4/+2
|/
* - Use 256k buffer for connection log as it is low volume.Henning Baldersheim2021-04-167-24/+30
* Merge pull request #17440 from vespa-engine/mortent/custom-acl-mappingMorten Tokle2021-04-168-1/+185
|\
| * Changes after reviewMorten Tokle2021-04-166-13/+46
| * Custom acl mappingMorten Tokle2021-04-158-1/+152
* | Merge pull request #17449 from vespa-engine/gjoranv/merge-simplemetrics-into-...gjoranv2021-04-1532-0/+2976
|\ \
| * | Add java source from simplemetrics.gjoranv2021-04-1331-0/+2971
| * | Add config definition from simplemetrics.gjoranv2021-04-131-0/+5
* | | Enable HTTP/2 in unit tests for proxy protocolBjørn Christian Seime2021-04-151-2/+6
* | | Delegate to ssl before alpnBjørn Christian Seime2021-04-151-2/+2
| |/ |/|
* | Merge pull request #17425 from vespa-engine/bjorncs/http2-connection-logBjørn Christian Seime2021-04-154-7/+72
|\ \
| * | Track protocol layers (with versions) in connection logBjørn Christian Seime2021-04-144-7/+72