summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2019-06-18journald: use memdup_suffix0() when copying string from potentially binary dataLennart Poettering1-2/+2
2019-06-12journal: also disable memory tricks when hashing under msanZbigniew Jędrzejewski-Szmek1-3/+3
2019-06-04journalctl: make 'journalctl --flush' or friends not fail with varlink timeoutYu Watanabe1-0/+1
2019-06-04journalctl: mention --smart-relinquish-var in log messageYu Watanabe1-1/+1
2019-06-04journalctl: fix error cause in log messageYu Watanabe1-1/+4
2019-05-30sd-journal: voidify callZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-28journal: use cleanup attribute at one more placeYu Watanabe2-5/+4
2019-05-28journal: do not trigger assertion when journal_file_close() get NULLYu Watanabe2-6/+4
2019-05-24Merge pull request #12590 from keszybz/unicode-cmdlinesLennart Poettering1-7/+4
2019-05-22journald: output a proper error message when the journal is used on fs that d...Lennart Poettering2-0/+11
2019-05-22basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-22Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-21Introduce sc_arg_max() helperZbigniew Jędrzejewski-Szmek1-6/+3
2019-05-16Merge pull request #12535 from poettering/color-greyZbigniew Jędrzejewski-Szmek1-1/+1
2019-05-16journalctl: return a non-zero EC when --grep returns no matchesFrantisek Sumsal1-1/+9
2019-05-10journalctl: don't output ANSI sequences if disabledLennart Poettering1-1/+1
2019-05-10journalctl: improve error messagesZbigniew Jędrzejewski-Szmek1-2/+4
2019-05-10Use sd_event_source_disable_unref()Zbigniew Jędrzejewski-Szmek1-2/+1
2019-05-09journalctl: add new --relinquish and --smart-relinquish optionsLennart Poettering1-59/+104
2019-05-09journald: add API to move logging from /var to /run againLennart Poettering1-19/+57
2019-05-09journalctl: port --flush/--sync/--rotate to use varlink method callsLennart Poettering2-138/+72
2019-05-09journald: also offer flush/rotate/sync as varlink method callsLennart Poettering2-11/+117
2019-05-08Merge pull request #12411 from keszybz/pr/12394Lennart Poettering2-0/+2
2019-05-08Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2-0/+2
2019-04-29codespell: fix spelling errorsBen Boeckel5-6/+6
2019-04-12journald: modernize config_parse_compress() a bitLennart Poettering1-20/+28
2019-04-12journald: rebreak a few commentsLennart Poettering1-28/+18
2019-04-12journald: no need to check ptr for non-NULL before _unref(), as function does...Lennart Poettering1-2/+1
2019-04-12journald: use structure initializationLennart Poettering1-22/+30
2019-04-12Merge pull request #12217 from keszybz/unlocked-operationsLennart Poettering1-4/+2
2019-04-12Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek1-4/+2
2019-04-12scripts: use 4 space indentationZbigniew Jędrzejewski-Szmek1-4/+4
2019-04-10tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering1-1/+2
2019-04-04test-journal: move tests to /var/tmp/ and set FS_NOCOW_FLLennart Poettering6-18/+42
2019-04-02journal: LGTM doesn't recognize suppressions in /* */Frantisek Sumsal1-1/+1
2019-04-02journal-remote: use source's boot-idChris Morin1-1/+3
2019-03-28headers: add missing includesZbigniew Jędrzejewski-Szmek3-0/+4
2019-03-27tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering1-1/+1
2019-03-27journalctl: voidify mkdir_p() call and unify two similar code pathsZbigniew Jędrzejewski-Szmek1-22/+21
2019-03-27Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek11-3/+15
2019-03-20journal-file: handle SIGBUS on offlining threadChris Morin1-0/+3
2019-03-19journalctl: support `-b all` to negate effect of -bdana1-15/+23
2019-03-14util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering3-1/+3
2019-03-14util: split out errno related stuffLennart Poettering2-1/+2
2019-03-13util: split out sorting related calls to new sort-util.[ch]Lennart Poettering3-1/+3
2019-03-13util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering9-3/+9
2019-03-07catalog: _cleanup_close_ is your friendLennart Poettering1-13/+6
2019-03-07catalog: (void)ify all thingsLennart Poettering1-1/+1
2019-03-07catalog: use structured initialization moreLennart Poettering1-7/+8