summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.c
Commit message (Expand)AuthorAgeFilesLines
* logs-show: use grey color for de-emphasizing journal log outputLennart Poettering2019-05-021-0/+4
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal-remote: do not send _BOOT_ID twiceZbigniew Jędrzejewski-Szmek2018-05-311-5/+4
* shared/logs-show: be more careful before using a _SOURCE_REALTIME_TIMESTAMP e...Zbigniew Jędrzejewski-Szmek2018-05-311-3/+1
* Always allow timestamps to be printedZbigniew Jędrzejewski-Szmek2018-05-311-6/+1
* shared/logs-show: use _cleanup_Zbigniew Jędrzejewski-Szmek2018-05-311-21/+7
* shared/logs-show: fix mixup between length-based memory duplication and strin...Zbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* shared/logs-show: export show_journal()Zbigniew Jędrzejewski-Szmek2018-05-311-15/+20
* journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* tree-wide: make use of memory_startswith() at various placesLennart Poettering2018-05-301-6/+3
* journalctl: add with-unit modeLuca Boccassi2018-05-251-5/+20
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #7881 from keszybz/pcreLennart Poettering2018-01-281-17/+73
|\
| * journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek2018-01-281-17/+73
* | journal: Fix journal dumping for json, cat and export outputArmin Widegreen2018-01-221-0/+13
|/
* tree-wide: make use of wait_for_terminate_and_check() at various placesLennart Poettering2018-01-041-4/+5
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-5/+4
* tree-wide: add DEBUG_LOGGING macro that checks whether debug logging is on (#...Lennart Poettering2017-12-151-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* journalctl: add --output-fields= (#7181)Lars Karlitski2017-10-271-22/+71
* shared: add vectorized parse_field() (#7056)Vito Caputo2017-10-121-59/+48
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* alloc-util: add new helpers memdup_suffix0() and newdup_suffix0()Lennart Poettering2017-07-311-4/+3
* shared: leave output_journal() output in buffer (#6304)Vito Caputo2017-07-071-1/+0
* shared/logs-show: avoid printing "(null)" when timestamp is not specifiedZbigniew Jędrzejewski-Szmek2017-05-191-3/+4
* Add short-iso-precise for journalctl output (#5884)Ian Wienand2017-05-071-1/+14
* time-util: refuse formatting/parsing times that we can't storeLennart Poettering2017-02-021-0/+5
* tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek2016-11-071-6/+3
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* journalctl: fix memleakEvgeny Vereshchagin2016-11-031-1/+1
* journalctl: add new output mode "short-full" (#3880)Lennart Poettering2016-08-031-71/+112
* journalctl: make sure that journalctl's --all switch also has an effect on js...Lennart Poettering2016-07-191-2/+2
* journal: when dumping journal contents, react nicer to lines we can't readLennart Poettering2016-04-261-1/+4
* journalctl: add --no-hostname switchLennart Poettering2016-04-221-0/+6
* journalctl: add output mode where time is shown in seconds since 1st Jan 1970...Lennart Poettering2016-04-221-3/+10
* shared: move output_mode_to_string() into output-mode.cLennart Poettering2016-04-221-15/+0
* shared: fix minor memory leak in log display codeLennart Poettering2016-04-221-3/+7
* shared/logs-show: fix memleak in add_matches_for_unitZbigniew Jędrzejewski-Szmek2016-04-211-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: meanor clean-ups for logs-show.cLennart Poettering2016-01-281-14/+13
* journal: properly handle an unexpectedly missing fieldZbigniew Jędrzejewski-Szmek2015-12-131-1/+2
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-0/+12
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1