summaryrefslogtreecommitdiff
path: root/src/journal/journald-stream.c
AgeCommit message (Expand)Author
2015-06-10journald: simplify context handlingZbigniew Jędrzejewski-Szmek
2015-04-12journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-06journald: allow restarting journald without losing stream connectionsLennart Poettering
2014-11-28treewide: another round of simplificationsMichal Schmidt
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-23mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering
2014-07-18Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-14journald: add support for wall forwardingSebastian Thorarensen
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering
2013-12-13event: be more conservative when returning errors from event handler callbacksLennart Poettering
2013-12-11journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering
2013-12-11journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering
2013-12-11journald: port to sd-event and enable watchdog supportLennart Poettering
2013-12-10journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek
2013-12-10journald: use a bit more cleanup magic!Lennart Poettering
2013-12-08Fix memory leak in stdout journal streamsDan McGee
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-10security: rework selinux, smack, ima, apparmor detection logicLennart Poettering
2013-08-19journal: fix parsing of facility in syslog messagesZbigniew Jędrzejewski-Szmek
2013-06-20journal: allow callers to specify OBJECT_PID=Zbigniew Jędrzejewski-Szmek
2013-05-13journald-stream: typo in error message.Auke Kok
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-03-11journald: allow priority of 999, tooLennart Poettering
2013-03-08journal: allow priority 0 in stdout streamMichal Schmidt
2012-11-14build-sys: store journald code in a noinst libraryZbigniew Jędrzejewski-Szmek
2012-08-24journald: add missing includesAllin Cottrell
2012-08-22journald: split console transport stuff into its own fileLennart Poettering
2012-08-22journald: move stream protocol into its own .c fileLennart Poettering