summaryrefslogtreecommitdiff
path: root/log/logread.c
Commit message (Expand)AuthorAgeFilesLines
* logd: add support for sending log messages as repliesFelix Fietkau2016-09-221-0/+1
* logread: ensure that the len < sizeof(struct blob_attr) check runs before try...Felix Fietkau2016-01-241-3/+8
* log: allow filtering messages with a regexp patternRafał Miłecki2015-07-041-2/+13
* log: remove unused callbacksLuka Perkov2015-05-141-5/+0
* logread: add support for non-transparent-framing for Syslog over TCPEtienne CHAMPETIER2015-03-301-4/+12
* properly handle return codesJohn Crispin2015-03-281-8/+9
* syslog: use appropriate levels for loggingChristian Mehlis2015-03-271-2/+2
* RFC 3164 compliant remote loggingJohn Crispin2014-09-161-3/+6
* logd: transport log data via the new ubus fd apiJohn Crispin2014-03-031-127/+87
* logread: fix initial connect. we really need a better reconnect logicJohn Crispin2013-12-091-12/+18
* add log daemonJohn Crispin2013-11-151-0/+369