summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04tree-wide: drop time.h when time-util.h is includedYu Watanabe1-1/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-07-15tree-wide: drop duplicated blank linesYu Watanabe1-1/+0
2019-07-10shared/logs-show: urlify CONFIG_FILE in verbose modeZbigniew Jędrzejewski-Szmek1-5/+15
2019-07-10shared/logs-show: urlify CONFIG_FILE in short modeZbigniew Jędrzejewski-Szmek1-3/+34
2019-07-02shared/logs-show: indentationZbigniew Jędrzejewski-Szmek1-14/+14
2019-05-17shared/logs-show: show audit logs in blueZbigniew Jędrzejewski-Szmek1-6/+19
2019-05-08basic/log: use colors to highlight messages like journalctlZbigniew Jędrzejewski-Szmek1-15/+2
2019-03-13util: split out namespace related stuff into a new namespace-util.[ch] pairLennart Poettering1-0/+1
2019-01-17tree-wide: use '"' instead of '\"'Louis Taylor1-2/+2
2018-12-05logs-show: use grey color for de-emphasizing journal log outputLennart Poettering1-0/+4
2018-12-04Merge pull request #11042 from yuwata/tiny-coding-style-fixesLennart Poettering1-1/+1
2018-12-04tree-wide: add whitespace between type and variable nameYu Watanabe1-1/+1
2018-12-03output-mode: add generic helper to pick right JsonFormatFlags for given Outpu...Lennart Poettering1-4/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-28/+21
2018-11-13tree-wide: port over other candidates for namespace_fork()Lennart Poettering1-6/+3
2018-10-11journalctl: port JSON output mode to new JSON APILennart Poettering1-157/+178
2018-10-09logs-show: make highlight parameter const (#10311)Lennart Poettering1-7/+7
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-31journal-remote: do not send _BOOT_ID twiceZbigniew Jędrzejewski-Szmek1-5/+4
2018-05-31shared/logs-show: be more careful before using a _SOURCE_REALTIME_TIMESTAMP e...Zbigniew Jędrzejewski-Szmek1-3/+1
2018-05-31Always allow timestamps to be printedZbigniew Jędrzejewski-Szmek1-6/+1
2018-05-31shared/logs-show: use _cleanup_Zbigniew Jędrzejewski-Szmek1-21/+7
2018-05-31shared/logs-show: fix mixup between length-based memory duplication and strin...Zbigniew Jędrzejewski-Szmek1-2/+2
2018-05-31shared/logs-show: export show_journal()Zbigniew Jędrzejewski-Szmek1-15/+20
2018-05-31journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek1-2/+2
2018-05-30tree-wide: make use of memory_startswith() at various placesLennart Poettering1-6/+3
2018-05-25journalctl: add with-unit modeLuca Boccassi1-5/+20
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-28Merge pull request #7881 from keszybz/pcreLennart Poettering1-17/+73
2018-01-28journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek1-17/+73
2018-01-22journal: Fix journal dumping for json, cat and export outputArmin Widegreen1-0/+13
2018-01-04tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering1-4/+5
2017-12-25tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering1-5/+4
2017-12-15tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering1-1/+1
2017-12-14tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering1-1/+3
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-27journalctl: add --output-fields= (#7181)Lars Karlitski1-22/+71
2017-10-12shared: add vectorized parse_field() (#7056)Vito Caputo1-59/+48
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-1/+1
2017-07-31alloc-util: add new helpers memdup_suffix0() and newdup_suffix0()Lennart Poettering1-4/+3
2017-07-07shared: leave output_journal() output in buffer (#6304)Vito Caputo1-1/+0
2017-05-19shared/logs-show: avoid printing "(null)" when timestamp is not specifiedZbigniew Jędrzejewski-Szmek1-3/+4
2017-05-07Add short-iso-precise for journalctl output (#5884)Ian Wienand1-1/+14
2017-02-02time-util: refuse formatting/parsing times that we can't storeLennart Poettering1-0/+5
2016-11-07tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek1-6/+3
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-11-03journalctl: fix memleakEvgeny Vereshchagin1-1/+1