summaryrefslogtreecommitdiff
path: root/src/journal/journald-stream.c
Commit message (Expand)AuthorAgeFilesLines
...
* tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering2018-06-071-2/+2
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add some handling to remaining unlinkat callsZbigniew Jędrzejewski-Szmek2018-02-191-1/+3
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-5/+5
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-11/+17
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* 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-221-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-171-1/+3
* journal: drop empty lines after level_prefix removingEvgeny Vereshchagin2015-11-171-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-121-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-181-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