summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
AgeCommit message (Expand)Author
2016-05-30tree-wide: use ansi_highlight() instead of ANSI_HIGHLIGHT where appropriateLennart Poettering
2016-04-25Merge pull request #3109 from poettering/journal-by-fdZbigniew Jędrzejewski-Szmek
2016-04-25journalctl: turn --unit= in combination with --user into --user-unit=Lennart Poettering
2016-04-25journalctl: port --machine= switch to use machined's OpenMachineRootDirectory()Lennart Poettering
2016-04-25journalctl: don't trust the per-field entry tables when looking for boot IDsLennart Poettering
2016-04-25journalctl: simplify discover_next_boot() a bitLennart Poettering
2016-04-25journalctl: simplify get_boots() a bit, by getting rid of one BootId objectLennart Poettering
2016-04-25journalctl: add some explanatory comments to get_boots()Lennart Poettering
2016-04-25sd-journal: add API for opening journal files or directories by fdLennart Poettering
2016-04-25journalctl: improve error message when we have trouble reading journal filesLennart Poettering
2016-04-22journalctl: add --no-hostname switchLennart Poettering
2016-02-25Merge pull request #2671 from 0xAX/move-pager-open-to-one-placeZbigniew Jędrzejewski-Szmek
2016-02-26tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-03Merge pull request #2519 from msekletar/journalctl-device-log-current-boot-v2Lennart Poettering
2016-02-03Merge pull request #2453 from poettering/journalctl-fTom Gundersen
2016-02-03journalctl: add match for the current boot when called with devpathMichal Sekletar
2016-02-02Merge pull request #2510 from msekletar/journalctl-dev-sda-v4Lennart Poettering
2016-02-02journalctl: make "journalctl /dev/sda" workMichal Sekletar
2016-02-01journalctl: add new --fields switch to dump all currently used field namesLennart Poettering
2016-02-01journalctl: improve error messages when the specified boot is not foundJan Synacek
2016-02-01journalctl: show friendly info when using -b on runtime journal onlyJan Synacek
2016-01-20basic/terminal-util: introduce SYSTEMD_COLORS environment variableJan Synacek
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