summaryrefslogtreecommitdiff
path: root/log/logread.c
Commit message (Expand)AuthorAgeFilesLines
* logread: fix erroneous message "Logread connected to" with udpGiovanni Giacobbi2021-08-031-2/+8
* logread: add option to filter for facilitiesZefir Kurtisi2019-10-221-2/+27
* logread: fix reconnect logd logicJohn Crispin2018-02-141-7/+15
* logrea: move the code setting up the request blob out of the main loopJohn Crispin2018-02-141-8/+9
* logread: move output connection setup code out of main loopJohn Crispin2018-02-141-18/+25
* logread: cleanup pid file handlingJohn Crispin2018-02-141-9/+11
* ubox: Replace strerror(errno) with %m format.Rosen Penev2018-02-131-3/+3
* logread: fix line buffer sizeFelix Fietkau2017-11-061-1/+1
* logread: remove leftover debug codeFelix Fietkau2017-11-061-3/+1
* logread: use oneshot mode without -f, wait for logd to closeFelix Fietkau2017-11-061-2/+1
* logread: terminate after EOFFelix Fietkau2017-11-061-0/+6
* ubox: Add an option for more accurate timestamps in logWojciech Dubowik2017-02-011-3/+20
* 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