]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journald-syslog.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / journal / journald-syslog.c
2015-10-24  Lennart Poetteringutil-lib: split our string related calls from util...
2015-06-15  Daniel MackMerge pull request #154 from dmedri/master
2015-06-14  Kay SieversMerge pull request #144 from teg/udev-spawn-log-less-2
2015-06-14  David HerrmannMerge pull request #178 from utezduyar/man-sd_bus_messa...
2015-06-13  keszybzMerge pull request #167 from keszybz/line-oriented...
2015-06-12  Ronny ChevalierMerge pull request #164 from l10n-tw/master
2015-06-12  Kay SieversMerge pull request #153 from crawford/cciss
2015-06-12  Lennart PoetteringMerge pull request #173 from mischief/ipforwarding-3
2015-06-11  David HerrmannMerge pull request #171 from teg/rtnl-broadcast-2
2015-06-11  Lennart PoetteringMerge pull request #143 from teg/networkd-packets-per...
2015-06-11  Lennart PoetteringMerge pull request #156 from filbranden/journal_leading...
2015-06-11  Filipe Brandenburgerjournald: do not strip leading whitespace from messages 156/head
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-04-10  Ronny Chevaliershared: add process-util.[ch]
2015-04-10  Ronny Chevaliershared: add formats-util.h
2015-02-03  Lennart Poetteringjournald: fix some xsprrintf() buffer size fallout
2015-02-03  Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-02-01  Zbigniew Jędrzejew... Add a snprinf wrapper which checks that the buffer...
2015-01-22  Lennart Poetteringimport: introduce new mini-daemon systemd-importd,...
2015-01-21  Christian Seilerjournal: Fix syslog forwarding without CAP_SYS_ADMIN
2015-01-05  Lennart Poetteringjournald: prefix exported calls with "server_", unexpor...
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-11-03  Lennart Poetteringjournald: remove a number of malloc()s from the syslog...
2014-11-03  Lennart Poetteringjournald: constify all things!
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-07-11  Lennart Poetteringjournald: turn ForwardToSyslog= off by default
2014-06-04  Lennart Poetteringjournald: move /dev/log socket to /run
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-16  Josh TriplettUse strlen even for constant strings
2014-03-14  Sebastian Thorarensenjournald: add support for wall forwarding
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
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-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-06-10  Zbigniew Jędrzejew... journald: do not overwrite syslog facility when parsing...
2013-04-05  Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-01-07  Tom GundersenMerge nss-myhostname
2012-11-14  Zbigniew Jędrzejew... build-sys: store journald code in a noinst library
2012-10-13  Zbigniew Jędrzejew... journald: properly update message size after stripping...
2012-09-17  Lennart Poetteringjournald: log when we fail to forward messages to syslog
2012-08-23  Allin Cottrelljournald: add missing includes
2012-08-22  Lennart Poetteringjournald: split console transport stuff into its own...
2012-08-22  Lennart Poetteringjournal: move syslog specific calls out of util.c
2012-08-22  Lennart Poetteringjournald: splitt of syslog protocol support into its...