]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journal-send.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / journal / journal-send.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-23  Lennart PoetteringMerge pull request #1653 from keszybz/lz4-compress...
2015-10-15  Lennart PoetteringMerge pull request #1527 from keszybz/lz4
2015-10-13  Lennart PoetteringMerge pull request #1542 from keszybz/journal-audit...
2015-10-09  Lennart PoetteringMerge pull request #1501 from fbuihuu/fix-requires...
2015-10-05  Tom GundersenMerge pull request #1406 from blaskovic/journal-remote...
2015-10-05  Tom GundersenMerge pull request #1372 from jemk/prefsrc
2015-10-01  Kay SieversMerge pull request #1428 from franciozzy/tagenhance
2015-09-30  Lennart PoetteringMerge pull request #1419 from keszybz/shell-completion
2015-09-30  Daniel MackMerge pull request #1421 from keszybz/formatting-fixes
2015-09-30  Lennart PoetteringMerge pull request #1394 from steelman/fsck-force-reboot
2015-09-29  Daniel MackMerge pull request #1408 from poettering/systemctl...
2015-09-29  Lennart Poetteringtree-wide: port more code to use send_one_fd() and...
2015-02-01  Zbigniew Jędrzejew... Add a snprinf wrapper which checks that the buffer...
2015-01-22  Zbigniew Jędrzejew... Assorted format fixes
2014-12-10  Zbigniew Jędrzejew... treewide: sanitize loop_write
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-06-19  Zbigniew Jędrzejew... journal-send.c: use automatic cleanup
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-01-29  Zbigniew Jędrzejew... Get rid of write_safe
2014-01-28  Zbigniew Jędrzejew... journal: guarantee async-signal-safety in sd_journald_sendv
2014-01-28  Zbigniew Jędrzejew... Replace mkostemp+unlink with open(O_TMPFILE)
2013-12-03  Zbigniew Jędrzejew... journal: fail silently in sd_j_sendv() if journal is...
2013-12-02  Thomas Hindoe Paab... Use assert_return in more of the public API
2013-10-16  Lennart Poetteringmacro: clean up usage of gcc attributes
2013-08-22  Shawn Landdenremove hasprefix(), use startswith()
2013-06-21  Zbigniew Jędrzejew... Add hasprefix macro to check prefixes of fixed length
2013-06-14  Zbigniew Jędrzejew... journal: use initialization instead of zeroing
2013-05-03  Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-02  Lennart Poetteringutil: add a bit of syntactic sugar for saving/restoring...
2013-01-07  Tom GundersenMerge nss-myhostname
2012-11-25  Zbigniew Jędrzejew... journal: fix warning about pointer arithmetic
2012-11-20  Lennart Poetteringjournal-send: always send SYSLOG_IDENTIFIER, if we...
2012-11-20  Lennart Poetteringjournal-send: unify a bit of code
2012-10-03  Lennart Poetteringjournal-send: simplification
2012-09-24  Lennart Poetteringjournal: also use new VA_FORMAT_ADVANCE() macro in...
2012-09-05  Lennart Poetteringjournalctl: rework JSON output mode
2012-08-01  Lennart Poetteringjournal: add sd_journal_perror() to API
2012-06-21  Lennart Poetteringjournal: fix sd_journal_stream_fd()
2012-04-12  Lennart Poetteringjournal: fix missing variable initialization
2012-04-11  Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03  Kay Sieversimport udev repository
2012-04-02  Lennart Poetteringjournal: implicitly add code location to all messages...
2012-01-27  Lennart Poetteringlog: increase socket buffers for logging by default
2012-01-18  Lennart Poetteringjournal: when sending journal data via file, place...
2012-01-14  Lennart Poetteringjournal: if the data to be sent is larger than the...
2012-01-12  Lennart Poetteringlog: make internal log api log directly to the journal
2012-01-05  Lennart Poetteringjournal: rename syslog tag to identifier since that...
2012-01-05  Lennart Poetteringsd-journal: close reading side of sd_journal_stream_fd...
2012-01-05  Lennart Poetteringjournal: move sockets into their own subdir
2012-01-05  Lennart Poetteringjournald: add configuration file options to forward...
2012-01-03  Lennart Poetteringjournal: add _public_ to all sd-journal calls, and...
2011-12-30  Lennart PoetteringMerge branch 'journal'
2011-12-23  Lennart Poetteringjournal: implement stdout transport
2011-12-17  Lennart Poetteringjournal: introduce mandatory sd_journal_printf() priori...
2011-12-16  Lennart Poetteringjournal: add native protocol to journald, and client...