summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add spammy log"jonmv2022-11-051-3/+0
* Add spammy logjonmv2022-11-051-0/+3
* Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-11-0228-230/+193
* Revert "Add workaround for Jetty issue"Bjørn Christian Seime2022-11-022-123/+1
* Merge pull request #24690 from vespa-engine/bjorncs/jettyBjørn Christian Seime2022-11-0229-194/+353
|\
| * Add workaround for Jetty issueBjørn Christian Seime2022-11-012-1/+123
| * Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-11-0128-193/+230
* | Await subscriber exhausting configs list, in unit testjonmv2022-11-012-2/+32
* | Move file handling down into FileSourcejonmv2022-11-011-13/+9
* | Cleanup, no effective changesjonmv2022-11-014-31/+27
* | No real changesjonmv2022-11-014-24/+29
|/
* Merge pull request #24586 from vespa-engine/jonmv/use-classes-as-keysJon Marius Venstad2022-11-012-15/+3
|\
| * Use weakly wrapped composite valuesjonmv2022-10-261-1/+1
| * Remove now redundant try-catchjonmv2022-10-251-14/+2
* | Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Jon Marius Venstad2022-10-3128-230/+193
* | Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-3128-193/+230
* | Revert "Bjorncs/jetty [run-systemtest]"Bjørn Christian Seime2022-10-2828-230/+193
* | Disable use of direct byte buffers in JettyBjørn Christian Seime2022-10-281-3/+10
* | Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-2828-190/+220
* | Revert "Upgrade Jetty from 9.4.49 to 11.0.12"Bjørn Christian Seime2022-10-2728-215/+187
* | Revert "Don't require that SNI hostname must match server certificate"Bjørn Christian Seime2022-10-271-2/+1
* | Revert "Use new constant"Bjørn Christian Seime2022-10-272-3/+2
* | Use new constantBjørn Christian Seime2022-10-272-2/+3
* | Merge pull request #24565 from vespa-engine/bjorncs/jettyBjørn Christian Seime2022-10-2728-188/+217
|\ \
| * | Don't require that SNI hostname must match server certificateBjørn Christian Seime2022-10-261-1/+2
| * | Upgrade Jetty from 9.4.49 to 11.0.12Bjørn Christian Seime2022-10-2628-187/+215
| |/
* / Use IllegalArgumentException when appropriateJon Bratseth2022-10-271-1/+1
|/
* Add a hook for tracking inserts into the method cache and log whenever clone ...Henning Baldersheim2022-10-251-1/+1
* Merge pull request #24582 from vespa-engine/jonmv/compare-message-stringJon Marius Venstad2022-10-251-1/+3
|\
| * Fall back to comparing exception messagejonmv2022-10-251-1/+3
* | Merge pull request #24548 from vespa-engine/arnej/common-handle-env-rootHenning Baldersheim2022-10-253-2/+11
|\ \ | |/ |/|
| * * apply new common bootstrapArne Juul2022-10-243-2/+11
* | Update ABI spec format, and update all specsjonmv2022-10-251-1086/+1086
* | Merge pull request #24559 from vespa-engine/bjorncs/access-log-hardeningBjørn Christian Seime2022-10-251-1/+14
|\ \
| * | Fallback to 'Host' header for invalid requests using relative pathBjørn Christian Seime2022-10-241-1/+14
| |/
* / Remove stray directory with only a .gitignore in itjonmv2022-10-241-0/+0
|/
* Minor cleanupHenning Baldersheim2022-10-192-2/+2
* Use the same metric context that you have already aquired.Henning Baldersheim2022-10-191-2/+6
* com.google.common.collect.ImmutableList.copyOf -> List.ofHenning Baldersheim2022-10-191-3/+2
* Correctly pre-size frequently created HashMapHenning Baldersheim2022-10-182-5/+5
* Treat empty and null properties the same way.Henning Baldersheim2022-10-182-9/+3
* Precompute hashCode as it will be used multiple times.Henning Baldersheim2022-10-184-36/+12
* Merge pull request #24449 from vespa-engine/bjorncs/jetty-virtual-hostsBjørn Christian Seime2022-10-142-9/+37
|\
| * Ignore virtual host configuration for health checks if connector matchBjørn Christian Seime2022-10-142-12/+37
| * Add connector suffix to all configured virtual hostsBjørn Christian Seime2022-10-131-1/+4
* | Keep last 1000 lines sorted in log readerjonmv2022-10-142-16/+36
|/
* Use shared instances for all statistics handlersBjørn Christian Seime2022-10-121-19/+20
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-0/+2
* Add unit test with allowed server namesBjørn Christian Seime2022-10-071-2/+18
* Simplify handlerBjørn Christian Seime2022-10-072-39/+9