chiark / gitweb /
importd: add new bus calls for importing local tar and raw images
[elogind.git] / src / journal / journald-stream.c
2015-02-23 Thomas Hindoe Paab... remove unused includes
2015-02-01 Zbigniew Jędrzejew... Add a snprinf wrapper which checks that the buffer...
2015-01-06 Lennart Poetteringjournald: allow restarting journald without losing...
2014-11-28 Michal Schmidttreewide: another round of simplifications
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-10-23 Lennart Poetteringmac: also rename use_{smack,selinux,apparmor}() calls...
2014-07-19 Zbigniew Jędrzejew... Be more verbose when bind or listen fails
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-14 Sebastian Thorarensenjournald: add support for wall forwarding
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2013-12-24 Lennart Poetteringutil: unify SO_PEERCRED/SO_PEERSEC invocations
2013-12-13 Lennart Poetteringevent: be more conservative when returning errors from...
2013-12-11 Lennart Poetteringjournald: make sure the stdout/stderr stream fd is...
2013-12-11 Lennart Poetteringjournal: don't go belly up when an stdout/stderr client...
2013-12-11 Lennart Poetteringjournald: port to sd-event and enable watchdog support
2013-12-11 Zbigniew Jędrzejew... journald: malloc less when streaming messages
2013-12-10 Lennart Poetteringjournald: use a bit more cleanup magic!
2013-12-08 Dan McGeeFix memory leak in stdout journal streams
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-10 Lennart Poetteringsecurity: rework selinux, smack, ima, apparmor detectio...
2013-08-19 Zbigniew Jędrzejew... journal: fix parsing of facility in syslog messages
2013-06-21 Zbigniew Jędrzejew... journal: allow callers to specify OBJECT_PID=
2013-05-13 Auke Kokjournald-stream: typo in error message.
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-03-11 Lennart Poetteringjournald: allow priority of 999, too
2013-03-08 Michal Schmidtjournal: allow priority 0 in stdout stream
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-14 Zbigniew Jędrzejew... build-sys: store journald code in a noinst library
2012-08-23 Allin Cottrelljournald: add missing includes
2012-08-22 Lennart Poetteringjournald: split console transport stuff into its own...
2012-08-22 Lennart Poetteringjournald: move stream protocol into its own .c file