aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/tests/watcher/watcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Deinline destructors in metrics, fnet, jrt_test logdHenning Baldersheim2023-02-011-8/+10
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-1/+1
* Remove most use of vespalib::rmdirTor Egge2022-06-031-5/+6
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* use size literals in logdArne Juul2021-02-151-1/+2
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-081-0/+1
* Use std::regex instead of std::basic_regex<char>.Tor Egge2019-05-211-1/+1
* Remove the legacy protocol between logd and logserver.Geir Storli2019-05-091-3/+0
* Change Watcher to not pass newline to forwardLine().Tor Egge2019-04-031-2/+1
* Track API changes for ConfigSubscriber.Tor Egge2019-03-291-10/+2
* Add unit test for logdemon::Watcher.Tor Egge2019-03-291-0/+287