Age | Commit message (Expand) | Author |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-17 | journalctl: don't print -- No entries -- in quiet mode | Evgeny Vereshchagin |
2015-11-12 | journald: rework --sync/--rotate logic to use CLOCK_MONOTONIC timestamp files | Lennart Poettering |
2015-11-11 | journalctl: change repeated if checks into switch blocks | Lennart Poettering |
2015-11-11 | journalctl: refuse to --machine= in combination with --flush, --sync or --rotate | Lennart Poettering |
2015-11-11 | journalctl: make --rotate synchronous, too | Lennart Poettering |
2015-11-11 | journalctl: add new --sync switch for syncing the journal to disk | Lennart Poettering |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-11-03 | journalctl: when we fail to open a journal file, print why | Lennart Poettering |
2015-11-03 | journalctl: continue operation, even if we run into an invalid file | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out globbing related calls into glob-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out syslog-related calls into syslog-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out file attribute calls to chattr-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out resource limits related calls into rlimit-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | path-util: unify how we process paths specified on the command line | Lennart Poettering |
2015-10-22 | journalctl: clarify -q option | Evgeny Vereshchagin |
2015-10-13 | Merge pull request #1548 from evverx/journalctl-catalog-ops-fixes | Lennart Poettering |
2015-10-13 | journalctl: introduce short options for --since and --until | Jan Synacek |
2015-10-13 | journalctl: enable args for --dump-catalog and --list-catalog | Evgeny Vereshchagin |
2015-10-13 | journalctl: open pager for --dump-catalog and --list-catalog | Evgeny Vereshchagin |
2015-10-02 | journal: rework vacuuming logic | Lennart Poettering |
2015-10-01 | Merge pull request #1426 from poettering/log-syntax | Daniel Mack |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-09-30 | journalctl: add --rotate option | Evgeny Vereshchagin |
2015-09-29 | bus-util: rename bus_open_transport() to bus_connect_transport() | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-22 | cgtop: underline table header | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value in more cases | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value | Lennart Poettering |
2015-08-17 | journalctl: make sure 'journalctl -f -t unmatched' blocks | Stef Walter |
2015-08-05 | Merge branch 'hostnamectl-dot-v2' | Zbigniew Jędrzejewski-Szmek |
2015-08-05 | hostname-util: get rid of unused parameter of hostname_cleanup() | Zbigniew Jędrzejewski-Szmek |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-24 | journalctl: properly detect empty journal files | Lennart Poettering |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-05-19 | journalctl: unify how we free boot id lists a bit | Lennart Poettering |
2015-05-19 | journalctl: clean up how we log errors | Lennart Poettering |
2015-05-19 | journalctl: rename boot_id_t to BootId | Lennart Poettering |
2015-05-19 | journalctl: lstat() should suffice if we call canonicalize_file_name() first | Lennart Poettering |
2015-05-19 | journalctl: free all command line argument objects | Lennart Poettering |
2015-05-19 | journalctl: only have a single exit path from main() | Lennart Poettering |
2015-05-19 | journalctl: Improve boot ID lookup | Jan Janssen |