aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Use std::_Exit instead of std::quick_exit.Tor Egge2019-08-061-1/+1
|
* Remove unused variable in vespa-configproxy-cmd.Tor Egge2019-08-021-2/+0
|
* Use template keyword when calling templated method.Tor Egge2019-08-011-1/+1
|
* Reduce code duplication, move one method into test classHarald Musum2019-07-302-45/+45
|
* Use VespaHttpClientBuilder in ConfigVerificationBjørn Christian Seime2019-07-252-21/+27
|
* Order dependencies by scopeBjørn Christian Seime2019-07-251-16/+21
|
* Version is not used anymore, simplify and cleanupHarald Musum2019-07-252-145/+26
|
* Remove unused codeHarald Musum2019-07-252-97/+0
|
* Remove constructor that uses default namespace (deprecated)Harald Musum2019-07-243-65/+10
|
* Keep method as public, part of APIHarald Musum2019-07-241-2/+2
|
* Cleanup code, no functional changesHarald Musum2019-07-2437-262/+230
|
* Remove unused codeHarald Musum2019-07-229-185/+12
|
* Remove usage of deprecated Method constructorBjørn Christian Seime2019-05-232-19/+8
|
* Improve readability and correct a commentJon Marius Venstad2019-05-222-5/+5
|
* Correct timeLeftMillis decrementationJon Marius Venstad2019-05-221-1/+1
|
* Add createConfigV3GetConfigMethod overload taking MethodHandlerBjørn Christian Seime2019-05-151-3/+13
|
* Clean up and shut down in correct order.Henning Baldersheim2019-05-111-13/+8
|
* Simplify by not caching a memberHenning Baldersheim2019-05-101-10/+5
|
* Simplify by not caching a memberHenning Baldersheim2019-05-101-8/+3
|
* Simplify by not caching a memberHenning Baldersheim2019-05-101-10/+5
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-1011-74/+98
|
* = defaultHenning Baldersheim2019-05-051-1/+1
|
* Revert "Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-281-2/+2
| | | | artifact ids"""
* Revert "Revert "Update to newer java lz4 version (1.5.1) and use new ↵Harald Musum2019-04-261-2/+2
| | | | artifact ids""
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Merge pull request #9157 from vespa-engine/hmusum/update-java-lz4-depHarald Musum2019-04-251-2/+2
|\ | | | | Update to newer java lz4 version (1.5.1) and use new artifact ids
| * Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
| |
* | Config generation with vespa-get-configHåkon Hallingstad2019-04-231-2/+7
|/
* Fix format string in config module.Tor Egge2019-03-121-1/+1
|
* Fix format strings in config module.Tor Egge2019-03-125-11/+11
|
* Cannot check for valid url downloader, connect is done later nowHarald Musum2019-03-011-2/+2
|
* Add null guardHarald Musum2019-02-281-2/+2
|
* Only connect if neededHarald Musum2019-02-281-1/+2
|
* Move connect to where the work is doneHarald Musum2019-02-281-1/+1
|
* Merge pull request #8598 from vespa-engine/hmusum/stop-using-connectSyncHarald Musum2019-02-282-3/+9
|\ | | | | Use connect instead of connectSync
| * Use connect instead of connectSyncHarald Musum2019-02-252-3/+9
| | | | | | | | | | | | When using TLS the handshake may not be finished when connectSync returns, which might lead to unpredicatable and confusing behavior, use connect and ping to check for RPC connection being up instead.
* | Unify on = defaultHenning Baldersheim2019-02-252-5/+4
| |
* | Eliminate some gcc 9 warnings.Tor Egge2019-02-251-0/+1
|/
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-25/+0
|
* Rename LoadBalancerAlias -> RoutingPolicyMartin Polden2019-02-061-0/+5
|
* Remove unused member variable from FRTConfigRequestFactory.Tor Egge2019-02-052-7/+2
|
* Eliminate clang warning in configTor Egge2019-02-057-8/+6
|
* Simplify variadic template usage in config::ConfigKeySet.Tor Egge2019-02-012-18/+6
|
* Use vespalib::hex modifier for vespalib::asciistream.Tor Egge2019-02-011-1/+1
|
* Adjust forward declarations in config.Tor Egge2019-02-018-9/+9
|
* Use formatting to build exception messages.Tor Egge2019-01-311-4/+5
|
* Merge pull request #8253 from ↵Harald Musum2019-01-2912-38/+4
|\ | | | | | | | | vespa-engine/hmusum/remove-field-from-config-protocol Remove unused field
| * Remove unused fieldHarald Musum2019-01-2812-38/+4
| |
* | minus char is locale dependentKristian Aune2019-01-281-2/+3
|/