Age | Commit message (Expand) | Author |
2015-01-08 | loginctl: show the 10 most recent log user/session log lines in "loginctl use... | Lennart Poettering |
2015-01-06 | tree-wide: remove unnecessary LOG_PRI | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: a few more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno() conversions, multiline calls | 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-04 | journal: when dumping log data with missing COMM fields, show "unknown" instead | Lennart Poettering |
2014-10-22 | machine: validate machine names using machine_name_is_valid() instead of stri... | Lennart Poettering |
2014-10-08 | time: functions named "internal" really shouldn't be exported | Lennart Poettering |
2014-10-03 | journalctl: make --utc work everywhere | Jan Synacek |
2014-10-02 | journalctl: add --utc option | Jan Synacek |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-05-22 | time-util: make sure USEC_PER_SEC and friends are actually of type usec_t | Lennart Poettering |
2014-05-18 | machined: add logic to query IP addresses of containers | Lennart Poettering |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-04-05 | journal: fix export of messages containing newlines | Zbigniew Jędrzejewski-Szmek |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-13 | systemctl: suppress duplicate newline if there's not log output in "systemctl... | Lennart Poettering |
2014-02-27 | logs-show: fix corrupt output with empty messages | Uoti Urpala |
2013-12-23 | bus: when getting a kdbus connection into a container wait first for child, t... | Lennart Poettering |
2013-12-17 | bus: when entering an existing namespace to connect to a container's system b... | Lennart Poettering |
2013-12-14 | util: port last code over to new namespace utility calls | Lennart Poettering |
2013-12-12 | shared: add missing include | Marc-Antoine Perennou |
2013-12-11 | journal: add ability to browse journals of running OS containers | Lennart Poettering |
2013-10-01 | logs-show.c: show all messages for a slice | Zbigniew Jędrzejewski-Szmek |
2013-09-18 | logs-show.c: fix enum type in function declaration | Zbigniew Jędrzejewski-Szmek |
2013-09-13 | Advertise hibernation only if there's enough free swap | Zbigniew Jędrzejewski-Szmek |
2013-08-22 | remove hasprefix(), use startswith() | Shawn Landden |
2013-08-21 | logs-show: fix condition for ellipsizing multi-line messages | Zbigniew Jędrzejewski-Szmek |
2013-08-20 | logs-show: show source timestamp in verbose mode | Zbigniew Jędrzejewski-Szmek |
2013-08-20 | logs-show: add short-precise mode with us timestamps | Zbigniew Jędrzejewski-Szmek |
2013-08-11 | logs-show: limit to 3 lines and use dots if not showing full message | Zbigniew Jędrzejewski-Szmek |
2013-08-11 | logs-show: fix indentation for 2nd and later lines, show lines in full | Zbigniew Jędrzejewski-Szmek |
2013-08-11 | systemctl: show hint about --full when lines don't fit | Zbigniew Jędrzejewski-Szmek |
2013-07-18 | journalctl: add ”short-iso” output format with verbose ISO8601 timestamps | Tomasz Torcz |
2013-07-16 | journalctl,systemctl: fix tiny memleak | Zbigniew Jędrzejewski-Szmek |
2013-06-26 | journalctl: highlight MESSAGE= in verbose output | Zbigniew Jędrzejewski-Szmek |
2013-06-20 | journalctl,systemctl: show messages tagged with OBJECT_SYSTEMD_[USER_]_UNIT | Zbigniew Jędrzejewski-Szmek |
2013-06-20 | Make sure we only show authentic coredump messages | Zbigniew Jędrzejewski-Szmek |
2013-06-20 | Add hasprefix macro to check prefixes of fixed length | Zbigniew Jędrzejewski-Szmek |
2013-06-20 | journalctl: show lines in full with --all | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journal: add ability to filter by current user | Zbigniew Jędrzejewski-Szmek |
2013-06-09 | journalctl: fix verbose output when no logs are found | Zbigniew Jędrzejewski-Szmek |
2013-06-09 | logs-show: print multiline messages | Zbigniew Jędrzejewski-Szmek |
2013-06-04 | systemctl: limit logs in status to current boot | Zbigniew Jędrzejewski-Szmek |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-16 | macro: rework how we define cleanup macros | Lennart Poettering |