summaryrefslogtreecommitdiff
path: root/src/journal/journal-send.c
Commit message (Expand)AuthorAgeFilesLines
* util: split out errno related stuffLennart Poettering2019-03-141-1/+1
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-2/+2
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal-send: drop redundant parenthesisLennart Poettering2018-04-271-1/+1
* tree-wide: use newa() rather than alloca() where we canLennart Poettering2018-04-271-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce new TAKE_FD() macroLennart Poettering2018-03-221-3/+1
* journal: cast to (void) where we knowingly ignore syscall returnsLennart Poettering2018-01-231-1/+1
* cocci: use strempty() at more placesLennart Poettering2018-01-101-2/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-3/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-1/+1
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-41/+29
* sd-journal: suppress empty linesLennart Poettering2016-07-191-1/+10
* sd-journal: when formatting log messages, implicitly strip trailing whitespaceLennart Poettering2016-07-191-0/+7
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-7/+7
* coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering2016-04-221-1/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journald: add a couple of static asserts checking logging constantsLennart Poettering2016-01-261-0/+1
* journal: silently skip failing large messages if journald is missingZbigniew Jędrzejewski-Szmek2015-12-031-1/+5
* journal: unbreak sd_journal_sendvZbigniew Jędrzejewski-Szmek2015-12-031-1/+1
* journal: addition and multiplication do not commuteZbigniew Jędrzejewski-Szmek2015-12-031-2/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+8
* tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering2015-09-291-25/+1
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-11/+7
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-091-4/+1
* memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering2014-10-301-1/+1
* memfd: always use our internal utility functions where we have themLennart Poettering2014-10-301-5/+6
* journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering2014-10-301-10/+26
* journal-send.c: use automatic cleanupZbigniew Jędrzejewski-Szmek2014-06-191-23/+14
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-7/+7
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-281-1/+1
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-271-1/+1
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-271-13/+7
* journal: fail silently in sd_j_sendv() if journal is unavailableZbigniew Jędrzejewski-Szmek2013-12-031-0/+4
* Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen2013-12-021-22/+12
* macro: clean up usage of gcc attributesLennart Poettering2013-10-161-1/+1
* remove hasprefix(), use startswith()Shawn Landden2013-08-221-1/+1
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-201-1/+1
* journal: use initialization instead of zeroingZbigniew Jędrzejewski-Szmek2013-06-131-14/+12
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-1/+1