summaryrefslogtreecommitdiff
path: root/src/journal/journal-send.c
Commit message (Expand)AuthorAge
* Remove src/journalAndy Wingo2015-04-19
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-01
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-22
* treewide: sanitize loop_writeZbigniew Jędrzejewski-Szmek2014-12-09
* memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering2014-10-30
* memfd: always use our internal utility functions where we have themLennart Poettering2014-10-30
* journal: when sending huge log messages prefer memfds over temporary files in...Lennart Poettering2014-10-30
* journal-send.c: use automatic cleanupZbigniew Jędrzejewski-Szmek2014-06-19
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-28
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-27
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-27
* journal: fail silently in sd_j_sendv() if journal is unavailableZbigniew Jędrzejewski-Szmek2013-12-03
* Use assert_return in more of the public APIThomas Hindoe Paaboel Andersen2013-12-02
* macro: clean up usage of gcc attributesLennart Poettering2013-10-16
* remove hasprefix(), use startswith()Shawn Landden2013-08-22
* Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek2013-06-20
* journal: use initialization instead of zeroingZbigniew Jędrzejewski-Szmek2013-06-13
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering2013-04-02
* journal: fix warning about pointer arithmeticZbigniew Jędrzejewski-Szmek2012-11-25
* journal-send: always send SYSLOG_IDENTIFIER, if we have itLennart Poettering2012-11-20
* journal-send: unify a bit of codeLennart Poettering2012-11-20
* journal-send: simplificationLennart Poettering2012-10-03
* journal: also use new VA_FORMAT_ADVANCE() macro in sd_journal_send()Lennart Poettering2012-09-24
* journalctl: rework JSON output modeLennart Poettering2012-09-05
* journal: add sd_journal_perror() to APILennart Poettering2012-08-01
* journal: fix sd_journal_stream_fd()Lennart Poettering2012-06-22
* journal: fix missing variable initializationLennart Poettering2012-04-12
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* journal: implicitly add code location to all messages logged with the native ...Lennart Poettering2012-04-02
* log: increase socket buffers for logging by defaultLennart Poettering2012-01-27
* journal: when sending journal data via file, place it in /dev/shm, to allow e...Lennart Poettering2012-01-18
* journal: if the data to be sent is larger than the maximum datagram size reso...Lennart Poettering2012-01-14
* log: make internal log api log directly to the journalLennart Poettering2012-01-12
* journal: rename syslog tag to identifier since that's what we call it on the ...Lennart Poettering2012-01-05
* sd-journal: close reading side of sd_journal_stream_fd() file descriptorsLennart Poettering2012-01-05
* journal: move sockets into their own subdirLennart Poettering2012-01-05
* journald: add configuration file options to forward all logged data to kmsg, ...Lennart Poettering2012-01-05
* journal: add _public_ to all sd-journal calls, and add parameter checksLennart Poettering2012-01-03
* journal: implement stdout transportLennart Poettering2011-12-23
* journal: introduce mandatory sd_journal_printf() priority parameterLennart Poettering2011-12-17
* journal: add native protocol to journald, and client side API to send journal...Lennart Poettering2011-12-17