aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add comments to log_functions which shouldn't be called from library code (#6...Zbigniew Jędrzejewski-Szmek2017-07-111-0/+8
* basic/log: use getenv instead of secure_getenvZbigniew Jędrzejewski-Szmek2017-07-051-4/+4
* log: pass the correct length to vsnprintf (#6168)Evgeny Vereshchagin2017-06-211-9/+4
* basic/log: split max log level into multiple "realms"Zbigniew Jędrzejewski-Szmek2017-05-071-34/+60
* basic/log: expose log_dispatchZbigniew Jędrzejewski-Szmek2017-04-211-6/+7
* log: never log into foreign fd #2 in PID 1 or its pre-execve() childrenLennart Poettering2017-02-211-1/+6
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-1/+1
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-10/+15
* basic/log: use IN_SETZbigniew Jędrzejewski-Szmek2016-12-171-26/+26
* basic/log: CODE_FUNCTION → CODE_FUNCZbigniew Jędrzejewski-Szmek2016-12-111-1/+1
* share/log: change log_syntax from "[a:b] " to "a:b: "Zbigniew Jędrzejewski-Szmek2016-12-111-1/+1
* basic/log: merge two big log_struct_internal invocations into oneZbigniew Jędrzejewski-Szmek2016-12-111-21/+12
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* Revert some uses of xsprintfZbigniew Jędrzejewski-Szmek2016-11-021-1/+1
* tree-wide: make parse_proc_cmdline() strip "rd." prefix automaticallyZbigniew Jędrzejewski-Szmek2016-10-221-1/+1
* tree-wide: allow state to be passed through to parse_proc_cmdline_itemZbigniew Jędrzejewski-Szmek2016-10-221-2/+2
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-19/+26
* log: minor fixesLennart Poettering2016-10-071-5/+5
* basic: log: Increase static buffer for source file location (#3674)Daniel Mack2016-07-071-2/+2
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-3/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journald: allow additional payload in server_driver_messageZbigniew Jędrzejewski-Szmek2016-01-231-36/+53
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-2/+2
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+8
* log: whitespace style fixMichal Schmidt2015-11-051-6/+6
* 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: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: move string table stuff into its own string-table.[ch]Lennart 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-11/+13
* log: properly return -EINVAL from log_set_max_level_from_string()Lennart Poettering2015-09-301-1/+1
* cgtop: underline table headerLennart Poettering2015-09-221-2/+2
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+1138