summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-03journalctl: add new output mode "short-full" (#3880)Lennart Poettering1-71/+112
2016-07-19journalctl: make sure that journalctl's --all switch also has an effect on js...Lennart Poettering1-2/+2
2016-04-26journal: when dumping journal contents, react nicer to lines we can't readLennart Poettering1-1/+4
2016-04-22journalctl: add --no-hostname switchLennart Poettering1-0/+6
2016-04-22journalctl: add output mode where time is shown in seconds since 1st Jan 1970...Lennart Poettering1-3/+10
2016-04-22shared: move output_mode_to_string() into output-mode.cLennart Poettering1-15/+0
2016-04-22shared: fix minor memory leak in log display codeLennart Poettering1-3/+7
2016-04-21shared/logs-show: fix memleak in add_matches_for_unitZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-28shared: meanor clean-ups for logs-show.cLennart Poettering1-14/+13
2015-12-13journal: properly handle an unexpectedly missing fieldZbigniew Jędrzejewski-Szmek1-1/+2
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-0/+12
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1