aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/bootstrapconfigmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct copyright headersJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-2/+2
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-021-2/+2
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-0/+1
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Less asserts in header files.Henning Baldersheim2021-02-131-2/+2
* Use make_unique and make_shared instead of new.Geir Storli2020-05-291-1/+1
* Stop using search.io setting from proton.def.Tor Egge2018-09-171-1/+2
* Start using DocumentTypeRepoFactory.Tor Egge2018-04-041-1/+3
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Ensure directory is created when checking for spaceHenning Baldersheim2018-01-311-0/+3
* Revert "Revert "Balder/compute summary cache automatically in backend""Henning Baldersheim2018-01-311-9/+22
* Revert "Balder/compute summary cache automatically in backend"Harald Musum2018-01-311-22/+9
* Add the HwInfo to the BootstrapConfig.Henning Baldersheim2018-01-301-9/+22
* Use smart pointer bool operator.Tor Egge2018-01-101-6/+6
* Let proton subscribe to bucketspaces config.Tor Egge2018-01-091-2/+14
* Include what you need.Henning Baldersheim2017-08-181-2/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Use std::mutex instead of vespalib::Lock for proton config locks.Tor Egge2017-03-031-2/+2
* - Break dependency on bootstrapconfig.hHenning Baldersheim2016-12-191-43/+25
* use std::make_shared more oftenArne H Juul2016-08-311-1/+1
* subscribe to ranking constants configArne H Juul2016-08-311-1/+15
* PublishJon Bratseth2016-06-151-0/+111