summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-stream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-8/+7
* journald: make maximum size of stream log lines configurable and bump it to 4...Lennart Poettering2017-09-221-21/+96
* journald: add minimal client metadata cachingLennart Poettering2017-07-311-3/+18
* journald: only accept valid unit names for log streamsLennart Poettering2017-07-311-11/+8
* Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"Gary Tierney2017-05-121-1/+1
* journal: add stdout_stream_scan() comment (#4102)Vito Caputo2016-09-281-0/+3
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-7/+6
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-231-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal: normalize priority of logging sourcesVito Caputo2016-01-081-1/+1
* selinux: split up mac_selinux_have() from mac_selinux_use()Lennart Poettering2015-11-271-1/+1
* journal: don't remove leading spacesEvgeny Vereshchagin2015-11-181-1/+3
* journal: drop empty lines after level_prefix removingEvgeny Vereshchagin2015-11-181-3/+3
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* journald: never block when sending messages on NOTIFY_SOCKET socketLennart Poettering2015-11-011-6/+62
* 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
* io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-271-0/+1
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-7/+9
* Merge pull request #1542 from keszybz/journal-audit-optionalLennart Poettering2015-10-131-5/+2
|\
| * journald: move server_restore_streams out of server_open_stdout_socketZbigniew Jędrzejewski-Szmek2015-08-021-5/+2
* | tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-14/+12
|/
* journald: simplify context handlingZbigniew Jędrzejewski-Szmek2015-06-101-24/+8
* journal: use (void) to silence coverityZbigniew Jędrzejewski-Szmek2015-04-131-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-2/+2
* journald: allow restarting journald without losing stream connectionsLennart Poettering2015-01-061-51/+325
* treewide: another round of simplificationsMichal Schmidt2014-11-281-12/+6
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-8/+8
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-4/+4
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-4/+4
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-231-1/+1
* Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek2014-07-191-2/+2
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-4/+3
* journald: add support for wall forwardingSebastian Thorarensen2014-03-141-0/+4
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-241-3/+2
* event: be more conservative when returning errors from event handler callbacksLennart Poettering2013-12-131-6/+2
* journald: make sure the stdout/stderr stream fd is removed from epoll before ...Lennart Poettering2013-12-111-1/+3
* journal: don't go belly up when an stdout/stderr client terminates the connec...Lennart Poettering2013-12-111-8/+7
* journald: port to sd-event and enable watchdog supportLennart Poettering2013-12-111-22/+45
* journald: malloc less when streaming messagesZbigniew Jędrzejewski-Szmek2013-12-111-11/+12
* journald: use a bit more cleanup magic!Lennart Poettering2013-12-101-7/+1
* Fix memory leak in stdout journal streamsDan McGee2013-12-081-0/+1