summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Reduce code visibility and some UP typedefs.Henning Baldersheim2022-02-1821-78/+80
* Unify on using vespalib::duration.Henning Baldersheim2022-02-1854-391/+312
* Add a base vespa timer frequency that is used as a base to control poll frequ...Henning Baldersheim2022-02-172-13/+14
* If timeout has already expired, no need to take expensive time samples.Henning Baldersheim2022-02-161-2/+7
* Merge pull request #21237 from vespa-engine/balder/if-queue-is-empty-no-need-...Henning Baldersheim2022-02-161-3/+3
|\
| * If the queue is empty, avoid an extra poll which will do both an extra time c...Henning Baldersheim2022-02-161-3/+3
* | If timeout is zero or negative there is no need to make a costly call to samp...Henning Baldersheim2022-02-161-13/+21
|/
* Include needed header files.Tor Egge2022-02-141-0/+1
* SimplifyHarald Musum2022-02-101-2/+1
* Handle previous config being null when setting new configHarald Musum2022-02-101-4/+5
* Add namespace to filenameHarald Musum2022-02-091-0/+2
* Refactor to avoid code duplication.Henning Baldersheim2022-02-082-16/+6
* Add noexcept to move constructors.Henning Baldersheim2022-02-082-13/+6
* - Generate mode modern c++ code.Henning Baldersheim2022-02-0821-132/+176
* Revert "Fail if schema file cannot be opened"Harald Musum2022-02-071-9/+4
* Merge pull request #21082 from vespa-engine/balder/reduce-code-visibilityHenning Baldersheim2022-02-07112-518/+563
|\
| * Add explicit on constructor and deinline destructors.Henning Baldersheim2022-02-079-19/+32
| * Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-06112-516/+548
* | Merge pull request #21093 from vespa-engine/bjorncs/dont-use-interruptsBjørn Christian Seime2022-02-073-1/+27
|\ \
| * | Throw exception if subscriber is invoked after it's closedBjørn Christian Seime2022-02-073-1/+27
| |/
* / Fail if schema file cannot be openedHarald Musum2022-02-071-4/+9
|/
* Merge pull request #21067 from vespa-engine/hmusum/always-use-schema-in-vespa...Henning Baldersheim2022-02-041-12/+25
|\
| * Use installed config schema if none is given as optionHarald Musum2022-02-041-12/+25
* | Update testHarald Musum2022-02-041-2/+2
* | Use simplier format for string representation of config keyHarald Musum2022-02-043-13/+4
|/
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-0217-2/+43
|\
| * Deprecate all types in config.subscription, except ConfigGetter.gjoranv2022-02-0115-2/+29
| * Deprecate ConfigGetter APIs that use ConfigSourcegjoranv2022-01-312-0/+14
* | Revert "Avoid using vespamalloc for small utility programs as it has a too hi...Henning Baldersheim2022-01-312-2/+2
|/
* Defer public API decisionMartin Polden2022-01-281-1/+1
* Log snippet instead of entire configMartin Polden2022-01-281-1/+5
* Ensure 'annotations' in provided scopeBjørn Christian Seime2022-01-281-2/+3
* Avoid using vespamalloc for small utility programs as it has a too high initi...Henning Baldersheim2022-01-282-2/+2
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-1/+1
* Add more info in log message when config unexpectedly changesHarald Musum2022-01-241-4/+2
* Rename and update commentsHarald Musum2022-01-031-21/+20
* Avoid clearing config response queueHarald Musum2022-01-033-14/+21
* Merge pull request #20628 from vespa-engine/hmusum/config-cleanup-3gjoranv2022-01-034-50/+17
|\
| * Simplify MockConnectionHarald Musum2022-01-034-50/+17
* | Deprecate getConfigMd5() and setConfigMd5()Harald Musum2022-01-031-0/+1
|/
* GC deprecated junit assertThat.Henning Baldersheim2021-12-2126-202/+186
* Fix calculation of initial value of last logged timestampHarald Musum2021-12-181-2/+2
* Less logging when config requests failHarald Musum2021-12-161-7/+1
* Merge branch 'master' into revert-20366-revert-20350-hmusum/config-subscripti...Harald Musum2021-12-115-53/+35
|\
| * Merge pull request #20445 from vespa-engine/hmusum/wait-longer-before-warning...Henning Baldersheim2021-12-101-1/+1
| |\
| | * Wait longer before logging a warning the first timeHarald Musum2021-12-101-1/+1
| * | Merge pull request #20431 from vespa-engine/arnej/add-builder-lambda-convenienceArne H Juul2021-12-092-49/+27
| |\ \ | | |/ | |/|
| | * unit test new functional APIsArne H Juul2021-12-092-49/+27
| * | _executor -> _threadHenning Baldersheim2021-12-092-7/+6
| * | Add init_fun to vespalib::Thread too to figure out what the thread is used for.Henning Baldersheim2021-12-092-4/+9
| |/