summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Don't use local variable in use lib statement.Tor Egge2020-01-171-1/+1
* Enable vespa site perl in bootstrap section of perl scripts.Tor Egge2020-01-171-3/+3
* Use shell script wrapper for vespa-configproxy-cmd.Tor Egge2020-01-152-2/+2
* Merge pull request #11692 from vespa-engine/toregge/system-time-and-steady-ti...Henning Baldersheim2020-01-081-2/+2
|\
| * Use default constructor for time point when duration since epoch is zero.Tor Egge2020-01-081-2/+2
| * system_time and steady_time might have different duration types.Tor Egge2020-01-081-2/+2
* | Fix format strings.Tor Egge2020-01-071-2/+2
|/
* Non-functional changesJon Bratseth2020-01-063-1/+4
* Drop timestamp.hHenning Baldersheim2019-12-165-5/+0
* GC unused timestamp in schema.Henning Baldersheim2019-12-161-2/+2
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-167-45/+41
* Merge pull request #11509 from vespa-engine/balder/use-system-time-in-traceHenning Baldersheim2019-12-053-11/+11
|\
| * Use system_time in trace instead of int64_t count of milliseconds.Henning Baldersheim2019-12-053-11/+11
* | FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-044-5/+5
|/
* Remove vespa-activate-application.Tor Egge2019-12-032-96/+0
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-2016-208/+198
* milliseconds in config.Henning Baldersheim2019-11-2031-108/+130
* use chrono instead of fastos timeHåvard Pettersen2019-11-191-0/+1
* Specify UTC explicitHenning Baldersheim2019-11-181-2/+1
* Log to vespa log in debug mode and add debug mode for vespa-ping-configproxyHarald Musum2019-11-071-0/+1
* Catch exception when initializing RPC and exit program instead of creating core.Geir Storli2019-11-041-1/+6
* Increase client timeout for config requestsHarald Musum2019-10-271-1/+1
* Use the actual timeout value in requestHarald Musum2019-10-231-13/+14
* Print version properly (without "Optional[]")Harald Musum2019-10-211-1/+2
* Simplify loggingHarald Musum2019-10-181-21/+13
* Add a basic test for struct builders.gjoranv2019-10-111-11/+0
* Backport to older cmake for CentOS 8.Tor Egge2019-10-021-2/+2
* Avoid config generation race.Tor Egge2019-09-221-2/+11
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-4/+0
* update shell bootstrap sectionsArne Juul2019-09-041-0/+4
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-10/+0
* Use milliseconds as promised.Henning Baldersheim2019-08-261-1/+1
* Avoid calling time(nullptr)Henning Baldersheim2019-08-263-11/+16
* Merge pull request #10383 from vespa-engine/bjorncs/config-thread-nameHenning Baldersheim2019-08-221-23/+11
|\
| * Remove unused fieldBjørn Christian Seime2019-08-221-9/+0
| * Assign name to config threadBjørn Christian Seime2019-08-221-16/+13
* | Close config subscriber after getting configBjørn Christian Seime2019-08-223-13/+10
|/
* Cleanup of config definition name and namespaceHarald Musum2019-08-141-4/+0
* Require name and namespace to exist and not be emptyHarald Musum2019-08-132-12/+7
* 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