Age | Commit message (Expand) | Author |
2013-03-23 | journalctl: various fixes to the access check logic | Lennart Poettering |
2013-03-22 | journalctl: be smarter about journal error checks | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | build-sys: move acl searching code into libsystemd-acl | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | journalctl: give a nice hint about group membership based on ACLs of /var/log... | Lennart Poettering |
2013-03-20 | Remove some unused variables | Zbigniew Jędrzejewski-Szmek |
2013-03-19 | journalct: beef up entry listing | Zbigniew Jędrzejewski-Szmek |
2013-03-19 | journalctl: use _cleanup_ in one function | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | journal,shared: add _cleanup_journal_close_ | Zbigniew Jędrzejewski-Szmek |
2013-03-13 | journalctl: show systemd messages about unit for -u | Zbigniew Jędrzejewski-Szmek |
2013-03-07 | journalctl: imply -n1000 when -e is used | Lennart Poettering |
2013-03-07 | pager: introduce "jump to end" option | Harald Hoyer |
2013-03-07 | libsystemd-journal: return 0 on success in get_data() | Zbigniew Jędrzejewski-Szmek |
2013-03-05 | journald: introduce new "systemd-journal" group and make it own the journal f... | Lennart Poettering |
2013-03-01 | journalctl: add --user-unit= switch | Daniel Wallace |
2013-03-01 | journalctl: add --reverse option to show the newest lines first | Lukas Nykryn |
2013-02-28 | Merge branch 'python-systemd-reader' | Zbigniew Jędrzejewski-Szmek |
2013-02-24 | journal: fix --until | Paul W. Frields |
2013-02-22 | journalct: also print Python code in --new-id | Zbigniew Jędrzejewski-Szmek |
2013-02-12 | journalctl: allow both "-n 55" and "-n55" on the command line, as equivalent ... | Lennart Poettering |
2013-01-28 | journalctl: allow --lines=0 i.e. only new | Zbigniew Jędrzejewski-Szmek |
2013-01-15 | journalctl: quit on I/O error | David Herrmann |
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering |
2012-11-17 | journalctl: add option to forgo ellipsization | Zbigniew Jędrzejewski-Szmek |
2012-11-16 | journal: extend catalog header to 64bit for all fields, just to be safe and f... | Lennart Poettering |
2012-11-15 | journal: implement message catalog | Lennart Poettering |
2012-11-15 | journalctl: require argument for --priority | Lekensteyn |
2012-11-12 | enable localization for common *ctl commands | Dave Reisner |
2012-11-02 | util: add is_locale_utf8() | Michal Schmidt |
2012-10-24 | journalctl: remove left-over log message | Lennart Poettering |
2012-10-19 | util: unify line caching and column caching | Lennart Poettering |
2012-10-19 | util: unify usage of on_tty() in util.c | Lennart Poettering |
2012-10-18 | journalctl: unify ellipsation handling between journalctl and systemctl | Lennart Poettering |
2012-10-18 | journalctl: don't ellipsize unless on a tty | Lennart Poettering |
2012-10-18 | journalctl: honour -n if -F is used | Lennart Poettering |
2012-10-18 | journalctl: move access check before the first access to the journal files | Lennart Poettering |
2012-10-18 | journalctl: implement quering field values with new -F switch | Lennart Poettering |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-10-16 | journalctl: add --unit=/-u to match by unit name | Lennart Poettering |
2012-10-16 | journalctl: harmonise in-stream comments | Lennart Poettering |
2012-10-15 | journalctl: skip informational messages in export/json modes | Zbigniew Jędrzejewski-Szmek |
2012-10-14 | journalctl: make --follow really work | Zbigniew Jędrzejewski-Szmek |
2012-10-13 | journalctl: make --follow work again | Zbigniew Jędrzejewski-Szmek |
2012-10-11 | journalctl: implement --since= and --until for filtering by time | Lennart Poettering |
2012-10-11 | journal: support epxorting the journal in a format suitable for text/event-st... | Lennart Poettering |
2012-10-10 | journalctl: properly parse --cursor= long getopt in addition to short -c | Lennart Poettering |
2012-10-09 | journal: implement follow mode for HTTP GET in gatewayd | Lennart Poettering |
2012-09-28 | logs-show: various cleanups | Lennart Poettering |
2012-09-28 | journalctl: add --cursor switch | Lennart Poettering |
2012-09-24 | journald: always pass first entry timestamp back from journal_file_verify() | Lennart Poettering |
2012-09-24 | journalctl: print correct timespan in verify | Mirco Tischler |