summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
AgeCommit message (Expand)Author
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24path-util: unify how we process paths specified on the command lineLennart Poettering
2015-10-22journalctl: clarify -q optionEvgeny Vereshchagin
2015-10-13Merge pull request #1548 from evverx/journalctl-catalog-ops-fixesLennart Poettering
2015-10-13journalctl: introduce short options for --since and --untilJan Synacek
2015-10-13journalctl: enable args for --dump-catalog and --list-catalogEvgeny Vereshchagin
2015-10-13journalctl: open pager for --dump-catalog and --list-catalogEvgeny Vereshchagin
2015-10-02journal: rework vacuuming logicLennart Poettering
2015-10-01Merge pull request #1426 from poettering/log-syntaxDaniel Mack
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-09-30journalctl: add --rotate optionEvgeny Vereshchagin
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return value in more casesLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering
2015-08-17journalctl: make sure 'journalctl -f -t unmatched' blocksStef Walter
2015-08-05Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-24journalctl: properly detect empty journal filesLennart Poettering
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering
2015-05-19journalctl: unify how we free boot id lists a bitLennart Poettering
2015-05-19journalctl: clean up how we log errorsLennart Poettering
2015-05-19journalctl: rename boot_id_t to BootIdLennart Poettering
2015-05-19journalctl: lstat() should suffice if we call canonicalize_file_name() firstLennart Poettering
2015-05-19journalctl: free all command line argument objectsLennart Poettering
2015-05-19journalctl: only have a single exit path from main()Lennart Poettering
2015-05-19journalctl: Improve boot ID lookupJan Janssen
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-22journalctl: rework code that checks whether we have access to /var/log/journalLennart Poettering
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-09Introduce loop_read_exact helperZbigniew Jędrzejewski-Szmek
2015-03-09journalctl: unlink without checking with access firstZbigniew Jędrzejewski-Szmek
2015-03-08journalctl: update hint now that we set ACL everywhereZbigniew Jędrzejewski-Szmek
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-22tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek
2015-01-19journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek