summaryrefslogtreecommitdiff
path: root/log/logd.c
Commit message (Expand)AuthorAgeFilesLines
* logd: add support for subscribing to the log objectHEADmasterFelix Fietkau2023-01-191-1/+4
* logd: fix privilege dropping orderGiovanni Giacobbi2021-08-031-4/+4
* logd: fix ignored return values in set{gid,uid}Petr Štetiar2021-03-221-2/+9
* logd: self-degrade to 'logd' user after opening pipesDaniel Golle2020-10-191-0/+8
* ubox: Replace strerror(errno) with %m format.Rosen Penev2018-02-131-1/+1
* logd: enforce line length limit for ubus based log messages as wellFelix Fietkau2017-11-061-1/+9
* logd: implement oneshot mode for stream log readFelix Fietkau2017-11-061-0/+18
* logd: only create pipe in stream modeFelix Fietkau2017-11-061-5/+5
* ubox: Replace { 0 } with {}.Rosen Penev2017-11-061-1/+1
* ubox: Add an option for more accurate timestamps in logWojciech Dubowik2017-02-011-1/+1
* ubox: Fix some memory leaksRosen Penev2016-12-191-1/+1
* logd: put non-streamed log entries into one result messageFelix Fietkau2016-09-261-2/+8
* ubox/logd: free ubus context on exitAlexandru Ardelean2016-09-241-0/+1
* logd: fix default initialization of line countFelix Fietkau2016-09-221-2/+3
* logd: add support for sending log messages as repliesFelix Fietkau2016-09-221-25/+53
* logd: optimize notify functionLuka Perkov2015-05-141-8/+10
* log: make valgrind less complain by freeing allocated memoryLuka Perkov2015-05-141-1/+4
* log: remove unused callbacksLuka Perkov2015-05-141-6/+0
* properly handle return code of pipe() syscallJohn Crispin2015-03-281-1/+4
* ubox: exit(1) in logd if registering log object with ubus failsAlexandru Ardelean2014-08-131-1/+3
* log: remove superflous client_close callJohn Crispin2014-03-271-2/+1
* logd: fix time passed via unix fdJohn Crispin2014-03-181-1/+1
* logd: fix internal buffer sizeJohn Crispin2014-03-121-1/+14
* logd: fix pipe closeJohn Crispin2014-03-121-8/+2
* logd: transport log data via the new ubus fd apiJohn Crispin2014-03-031-29/+63
* ubox: make logd use new ubus autoconnectJohn Crispin2014-01-221-33/+6
* logd: revert the log size changesJohn Crispin2014-01-221-14/+1
* logd: allow setting the buffer size from the command lineJohn Crispin2014-01-191-1/+14
* add log daemonJohn Crispin2013-11-151-0/+185