summaryrefslogtreecommitdiffstats
path: root/logd/src/tests/watcher/watcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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