Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | io-util.h: move iovec stuff from macro.h to io-util.h | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-09-08 | treewide: fix typos | Torstein Husebø |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-04-10 | shared: add formats-util.h | Ronny Chevalier |
2015-04-07 | util: rework cunescape(), improve error handling | Lennart Poettering |
2015-02-03 | journald: fix some xsprrintf() buffer size fallout | Lennart Poettering |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-03 | journald: constify all things! | Lennart Poettering |
2014-08-13 | journald: Fix off-by-one error in "Missed X kernel messages" warning | Eelco Dolstra |
2014-07-31 | Always prefer our headers to system headers | Zbigniew Jędrzejewski-Szmek |
2014-07-28 | journald: always add syslog facility for messages coming from kmsg | Michal Sekletar |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2013-12-17 | journald: before closing /dev/kmsg let's unregister the event source | Lennart Poettering |
2013-12-17 | journald: close /dev/kmsg again if we cannot make use of it | Lennart Poettering |
2013-12-17 | journald: downgrade warning message when /dev/kmsg does not exist | Lennart Poettering |
2013-12-11 | journald: port to sd-event and enable watchdog support | Lennart Poettering |
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch |
2013-06-20 | journal: allow callers to specify OBJECT_PID= | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek |
2013-03-31 | journald: check return value of strappend | Zbigniew Jędrzejewski-Szmek |
2012-11-14 | build-sys: store journald code in a noinst library | Zbigniew Jędrzejewski-Szmek |
2012-10-26 | journal: fix parsing of monotonic kernel timestamps | Lennart Poettering |
2012-10-13 | journald: properly update message size after stripping the identifier | Zbigniew Jędrzejewski-Szmek |
2012-10-02 | trivial: fix typo | Zbigniew Jędrzejewski-Szmek |
2012-09-06 | journald: avoid logging to kmsg in the normal paths | Lennart Poettering |
2012-08-24 | journald: add missing includes | Allin Cottrell |
2012-08-22 | journal: move syslog specific calls out of util.c | Lennart Poettering |
2012-08-22 | journald: splitt of syslog protocol support into its own file | Lennart Poettering |
2012-08-22 | journald: split /dev/kmsg related stuff into its own .c file | Lennart Poettering |