summaryrefslogtreecommitdiff
path: root/src/journal/journald-stream.c
Commit message (Expand)AuthorAgeFilesLines
* journald: add support for wall forwardingSebastian Thorarensen2014-03-141-0/+4
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-241-3/+2
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-131-6/+2
* journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering2013-12-111-1/+3
* journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering2013-12-111-8/+7
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-22/+45
* journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek2013-12-101-11/+12
* journald: use a bit more cleanup magic!Lennart Poettering2013-12-101-7/+1
* Fix memory leak in stdout journal streamsDan McGee2013-12-081-0/+1
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-2/+2
* security: rework selinux, smack, ima, apparmor detection logicLennart Poettering2013-10-101-2/+5
* journal: fix parsing of facility in syslog messagesZbigniew Jędrzejewski-Szmek2013-08-191-1/+1
* journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek2013-06-201-1/+1
* journald-stream: typo in error message.Auke Kok2013-05-131-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-5/+4
* journald: allow priority of 999, tooLennart Poettering2013-03-111-1/+1
* journal: allow priority 0 in stdout streamMichal Schmidt2013-03-081-1/+1
* build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek2012-11-141-1/+1
* journald: add missing includesAllin Cottrell2012-08-241-0/+1
* journald: split console transport stuff into its own fileLennart Poettering2012-08-221-0/+1
* journald: move stream protocol into its own .c fileLennart Poettering2012-08-221-0/+457