log/syslog: Add missing static to two structs.
[project/ubox.git] / log /
2017-11-06 Rosen Penevlog/syslog: Add missing static to two structs.
2017-11-06 Rosen Penevubox: Replace { 0 } with {}.
2017-03-10 Dan Bugnarsyslog: remove unnecessary sizeof struct between messages
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-24 Alexandru Ardeleanubox/logd: free regex's on log_shutdown() call
2016-09-22 Felix Fietkaulogd: fix default initialization of line count
2016-09-22 Felix Fietkaulogd: add support for sending log messages as replies
2016-01-24 Felix Fietkaulogread: ensure that the len < sizeof(struct blob_attr...
2015-11-22 Hauke Mehrtensfix gcc format security error
2015-07-04 Rafał Miłeckilog: allow filtering messages with a regexp pattern
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: fix whitespaces
2015-05-14 Luka Perkovlog: remove unused callbacks
2015-03-30 Etienne CHAMPETIERlogread: add support for non-transparent-framing for...
2015-03-28 John Crispinproperly handle return codes
2015-03-28 John Crispinproperly handle return code of pipe() syscall
2015-03-27 Christian Mehlissyslog: use appropriate levels for logging
2014-09-16 John CrispinRFC 3164 compliant remote logging
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-21 John Crispinlogd: prevent the buffer from being bigger than the...
2014-01-19 John Crispinlogd: allow setting the buffer size from the command...
2013-12-09 John Crispinlogread: fix initial connect. we really need a better...
2013-11-15 John Crispinadd log daemon