summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ppoll_usec()Yu Watanabe2021-03-041-14/+6
* sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-181-2/+1
* tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek2021-02-161-2/+2
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+3
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-6/+4
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+7
* tree-wide: use return value of log_xxx_errno()Yu Watanabe2020-11-201-9/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* journalctl: show boot id in the reboot context separatorRonan Pigott2020-11-061-2/+2
* journalctl: drop format_journal_url() if gcrypt is not usedYu Watanabe2020-10-291-0/+2
* journal,homectl: unify implementations of libqrencode loading and fss key pri...Zbigniew Jędrzejewski-Szmek2020-10-271-13/+62
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-30/+25
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-10/+5
* basic/time-util: add function to format timestamps with different stylesLuca Boccassi2020-08-191-1/+1
* Merge pull request #16640 from keszybz/various-patchesLennart Poettering2020-08-191-2/+2
|\
| * journal: adjust line about when the journal begins and endsZbigniew Jędrzejewski-Szmek2020-08-171-2/+2
* | Merge pull request #16684 from keszybz/assorted-cleanupsLennart Poettering2020-08-101-24/+21
|\ \
| * | journalctl: reshuffle console message about fss keysZbigniew Jędrzejewski-Szmek2020-08-051-24/+21
* | | journalctl: add --image= switchLennart Poettering2020-08-051-3/+36
|/ /
* | Merge pull request #16260 from poettering/pcre2-dlopenZbigniew Jędrzejewski-Szmek2020-08-041-22/+26
|\ \
| * | journalctl: make pcre2 a dlopen() dependencyLennart Poettering2020-07-211-22/+26
| |/
* | journalctl: set and log about all fss file flags individuallyLennart Poettering2020-06-251-5/+13
* | journalctl: don't print QR codes if we can't/shan't use colorsLennart Poettering2020-06-251-5/+5
* | qrcode: modernize code a bitLennart Poettering2020-06-251-62/+31
|/
* Merge pull request #16238 from keszybz/set-handling-moreZbigniew Jędrzejewski-Szmek2020-06-241-6/+1
|\
| * tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-6/+1
* | log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
|/
* tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-1/+4
* journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* tree-wide: use structured initialization at various placesLennart Poettering2020-04-241-9/+10
* tree-wide: fix spelling errorsFrantisek Sumsal2020-04-211-1/+1
* journalctl: implement --facility=fooZbigniew Jędrzejewski-Szmek2020-02-291-0/+78
* journalctl: underline sections in --helpLennart Poettering2020-01-311-6/+7
* journalctl: drop misplaced empty lineLennart Poettering2020-01-311-1/+0
* journalctl: add new --namespace= switch for showing logs for namespaceLennart Poettering2020-01-311-4/+34
* journalctl: use an anonymous array when an array is neededLennart Poettering2020-01-311-4/+3
* journalctl: use automatic memory cleanupLennart Poettering2020-01-311-2/+1
* journalctl: use log_error_errno() wherever we canLennart Poettering2020-01-311-45/+29
* journalctl: move pcre function code downLennart Poettering2020-01-311-29/+27
* journalctl: Correctly handle combination of --reverse and --lines (fixes #1596)Timo Schlüßler2020-01-131-4/+4
* journalctl: Correctly handle --show-cursor in combination with --until or --s...Timo Schlüßler2020-01-131-25/+24
* journalctl: pager_close() calls fflush(stdout) anyway as first thingLennart Poettering2019-11-281-1/+0
* journalctl: return EOPNOTSUPP if pcre is not enabledLennart Poettering2019-11-281-1/+1
* Merge pull request #14046 from poettering/id128-uuidZbigniew Jędrzejewski-Szmek2019-11-181-1/+1
|\
| * id128: add new "-u" switch for outputting Ids in UUID formatLennart Poettering2019-11-151-1/+1
* | tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-1/+2
|/
* journalctl: allow running vacuum on remote journals, tooJan Kundrát2019-11-041-3/+0
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0