aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/tests/configholder
Commit message (Collapse)AuthorAgeFilesLines
* - Remove provider, Handler,Waitable, PollAble, Interruptable as separate ↵Henning Baldersheim2022-03-031-2/+2
| | | | | | | interface. - Hold the lock when closing the ConfigHolder so that noone risk getting stuck inside the wait_until. - Use wait_until instead of poll.
* Use wait_until deadline to reduce number of times we need to sample the clock.Henning Baldersheim2022-03-021-7/+7
|
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-2/+2
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-0/+1
|
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-12/+10
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-17/+15
|
* milliseconds in config.Henning Baldersheim2019-11-201-5/+5
|
* GC unused code and update includesHenning Baldersheim2019-01-051-0/+1
|
* Verify that negative time time does mean a very long waitHenning Baldersheim2019-01-051-9/+28
|
* Remove dead code.Tor Egge2019-01-041-1/+0
|
* Change ConfigHolder::wait() to immediately return success if a configTor Egge2019-01-041-2/+1
| | | | is already held.
* Avoid unnecessary reconfig.Henning Baldersheim2017-12-071-1/+1
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
|
* Update copyright headersJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
|
* Copyright headerJon Bratseth2017-06-132-2/+2
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-1/+1
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-153-0/+80