aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/mirrorapi
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-073-3/+3
|
* Use a hash map for specs. If the request is a point lookup then just use a ↵Henning Baldersheim2021-06-021-1/+1
| | | | | | | | hash lookup. If it is a wildcard lookup iterate as earlier on. Also use vespalib::stringref in interface to avoid conversion. Use vespalib:string in the hash map to locate string in object aswe are still on old abi.
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-0/+1
|
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-081-1/+1
|
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-3/+3
| | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* Stop threadsHenning Baldersheim2019-05-111-0/+1
|
* Take full control over the supervisorHenning Baldersheim2019-05-111-2/+6
|
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-101-16/+10
|
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* remove non-instant invocationHåvard Pettersen2018-09-051-1/+1
|
* Update copyright headersJon Bratseth2017-06-143-3/+3
|
* Revert "Update copyright headers"Jon Bratseth2017-06-143-3/+3
|
* Update copyright headersJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-133-3/+3
|
* Copyright headerJon Bratseth2017-06-133-3/+3
|
* Reduce exposure of fastos.h and frt.h.Henning Baldersheim2017-05-301-3/+6
| | | | Only include what you need where you need it.
* misc cleanup from BaldersheimArne H Juul2017-05-021-4/+3
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-3/+4
|
* Use overrideHenning Baldersheim2017-04-231-4/+3
|
* add override in slobrok moduleArne H Juul2017-04-101-1/+1
|
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-121-0/+2
|
* simplify slobrok dependencies (#214)Arne H Juul2016-06-241-1/+0
| | | | | * the slobrokserver library needs classes from the slobrok client / utility library. Modules that just want the server shouldn't need to worry about that explicitly.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-2/+2
|
* PublishJon Bratseth2016-06-156-0/+330