summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
Commit message (Expand)AuthorAgeFilesLines
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* tree-wide: use STRERROR()Zbigniew Jędrzejewski-Szmek2022-10-111-1/+1
* Merge pull request #24686 from d4nuu8/delta_outputLennart Poettering2022-09-231-2/+4
|\
| * shared/logs-show: add new --output= format "short-delta"Daniel Braunwarth2022-09-231-2/+4
* | tree-wide: drop unused reference to DecryptedImageYu Watanabe2022-09-181-3/+1
* | journalctl: respect --quiet flag during file concistency verificationDaniel Braunwarth2022-09-171-7/+10
|/
* man,journalctl: introduce man/--help sectionsLennart Poettering2022-08-051-17/+21
* journal: remove unnecessary HAVE_PCRE2 checkQuentin Deslandes2022-08-031-2/+0
* journal: Move more pattern matching logic into pcre2-utilDaan De Meyer2022-07-251-106/+10
* sd-journal: silence bogus gcc warningZbigniew Jędrzejewski-Szmek2022-07-011-1/+1
* journalctl: Use STATIC_DESTRUCTOR_REGISTER()Daan De Meyer2022-06-061-17/+16
* shared: Rename pcre2-dlopen.h/c to pcre2-util.h/cDaan De Meyer2022-06-061-4/+1
* Simplify random number selectionJason A. Donenfeld2022-05-311-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-4/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-2/+2
* journal: make --reverse affect --list-bootsFrantisek Sumsal2022-03-141-0/+3
* journal: use table_set_json_field_name() to override a column nameFrantisek Sumsal2022-03-141-1/+5
* journal: reset previously set JSON flagsFrantisek Sumsal2022-03-141-0/+3
* journal: convert --list-boots to a tableFrantisek Sumsal2022-03-131-11/+23
* journal: Don't discard -b arg when followed by -eDaan De Meyer2022-01-141-2/+0
* journactl: show info about journal range only at debug level (#21775)Zbigniew Jędrzejewski-Szmek2021-12-151-1/+1
* journalctl: have -f and -e imply no-value -bнаб2021-12-101-0/+9
* Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-4/+4
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* tree-wide: port all calls to alloca() to alloca_safe()Lennart Poettering2021-10-141-3/+3
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* journalctl: never fail at flushing when the flushed flag is setFranck Bui2021-09-151-0/+5
* journalctl: Use constants in some more placesJan Janssen2021-09-031-6/+6
* journalctl: Use constants for _BOOT_ID= matchesJan Janssen2021-08-201-3/+3
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-4/+4
* tree-wide: add FORMAT_BYTES()Zbigniew Jędrzejewski-Szmek2021-07-091-2/+1
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-5/+4
* chattr-util: generalize chattr manipulation for files with secrets from journ...Lennart Poettering2021-07-081-13/+4
* tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-231-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-4/+4
* dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+4
* 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