Age | Commit message (Expand) | Author |
2014-04-05 | journalctl: free arg_file on exit | Zbigniew Jędrzejewski-Szmek |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-02-27 | journalctl: refuse extra arguments with --verify and similar | Zbigniew Jędrzejewski-Szmek |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-17 | doc: update punctuation | Jan Engelhardt |
2014-01-28 | always use the same code for creating temporary files | Lennart Poettering |
2014-01-11 | journalctl: allow globbing in --unit and --user-unit | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | journalctl: make sure -b --foobar cannot be misunderstood as --boot=--foobar | Lennart Poettering |
2013-12-26 | Revert "journalctl: remove unexpected behavior of journalctl -b" | Lennart Poettering |
2013-12-25 | journalctl: remove unexpected behavior of journalctl -b | Dave Reisner |
2013-12-18 | journalctl,zsh-completion: fix several issues in --help message text | Jason St. John |
2013-12-11 | journal: pipe journalctl help output into a pager | Djalal Harouni |
2013-12-11 | journal: add ability to browse journals of running OS containers | Lennart Poettering |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-11-18 | Remove duplicate includes | Karel Zak |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-10-28 | journalctl: add --list-boots to show boot IDs and times | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-10-07 | journalctl: flip to --full by default | Zbigniew Jędrzejewski-Szmek |
2013-09-10 | journald: be a bit more verbose when vacuuming | Zbigniew Jędrzejewski-Szmek |
2013-08-20 | logs-show: add short-precise mode with us timestamps | Zbigniew Jędrzejewski-Szmek |
2013-08-11 | systemctl: show hint about --full when lines don't fit | Zbigniew Jędrzejewski-Szmek |
2013-08-04 | systemd-delta: Only print colors when on a tty | Daniel Schaal |
2013-07-26 | journalctl: use _COMM= match for scripts | Zbigniew Jędrzejewski-Szmek |
2013-07-18 | journalctl: add ”short-iso” output format with verbose ISO8601 timestamps | Tomasz Torcz |
2013-07-18 | journalctl: fix signedness warning and boot-id syntax check | Zbigniew Jędrzejewski-Szmek |
2013-07-17 | journalctl: remove ":" from the --boot syntax | Zbigniew Jędrzejewski-Szmek |
2013-07-16 | journalctl,systemctl: fix tiny memleak | Zbigniew Jędrzejewski-Szmek |
2013-07-16 | journalctl: augment short mode with a cursor at the end | Zbigniew Jędrzejewski-Szmek |
2013-07-16 | journalctl: Add support for showing messages from a previous boot | Jan Janssen |
2013-07-14 | journalctl: add --force option to recreate FSS | Shawn Landden |
2013-07-13 | journalctl: have a useful --setup-keys error message when using non-persistan... | Shawn Landden |
2013-06-17 | journalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --full | Daniel Albers |
2013-06-10 | journalctl: allow the user to specify the file(s) to use | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: no color for --reboot-- when not on tty | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: add --system/--user flags | Zbigniew Jędrzejewski-Szmek |
2013-06-09 | journalctl: fix verbose output when no logs are found | Zbigniew Jędrzejewski-Szmek |
2013-06-04 | systemctl: limit logs in status to current boot | Zbigniew Jędrzejewski-Szmek |
2013-05-14 | journalctl: add -k/--dmesg | Zbigniew Jędrzejewski-Szmek |
2013-05-07 | hostname: only suppress setting of pretty hostname if it is non-equal to the ... | Lennart Poettering |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-17 | journalctl: specify "--unit=" and "--user-unit" multiple times | Harald Hoyer |
2013-04-17 | journal: add one more level on top with AND | Harald Hoyer |
2013-04-17 | journalctl: show fields requested with --field in full | Zbigniew Jędrzejewski-Szmek |
2013-04-10 | journalctl: check return of strjoin | Lukas Nykryn |
2013-04-04 | journal: add public API call sd_journal_get_events() | Lennart Poettering |
2013-04-04 | util: make time formatting a bit smarter | Lennart Poettering |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |