]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journald-stream.c
tree-wide: port everything over to fflush_and_check()
[thirdparty/systemd.git] / src / journal / journald-stream.c
2015-07-29  Lennart Poetteringtree-wide: port everything over to fflush_and_check() 779/head
2015-06-14  Kay SieversMerge pull request #144 from teg/udev-spawn-log-less-2
2015-06-11  Daniel MackMerge pull request #84 from blueyed/zsh-optimize-filter...
2015-06-10  Lennart PoetteringMerge pull request #3 from threatgrid/more_cgtop_enhanc...
2015-06-10  Lennart PoetteringMerge pull request #6 from xnox/drop-name
2015-06-10  Lennart PoetteringMerge pull request #142 from teg/sd-network-unref-NULL
2015-06-10  Daniel MackMerge pull request #140 from teg/man-udev-timeout
2015-06-10  Zbigniew Jędrzejew... Merge pull request #85 from keszybz/selinux-context
2015-06-10  Zbigniew Jędrzejew... journald: simplify context handling
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-04-13  Zbigniew Jędrzejew... journal: use (void) to silence coverity
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