aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/logd/config_subscriber.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Drop timestamp.hHenning Baldersheim2019-12-161-4/+4
* milliseconds in config.Henning Baldersheim2019-11-201-4/+2
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-101-4/+2
* Remove the legacy protocol between logd and logserver.Geir Storli2019-05-091-19/+4
* Actually return the dev null forwarder.Geir Storli2019-04-111-1/+1
* Setup forwarder to dev/null if logserver should not be used (also if use rpc ...Geir Storli2019-04-091-6/+8
* Change rpc and legacy forwarder to take forward filter in the constructor.Geir Storli2019-04-021-11/+8
* Explicitly call constructor for _supervisor.Geir Storli2019-04-011-1/+2
* Integrate rpc forwarder and use it when logd config says so.Geir Storli2019-04-011-6/+27
* Prepare ConfigSubscriber to support instantiation of either legacy or rpc for...Geir Storli2019-03-291-72/+35
* Rename Forwarder -> LegacyForwarder in preparation for something new and better.Geir Storli2019-03-211-2/+2
* Rename forward* -> forwarder*.Geir Storli2019-03-201-1/+1
* Rename ConfSub -> ConfigSubscriber.Geir Storli2019-03-201-0/+166