summaryrefslogtreecommitdiff
path: root/log
Commit message (Expand)AuthorAgeFilesLines
* logd: add support for subscribing to the log objectHEADmasterFelix Fietkau2023-01-191-1/+4
* logread: fix erroneous message "Logread connected to" with udpGiovanni Giacobbi2021-08-031-2/+8
* 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
* 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-132-4/+4
* ubox: Remove unnecessary memset calls.Rosen Penev2017-11-131-3/+1
* logd: move stripping of newlines to log_add()Felix Fietkau2017-11-061-11/+14
* logread: fix line buffer sizeFelix Fietkau2017-11-061-1/+1
* logread: remove leftover debug codeFelix Fietkau2017-11-061-3/+1
* logd: enforce line length limit for ubus based log messages as wellFelix Fietkau2017-11-063-5/+13
* logread: use oneshot mode without -f, wait for logd to closeFelix Fietkau2017-11-061-2/+1
* logd: implement oneshot mode for stream log readFelix Fietkau2017-11-061-0/+18
* logread: terminate after EOFFelix Fietkau2017-11-061-0/+6
* logd: only create pipe in stream modeFelix Fietkau2017-11-061-5/+5
* logd: use uloop instead of ustream_fd for syslogFelix Fietkau2017-11-061-26/+35
* log/syslog: Add missing static to two structs.Rosen Penev2017-11-061-2/+2
* ubox: Replace { 0 } with {}.Rosen Penev2017-11-061-1/+1
* syslog: remove unnecessary sizeof struct between messagesDan Bugnar2017-03-101-1/+1
* ubox: Add an option for more accurate timestamps in logWojciech Dubowik2017-02-012-4/+21
* 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
* ubox/logd: free regex's on log_shutdown() callAlexandru Ardelean2016-09-241-0/+2
* logd: fix default initialization of line countFelix Fietkau2016-09-221-2/+3
* logd: add support for sending log messages as repliesFelix Fietkau2016-09-222-25/+54
* logread: ensure that the len < sizeof(struct blob_attr) check runs before try...Felix Fietkau2016-01-241-3/+8
* fix gcc format security errorHauke Mehrtens2015-11-221-1/+1
* log: allow filtering messages with a regexp patternRafał Miłecki2015-07-041-2/+13
* logd: optimize notify functionLuka Perkov2015-05-141-8/+10
* log: make valgrind less complain by freeing allocated memoryLuka Perkov2015-05-142-1/+5
* log: fix whitespacesLuka Perkov2015-05-142-2/+2
* log: remove unused callbacksLuka Perkov2015-05-142-11/+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
* properly handle return code of pipe() syscallJohn Crispin2015-03-281-1/+4
* syslog: use appropriate levels for loggingChristian Mehlis2015-03-271-2/+2
* RFC 3164 compliant remote loggingJohn Crispin2014-09-161-3/+6
* 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-123-3/+19
* logd: fix pipe closeJohn Crispin2014-03-121-8/+2
* logd: transport log data via the new ubus fd apiJohn Crispin2014-03-032-156/+150
* ubox: make logd use new ubus autoconnectJohn Crispin2014-01-221-33/+6