]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journald-native.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / journal / journald-native.c
2015-10-24  Lennart Poetteringutil-lib: split our string related calls from util...
2015-10-24  Lennart PoetteringMerge pull request #1659 from vcaputo/journal_verify_en...
2015-10-13  Lennart PoetteringMerge pull request #1542 from keszybz/journal-audit...
2015-10-01  Kay SieversMerge pull request #1428 from franciozzy/tagenhance
2015-09-24  Lennart PoetteringMerge pull request #1374 from olof/autoconf_gcrypt_dep
2015-09-09  Lennart PoetteringMerge pull request #1213 from evverx/systemd-notify-log
2015-09-09  Daniel MackMerge pull request #1218 from poettering/safe-fclose
2015-09-09  Lennart PoetteringMerge pull request #1217 from zonque/free-and-replace
2015-09-09  Daniel MackMerge pull request #1216 from poettering/coccinelle...
2015-09-09  Lennart Poetteringtree-wide: update empty-if coccinelle script to cover...
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-01-05  Lennart Poetteringjournald: prefix exported calls with "server_", unexpor...
2014-12-26  Zbigniew Jędrzejew... journald: always allocate space for object fields
2014-12-26  Zbigniew Jędrzejew... journald: fix off by one in native transport
2014-12-12  Lennart Poetteringutil: when using basename() for creating temporary...
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: constify all things!
2014-10-30  Lennart Poetteringmemfd: rename memfd.h to memfd-util.h to avoid any...
2014-10-30  Lennart Poetteringmemfd: always use our internal utility functions where...
2014-10-30  Lennart Poetteringjournal: when sending huge log messages prefer memfds...
2014-10-23  Lennart Poetteringmac: also rename use_{smack,selinux,apparmor}() calls...
2014-08-05  Lennart Poetteringjournald: remove redundant newlines
2014-08-05  Lennart Poetteringjournald: properly sum up entry size counter
2014-08-04  Zbigniew Jędrzejew... Fix misuse of uint64_t as size_t
2014-07-19  Zbigniew Jędrzejew... Small modernizations
2014-07-19  Zbigniew Jędrzejew... Be more verbose when bind or listen fails
2014-07-16  Zbigniew Jędrzejew... Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAX
2014-03-17  Zbigniew Jędrzejew... journal: export valid_user_field and size defines
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-10-10  Lennart Poetteringsecurity: rework selinux, smack, ima, apparmor detectio...
2013-08-22  Shawn Landdenremove hasprefix(), use startswith()
2013-06-21  Zbigniew Jędrzejew... journal: allow callers to specify OBJECT_PID=
2013-06-21  Zbigniew Jędrzejew... Add hasprefix macro to check prefixes of fixed length
2013-04-16  Michal Schmidtjournal: fix off-by-one error in native message iovec...
2013-04-08  Lennart Poetteringjournald: bring max coredump size in sync with max...
2013-01-07  Tom GundersenMerge nss-myhostname
2012-11-23  Lennart Poetteringjournal: fix SO_PASSSEC invocation
2012-11-14  Zbigniew Jędrzejew... build-sys: store journald code in a noinst library
2012-10-03  Lennart Poetteringdbus: add some more safety checks before accepting...
2012-10-03  Lennart Poetteringjournald: only accept fds from certain directories
2012-09-19  Lennart Poetteringjournald: don't accept arbitrarily sized journal data...
2012-08-23  Allin Cottrelljournald: add missing includes
2012-08-22  Lennart Poetteringjournald: split off native protocol support into its...