summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* journalctl: allow running vacuum on remote journals, tooJan Kundrát2019-11-041-3/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop gcrypt.h when gcrypt-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop locale.h when locale-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop alloca.h when alloc-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-044-4/+0
* tree-wide: drop missing.hYu Watanabe2019-10-313-3/+2
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* journal: Consistently capitalize printed header entriesThibault Nélis2019-10-221-19/+19
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-207-44/+44
* journal: Make the output of --update-catalog deterministicDaniel Edgecumbe2019-09-063-28/+28
* journalctl: Make journalctl --user-unit= match on _SYSTEMD_USER_SLICEArian van Putten2019-08-221-1/+2
* test-journal-flush: provide at least *some* logsZbigniew Jędrzejewski-Szmek2019-08-201-2/+5
* journald: lower keep_free to 5% and raise min_use to 2%Zbigniew Jędrzejewski-Szmek2019-07-261-49/+38
* journal: emit debug log about settings only once (or when changed)Zbigniew Jędrzejewski-Szmek2019-07-191-4/+17
* journal: properly read unaligned le64 integersLennart Poettering2019-07-161-3/+4
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* tree-wide: get rid of strappend()Lennart Poettering2019-07-125-13/+14
* Merge pull request #13011 from keszybz/auto-eraseLennart Poettering2019-07-111-1/+1
|\
| * Remove string_eraseZbigniew Jędrzejewski-Szmek2019-07-101-1/+1
* | Merge pull request #12926 from keszybz/urlify-logsLennart Poettering2019-07-111-1/+1
|\ \
| * | tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-041-1/+1
| |/
* | tree-wide: introduce strerror_safe()Yu Watanabe2019-07-052-2/+2
* | meson: create /var/log/journal/{,remote/} conditionallyZbigniew Jędrzejewski-Szmek2019-07-041-12/+14
|/
* tree-wide: replace strjoina() with prefix_roota()Yu Watanabe2019-06-251-2/+2
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-222-6/+3
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-212-6/+3
* | Merge pull request #12837 from yuwata/tree-wide-lgtm-fixesLennart Poettering2019-06-202-4/+9
|\ \
| * | tree-wide: drop alloca() in loopYu Watanabe2019-06-202-4/+9
| |/
* | util: introduce format_bytes_full()Yu Watanabe2019-06-193-2/+3
|/
* journald: use memdup_suffix0() when copying string from potentially binary dataLennart Poettering2019-06-181-2/+2
* journal: also disable memory tricks when hashing under msanZbigniew Jędrzejewski-Szmek2019-06-121-3/+3
* 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
* sd-journal: voidify callZbigniew Jędrzejewski-Szmek2019-05-301-1/+1
* journal: use cleanup attribute at one more placeYu Watanabe2019-05-282-5/+4
* journal: do not trigger assertion when journal_file_close() get NULLYu Watanabe2019-05-282-6/+4
* Merge pull request #12590 from keszybz/unicode-cmdlinesLennart Poettering2019-05-241-7/+4
|\
| * basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
| * Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
| * Introduce sc_arg_max() helperZbigniew Jędrzejewski-Szmek2019-05-211-6/+3
* | journald: output a proper error message when the journal is used on fs that d...Lennart Poettering2019-05-222-0/+11
|/
* Merge pull request #12535 from poettering/color-greyZbigniew Jędrzejewski-Szmek2019-05-161-1/+1
|\
| * journalctl: don't output ANSI sequences if disabledLennart Poettering2019-05-101-1/+1
* | 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
* Use sd_event_source_disable_unref()Zbigniew Jędrzejewski-Szmek2019-05-101-2/+1
* journalctl: add new --relinquish and --smart-relinquish optionsLennart Poettering2019-05-091-59/+104
* journald: add API to move logging from /var to /run againLennart Poettering2019-05-091-19/+57