chiark / gitweb /
bus-proxyd: explicitly address messages to unique and well-known name
[elogind.git] / src / journal / journal-send.c
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...