summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
Commit message (Expand)AuthorAgeFilesLines
* dissect-image: port mount_image_privately_interactively() to use /run/systemd...Lennart Poettering2023-05-161-3/+3
* tree-wide: convert more cases do DEVNUM_FORMAT_STR()/DEVNUM_FORMAT_VAL()Lennart Poettering2023-04-211-2/+3
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-13/+8
* tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-2/+18
* journalctl: fix when --grep is used with --followMike Yuan2023-03-271-2/+4
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* journalctl: fix when --since, --until and --lines are used altogetherMike Yuan2023-03-091-1/+6
* journalctl: fix output when --since is used with --linesMike Yuan2023-03-051-11/+31
* journalctl: fix output when --until is used with --linesMike Yuan2023-03-051-3/+12
* journalctl: fix output when --lines is used with --grepMike Yuan2023-02-191-0/+5
* dissect-image: Return mount point fd if requestedDaan De Meyer2023-02-171-0/+1
* journalctl: fix fd leakYu Watanabe2023-02-171-5/+4
* journalctl: use DEFINE_MAIN_FUNCTION() macroYu Watanabe2023-02-171-170/+110
* journalctl: actually run the static destructorsFrantisek Sumsal2023-02-151-0/+1
* journalctl: don't convert between strv/Set for each log lineLennart Poettering2023-01-201-9/+6
* journalctl: port COMM= matching to path_extract_filename()Lennart Poettering2022-12-231-4/+5
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* 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