summaryrefslogtreecommitdiff
path: root/src/journal/journal-send.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering2013-04-021-65/+29
* journal: fix warning about pointer arithmeticZbigniew Jędrzejewski-Szmek2012-11-251-2/+3
* journal-send: always send SYSLOG_IDENTIFIER, if we have itLennart Poettering2012-11-201-1/+19
* journal-send: unify a bit of codeLennart Poettering2012-11-201-20/+15
* journal-send: simplificationLennart Poettering2012-10-031-8/+8
* journal: also use new VA_FORMAT_ADVANCE() macro in sd_journal_send()Lennart Poettering2012-09-241-1/+8
* journalctl: rework JSON output modeLennart Poettering2012-09-051-1/+1
* journal: add sd_journal_perror() to APILennart Poettering2012-08-011-3/+88
* journal: fix sd_journal_stream_fd()Lennart Poettering2012-06-221-1/+2
* journal: fix missing variable initializationLennart Poettering2012-04-121-3/+2
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* journal: implicitly add code location to all messages logged with the native ...Lennart Poettering2012-04-021-28/+210
* log: increase socket buffers for logging by defaultLennart Poettering2012-01-271-1/+7
* journal: when sending journal data via file, place it in /dev/shm, to allow e...Lennart Poettering2012-01-181-1/+4
* journal: if the data to be sent is larger than the maximum datagram size reso...Lennart Poettering2012-01-141-2/+55
* log: make internal log api log directly to the journalLennart Poettering2012-01-121-1/+1
* journal: rename syslog tag to identifier since that's what we call it on the ...Lennart Poettering2012-01-051-6/+6
* sd-journal: close reading side of sd_journal_stream_fd() file descriptorsLennart Poettering2012-01-051-0/+5
* journal: move sockets into their own subdirLennart Poettering2012-01-051-2/+2
* journald: add configuration file options to forward all logged data to kmsg, ...Lennart Poettering2012-01-051-1/+5
* journal: add _public_ to all sd-journal calls, and add parameter checksLennart Poettering2012-01-031-6/+10
* journal: implement stdout transportLennart Poettering2011-12-231-0/+60
* journal: introduce mandatory sd_journal_printf() priority parameterLennart Poettering2011-12-171-8/+11
* journal: add native protocol to journald, and client side API to send journal...Lennart Poettering2011-12-171-0/+196