summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* 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
* journalctl: port --flush/--sync/--rotate to use varlink method callsLennart Poettering2019-05-092-138/+72
* journald: also offer flush/rotate/sync as varlink method callsLennart Poettering2019-05-092-11/+117
* Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2019-05-082-0/+2
|\
| * Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-082-0/+2
* | codespell: fix spelling errorsBen Boeckel2019-04-295-6/+6
|/
* journald: modernize config_parse_compress() a bitLennart Poettering2019-04-121-20/+28
* journald: rebreak a few commentsLennart Poettering2019-04-121-28/+18
* journald: no need to check ptr for non-NULL before _unref(), as function does...Lennart Poettering2019-04-121-2/+1
* journald: use structure initializationLennart Poettering2019-04-121-22/+30
* Merge pull request #12217 from keszybz/unlocked-operationsLennart Poettering2019-04-121-4/+2
|\
| * Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-4/+2
* | scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek2019-04-121-4/+4
|/
* tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering2019-04-101-1/+2
* test-journal: move tests to /var/tmp/ and set FS_NOCOW_FLv242-rc3Lennart Poettering2019-04-046-18/+42
* journal: LGTM doesn't recognize suppressions in /* */Frantisek Sumsal2019-04-021-1/+1
* journal-remote: use source's boot-idChris Morin2019-04-021-1/+3
* headers: add missing includesZbigniew Jędrzejewski-Szmek2019-03-283-0/+4
* 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
* Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek2019-03-271-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-2711-3/+15
* journal-file: handle SIGBUS on offlining threadChris Morin2019-03-201-0/+3
* journalctl: support `-b all` to negate effect of -bdana2019-03-191-15/+23