summaryrefslogtreecommitdiffstats
path: root/src/journal/journalctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* journalctl: Make journalctl --user-unit= match on _SYSTEMD_USER_SLICEArian van Putten2019-08-221-1/+2
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-3/+3
* Merge pull request #13011 from keszybz/auto-eraseLennart Poettering2019-07-111-1/+1
|\
| * Remove string_eraseZbigniew Jędrzejewski-Szmek2019-07-101-1/+1
* | tree-wide: introduce strerror_safe()Yu Watanabe2019-07-041-1/+1
|/
* Merge pull request #12837 from yuwata/tree-wide-lgtm-fixesLennart Poettering2019-06-201-2/+4
|\
| * tree-wide: drop alloca() in loopYu Watanabe2019-06-191-2/+4
* | util: introduce format_bytes_full()Yu Watanabe2019-06-191-0/+1
|/
* journalctl: make 'journalctl --flush' or friends not fail with varlink timeoutYu Watanabe2019-06-041-0/+1
* journalctl: mention --smart-relinquish-var in log messageYu Watanabe2019-06-041-1/+1
* journalctl: fix error cause in log messageYu Watanabe2019-06-041-1/+4
* journalctl: return a non-zero EC when --grep returns no matchesFrantisek Sumsal2019-05-161-1/+9
* journalctl: improve error messagesZbigniew Jędrzejewski-Szmek2019-05-101-2/+4
* journalctl: add new --relinquish and --smart-relinquish optionsLennart Poettering2019-05-091-59/+104
* journalctl: port --flush/--sync/--rotate to use varlink method callsLennart Poettering2019-05-091-136/+16
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-081-0/+1
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-2/+2
|/
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* journalctl: voidify mkdir_p() call and unify two similar code pathsZbigniew Jędrzejewski-Szmek2019-03-271-22/+21
* journalctl: support `-b all` to negate effect of -bdana2019-03-191-15/+23
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-0/+1
* journalctl: New option --cursor-fileJörg Sommer2019-02-271-11/+54
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-22/+18
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-8/+7
* journalctl: do not treat EINTR as an error when waiting for eventsZbigniew Jędrzejewski-Szmek2018-11-111-1/+6
* journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exitLennart Poettering2018-10-261-17/+48
* journalctl: fix error number in error messageLennart Poettering2018-10-251-1/+1
* journalctl: add ability to vacuum and rotate in one stepLennart Poettering2018-10-251-4/+14
* tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-161-5/+5
* journalctl: port JSON output mode to new JSON APILennart Poettering2018-10-111-2/+3
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-081-1/+1
* Merge pull request #10255 from poettering/hide-new-id128Zbigniew Jędrzejewski-Szmek2018-10-021-2/+1
|\
| * journalctl: drop --new-id128 from help and man textsLennart Poettering2018-10-021-2/+1
* | systemd-id128: a new tool to print machine/boot/invocation/app-specific idsZbigniew Jędrzejewski-Szmek2018-10-021-1/+1
* | journalctl: move generate_new_id128() to sharedZbigniew Jędrzejewski-Szmek2018-10-021-30/+2
|/
* journal: replace udev_device by sd_deviceYu Watanabe2018-08-221-26/+20
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+14
* journal: do not hide options in help messageYu Watanabe2018-08-081-5/+1
* journalctl: handle inotify exhaustion nicerKevin Kuehler2018-06-211-3/+5
* 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
* udev: fix usage of udev_device_new_from_stat_rdev() in journalctlFilipe Brandenburger2018-06-081-0/+1
* udev: add helper udev_device_new_from_stat_rdev()Lennart Poettering2018-06-071-7/+6