summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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 vespa-engine/hmusum/remove-field-from-config-pr...Harald Musum2019-01-2912-38/+4
|\
| * Remove unused fieldHarald Musum2019-01-2812-38/+4
* | minus char is locale dependentKristian Aune2019-01-281-2/+3
|/
* Print jrt transport metrics as comment in outputBjørn Christian Seime2019-01-241-2/+4
* Revert "Add jrt supervisor as constructor parameter"Bjørn Christian Seime2019-01-221-6/+1
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Remove unused qr-logging.defgjoranv2019-01-211-44/+0
* Merge pull request #8141 from vespa-engine/bjorncs/jrt-transport-metrics-cfgs...Bjørn Christian Seime2019-01-151-1/+6
|\
| * Add jrt supervisor as constructor parameterBjørn Christian Seime2019-01-141-1/+6
* | Merge pull request #8109 from vespa-engine/vekterli/fix-tsan-detected-data-racesTor Brede Vekterli2019-01-152-3/+5
|\ \
| * | Make config state atomic to allow for well-defined pollingTor Brede Vekterli2019-01-092-3/+5
* | | h is a valid optionHarald Musum2019-01-142-2/+2
| |/ |/|
* | Merge pull request #8069 from vespa-engine/lesters/download-urlsLester Solbakken2019-01-113-9/+135
|\ \
| * | Add error message to returned error for url downloadLester Solbakken2019-01-101-1/+1
| * | Increase timeout for url download to 1 hourLester Solbakken2019-01-102-2/+2
| * | Increase url download timeout to 5 minutesLester Solbakken2019-01-101-1/+1
| * | Differentiate path and url field setsLester Solbakken2019-01-101-4/+5
| * | Update license headerLester Solbakken2019-01-091-1/+1
| * | Download files specified in url config fieldLester Solbakken2019-01-093-5/+130
| |/
* / Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+303
|/
* Prepare for removing wanted generation in confi requestsHarald Musum2019-01-082-5/+1
* Reset allGenerationsChanged and allGenerationsSame between loops.Henning Baldersheim2019-01-071-15/+13
* Only log the config on spam level.Henning Baldersheim2019-01-062-13/+14
* Optimize imports.Henning Baldersheim2019-01-062-2/+5
* GC unused code and update includesHenning Baldersheim2019-01-059-0/+10
* Do not sleep longer than necessary, and unify braces.Henning Baldersheim2019-01-051-6/+9
* Verify that negative time time does mean a very long waitHenning Baldersheim2019-01-051-9/+28
* = defaultHenning Baldersheim2019-01-051-1/+1
* Remove dead code.Tor Egge2019-01-041-1/+0
* Break ouf of loop in ConfigSubscriptionSet::acquireSnapshot() if thereTor Egge2019-01-041-0/+2
* Change ConfigHolder::wait() to immediately return success if a configTor Egge2019-01-042-3/+2
* ThreadLocalRandom is recommended over Random in multithreaded environments, t...Håkon Hallingstad2018-12-201-4/+8
* Fix imports, indentation access modifiersHarald Musum2018-12-201-21/+35
* SimplifyHarald Musum2018-12-201-5/+2
* Add url config typeLester Solbakken2018-12-183-21/+77
* Update method comment.gjoranv2018-12-141-2/+2
* Allow non-existent structs, arrays and maps in config payloads.gjoranv2018-12-142-37/+159
* Inline helper method.gjoranv2018-12-131-7/+4
* Include stack trace when constructed in log warningBjørn Christian Seime2018-12-041-1/+7
* Prefix warning with Object.toString()Bjørn Christian Seime2018-12-041-1/+1
* Use thread-safe list implementation for 'subscriptionHandles'Bjørn Christian Seime2018-12-041-2/+2
* Use static loggerBjørn Christian Seime2018-12-041-1/+1
* Synchronize access to 'genreration' and 'internalRedeploy' fieldsBjørn Christian Seime2018-12-041-5/+9
* Synchronize access to 'state' fieldBjørn Christian Seime2018-12-041-8/+22