kmodloader: support duplicate module names and aliases
[project/ubox.git] / log / logd.c
2023-11-30 Felix Fietkaulogd: add udebug support
2023-01-19 Felix Fietkaulogd: add support for subscribing to the log object
2021-08-03 Giovanni Giacobbilogd: fix privilege dropping order
2021-03-22 Petr Štetiarlogd: fix ignored return values in set{gid,uid}
2020-10-19 Daniel Gollelogd: self-degrade to 'logd' user after opening pipes
2018-02-13 Rosen Penevubox: Replace strerror(errno) with %m format.
2017-11-06 Felix Fietkaulogd: enforce line length limit for ubus based log...
2017-11-06 Felix Fietkaulogd: implement oneshot mode for stream log read
2017-11-06 Felix Fietkaulogd: only create pipe in stream mode
2017-11-06 Rosen Penevubox: Replace { 0 } with {}.
2017-02-01 Wojciech Dubowikubox: Add an option for more accurate timestamps in log
2016-12-19 Rosen Penevubox: Fix some memory leaks
2016-09-26 Felix Fietkaulogd: put non-streamed log entries into one result...
2016-09-24 Alexandru Ardeleanubox/logd: free ubus context on exit
2016-09-22 Felix Fietkaulogd: fix default initialization of line count
2016-09-22 Felix Fietkaulogd: add support for sending log messages as replies
2015-05-14 Luka Perkovlogd: optimize notify function
2015-05-14 Luka Perkovlog: make valgrind less complain by freeing allocated...
2015-05-14 Luka Perkovlog: remove unused callbacks
2015-03-28 John Crispinproperly handle return code of pipe() syscall
2014-08-12 Alexandru Ardeleanubox: exit(1) in logd if registering log object with...
2014-03-27 John Crispinlog: remove superflous client_close call
2014-03-18 John Crispinlogd: fix time passed via unix fd
2014-03-12 John Crispinlogd: fix internal buffer size
2014-03-12 John Crispinlogd: fix pipe close
2014-03-03 John Crispinlogd: transport log data via the new ubus fd api
2014-01-22 John Crispinubox: make logd use new ubus autoconnect
2014-01-22 John Crispinlogd: revert the log size changes
2014-01-19 John Crispinlogd: allow setting the buffer size from the command...
2013-11-15 John Crispinadd log daemon