summaryrefslogtreecommitdiff
path: root/log/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* logd: enforce line length limit for ubus based log messages as wellFelix Fietkau2017-11-061-4/+2
* 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
* syslog: remove unnecessary sizeof struct between messagesDan Bugnar2017-03-101-1/+1
* ubox/logd: free regex's on log_shutdown() callAlexandru Ardelean2016-09-241-0/+2
* fix gcc format security errorHauke Mehrtens2015-11-221-1/+1
* log: make valgrind less complain by freeing allocated memoryLuka Perkov2015-05-141-0/+1
* log: fix whitespacesLuka Perkov2015-05-141-1/+1
* logd: fix internal buffer sizeJohn Crispin2014-03-121-1/+4
* logd: revert the log size changesJohn Crispin2014-01-221-10/+1
* logd: prevent the buffer from being bigger than the maximum ubus sizeJohn Crispin2014-01-211-0/+6
* logd: allow setting the buffer size from the command lineJohn Crispin2014-01-191-1/+4
* add log daemonJohn Crispin2013-11-151-0/+299