summaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Expand)AuthorAgeFilesLines
* Add 'encode' expressionJon Bratseth2021-09-191-18/+1
* Provide a (non-working) encoder by defaultJon Bratseth2021-09-171-0/+48
* Remove JFR recording from vespa-jvm-dumperBjørn Christian Seime2021-09-161-10/+0
* Don't mask exit codeBjørn Christian Seime2021-09-152-3/+2
* Merge pull request #19094 from vespa-engine/bjorncs/perf-service-dumpBjørn Christian Seime2021-09-143-18/+103
|\
| * Misc code quality improvements to find-pidBjørn Christian Seime2021-09-141-6/+6
| * Add find-pid scriptBjørn Christian Seime2021-09-133-18/+103
* | Merge pull request #19100 from vespa-engine/bratseth/sentencepieceJo Kristian Bergum2021-09-141-0/+4
|\ \
| * | Exclude protobufJon Bratseth2021-09-131-0/+4
* | | Merge pull request #19085 from vespa-engine/add-node-to-SystemInfo_take2Jon Bratseth2021-09-131-0/+5
|\ \ \ | |_|/ |/| |
| * | Add Node to SystemInfogjoranv2021-09-131-0/+5
* | | Use byte[] insteadValerij Fredriksen2021-09-092-16/+28
|/ /
* | Follow variable naming convention for variablesBjørn Christian Seime2021-09-081-26/+26
* | Generate profiling dump using Java Flight RecorderBjørn Christian Seime2021-09-081-0/+10
* | Trigger vespa-malloc to dump information to Vespa logBjørn Christian Seime2021-09-081-0/+3
|/
* Support 'X-Forwarded-Host'Bjørn Christian Seime2021-09-061-2/+9
* Clarify intended use for 'uriBuilder()'Bjørn Christian Seime2021-09-061-0/+5
* Prefer 'Host' header when constructing uri builderBjørn Christian Seime2021-09-022-15/+26
* Add '.txt' extension to text filesBjørn Christian Seime2021-09-011-4/+4
* Rename output file to 'jvm-heap-dump.hprof'Bjørn Christian Seime2021-09-011-1/+1
* Use 'bash' in shebangBjørn Christian Seime2021-08-301-1/+1
* List all services if no parametersBjørn Christian Seime2021-08-271-1/+3
* Generate more artifacts about JVM processBjørn Christian Seime2021-08-271-1/+18
* Prepare script to produce multiple artifacts to output directory.Bjørn Christian Seime2021-08-272-8/+14
* Fix check for process runningBjørn Christian Seime2021-08-271-3/+2
* Improve validation of pidBjørn Christian Seime2021-08-271-2/+2
* Add helper script to generate JVM heap dumpBjørn Christian Seime2021-08-272-0/+110
* Use self-subscription for the document access messages bus rpc network tooJon Marius Venstad2021-08-262-6/+6
* Handle implicit TLS being disabledBjørn Christian Seime2021-08-171-1/+1
* Revert "Merge pull request #18772 from vespa-engine/revert-18759-bjorncs/http2"Bjørn Christian Seime2021-08-176-80/+137
* Revert "Bjorncs/http2"Bjørn Christian Seime2021-08-176-137/+80
* Add unit test for HTTP/2 Plain TextBjørn Christian Seime2021-08-163-35/+85
* HTTP/2 is enabled by defaultBjørn Christian Seime2021-08-162-2/+0
* Only setup HTTP/2 clear text factory if enabledBjørn Christian Seime2021-08-161-1/+3
* Deduplicate logic for setting up connection factoriesBjørn Christian Seime2021-08-161-40/+36
* Add connection factory for HTTP/2 over clear textBjørn Christian Seime2021-08-161-4/+15
* Respect thresholds for max requests/time for HTTP/2 connectionsBjørn Christian Seime2021-08-093-26/+68
* Default to redirectValerij Fredriksen2021-07-291-5/+4
* Use the port from the requestValerij Fredriksen2021-07-291-9/+1
* Redirect to login if same OriginValerij Fredriksen2021-07-281-0/+9
* Extract common methods for auth0/okta request filters to utils classValerij Fredriksen2021-07-283-0/+125
* Add user principal to RequestContextBjørn Christian Seime2021-07-152-0/+10
* Add exception type for 401 UnauthorizedBjørn Christian Seime2021-07-151-0/+6
* Make package privateBjørn Christian Seime2021-07-151-6/+6
* Test HTTP request using empty URI path segmentBjørn Christian Seime2021-07-151-0/+22
* Merge pull request #18595 from vespa-engine/bjorncs/restapiØyvind Grønnesby2021-07-155-184/+425
|\
| * Move mapper implementations to RestApiMappersBjørn Christian Seime2021-07-143-141/+189
| * Support custom ACL action mapping for restapi methods through RequestHandlerSpecBjørn Christian Seime2021-07-144-8/+103
| * Add extra parameter for specifying additional handler method configBjørn Christian Seime2021-07-142-38/+136
* | Remove Jersey related code from the container osgi layer.gjoranv2021-07-146-241/+0