aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #15880 from vespa-engine/balder/gc-ancient-void-configsHenning Baldersheim2021-01-043-20/+2
|\ \ \ | |/ / |/| |
| * | GC unused _threadLockCheckInterval and _failDiskOnError membersHenning Baldersheim2021-01-043-20/+2
|/ /
* | Merge pull request #15842 from vespa-engine/balder/simplify-tlsHenning Baldersheim2020-12-303-118/+18
|\ \
| * | Reduce amount of memory used by not keeping the _packets around anymore.Henning Baldersheim2020-12-172-41/+16
| * | GC unused codeHenning Baldersheim2020-12-172-71/+0
| * | Only visit via file.Henning Baldersheim2020-12-171-6/+2
* | | Merge pull request #15841 from vespa-engine/balder/unify-typesHenning Baldersheim2020-12-3011-58/+111
|\ \ \ | |_|/ |/| |
| * | - Dump histogram on single line and order with most active thread first.Henning Baldersheim2020-12-173-6/+30
| * | Build a histogram of currently live allocations.Henning Baldersheim2020-12-174-9/+31
| * | - Add support for giving out a global callgraph for all threads on level 2.Henning Baldersheim2020-12-174-8/+21
| * | - Unify on uint32_t as type for thread id.Henning Baldersheim2020-12-1710-43/+37
| |/
* | Merge pull request #15872 from vespa-engine/jonmv/avoid-jetty-too-clever-http...Jon Bratseth2020-12-274-49/+62
|\ \
| * | Explicitly allow only absolute URIs with host in UriPattern.matchJon Marius Venstad2020-12-232-8/+8
| * | Avoid too-clever method that removes port 443 for httpsJon Marius Venstad2020-12-232-17/+53
| * | Revert "Revert require port from URI when specified in binding"Jon Marius Venstad2020-12-222-24/+1
* | | Merge pull request #15870 from vespa-engine/revert-15867-jonmv/inline-storage...Arnstein Ressem2020-12-229-669/+750
|\ \ \
| * | | Revert "Merge StoragePolicy down into ContentPolicy, and always use this"Arnstein Ressem2020-12-229-669/+750
|/ / /
* | | Merge pull request #15867 from vespa-engine/jonmv/inline-storage-policyArnstein Ressem2020-12-229-750/+669
|\ \ \
| * | | Merge StoragePolicy down into ContentPolicy, and always use thisJon Marius Venstad2020-12-229-750/+669
* | | | Merge pull request #15863 from vespa-engine/mortent/refresh-role-sslctxJon Marius Venstad2020-12-221-9/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Refresh Role ssl contextsMorten Tokle2020-12-221-9/+26
* | | | Merge pull request #15865 from vespa-engine/aressem/screwdriver-yamlArnstein Ressem2020-12-222-10/+90
|\ \ \ \
| * | | | Add a screwdriver.yaml that bridges what we currently run on Travis.Arnstein Ressem2020-12-222-10/+90
| |/ / /
* | | | Merge pull request #15866 from vespa-engine/jonmv/fix-clustercontroller-statu...Jon Marius Venstad2020-12-225-5/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Decode last part of path to be future proofJon Marius Venstad2020-12-221-1/+3
| * | | Pass node and path separatelyJon Marius Venstad2020-12-224-4/+5
|/ / /
* | | Merge pull request #15864 from vespa-engine/jonmv/default-port-becomes-minus-oneJon Marius Venstad2020-12-222-1/+24
|\ \ \ | |/ / |/| |
| * | Revert require port from URI when specified in bindingJon Marius Venstad2020-12-222-1/+24
|/ /
* | Merge pull request #15862 from vespa-engine/jonmv/find-oldest-version-from-jo...Jon Bratseth2020-12-221-10/+41
|\ \
| * | Find oldest platform from job history when possibleJon Marius Venstad2020-12-211-10/+41
* | | Merge pull request #15861 from vespa-engine/jonmv/conservative-default-deploy...Jon Bratseth2020-12-214-10/+28
|\ \ \
| * | | Split isSuspended and isHealthy, and show only healthy content clustersJon Marius Venstad2020-12-214-19/+27
| * | | Default to conservative behaviour when config servers downJon Marius Venstad2020-12-212-6/+16
| |/ /
* | | Merge pull request #15860 from vespa-engine/jonmv/more-restricted-UriPatternJon Marius Venstad2020-12-211-1/+1
|\ \ \
| * | | Reinstate use of getRawPath which was lost in merge conflict from previous re...Jon Marius Venstad2020-12-211-1/+1
* | | | Merge pull request #15858 from vespa-engine/aressem/check-sourced-and-returnJon Marius Venstad2020-12-211-1/+6
|\ \ \ \
| * | | | Check if script is sourced. Use return in sourced script.Arnstein Ressem2020-12-211-1/+6
| | |/ / | |/| |
* | | | Merge pull request #15859 from vespa-engine/jonmv/more-restricted-UriPatternJon Marius Venstad2020-12-211-2/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Revert treating empty paths as "/"Jon Marius Venstad2020-12-211-2/+6
* | | | Merge pull request #15856 from vespa-engine/jonmv/more-restricted-UriPatternJon Bratseth2020-12-216-105/+65
|\| | | | |/ / |/| |
| * | Use the rawPath, not the URL-decoded path, of the URIJon Marius Venstad2020-12-212-2/+13
| * | Use / as the default for no URI pathJon Marius Venstad2020-12-211-6/+2
| * | Require scheme in URI to matchJon Marius Venstad2020-12-211-1/+2
| * | SimplifyJon Marius Venstad2020-12-213-18/+10
| * | Reorder match orderJon Marius Venstad2020-12-211-13/+12
| * | Require host to be present in URIs to matchJon Marius Venstad2020-12-212-27/+2
| * | Require port to be present in given URI when specified in bindingJon Marius Venstad2020-12-212-24/+1
| * | Avoid indirection and outdated codeJon Marius Venstad2020-12-211-10/+4
| * | Rename helper methods to reveal functionJon Marius Venstad2020-12-211-19/+19
| * | Deprecate unused and complicating "priority"Jon Marius Venstad2020-12-212-3/+18
|/ /