summaryrefslogtreecommitdiff
path: root/log
Commit message (Expand)AuthorAgeFilesLines
* 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
* logd: revert the log size changesJohn Crispin2014-01-223-25/+3
* 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-193-3/+19
* logread: fix initial connect. we really need a better reconnect logicJohn Crispin2013-12-091-12/+18
* add log daemonJohn Crispin2013-11-154-0/+895