summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
AgeCommit message (Expand)Author
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-17journalctl: don't print -- No entries -- in quiet modeEvgeny Vereshchagin
2015-11-12journald: rework --sync/--rotate logic to use CLOCK_MONOTONIC timestamp filesLennart Poettering
2015-11-11journalctl: change repeated if checks into switch blocksLennart Poettering
2015-11-11journalctl: refuse to --machine= in combination with --flush, --sync or --rotateLennart Poettering
2015-11-11journalctl: make --rotate synchronous, tooLennart Poettering
2015-11-11journalctl: add new --sync switch for syncing the journal to diskLennart Poettering
2015-11-05treewide: use the negative error codes returned by our functionsMichal Schmidt
2015-11-03journalctl: when we fail to open a journal file, print whyLennart Poettering
2015-11-03journalctl: continue operation, even if we run into an invalid fileLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
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