summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Handle EADDRNOTAVAIL as journal corruptionDaan De Meyer2023-05-021-1/+1
* Merge pull request #26877 from yuwata/fuzz-journal-remoteLuca Boccassi2023-04-271-9/+14
|\
| * fuzz-journal-remote: fix potential fd-leakYu Watanabe2023-03-181-8/+6
| * fuzz-journal-remote: remove temporary files on exitYu Watanabe2023-03-181-1/+8
* | journal-remote: make specified output file absoluteYu Watanabe2023-03-281-2/+5
* | journal-remote: add missing log message for failure in journal_remote_get_wri...Yu Watanabe2023-03-281-1/+1
* | journal-remote: make writer_new() return negative errno on failureYu Watanabe2023-03-283-15/+16
* | tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-182-2/+2
|/
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-142-16/+6
* meson: Introduce userspace depJan Janssen2023-03-101-3/+4
* tree-wide: use unlink_and_freep() moreoverLennart Poettering2023-02-231-4/+3
* Merge pull request #26203 from medhefgo/mesonYu Watanabe2023-02-221-5/+8
|\
| * meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-5/+8
* | tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDSYu Watanabe2023-02-211-9/+4
|/
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-6/+19
* tree-wide: set FORK_RLIMIT_NOFILE_SAFE flagYu Watanabe2023-02-071-3/+1
* meson: Do not include headers in source listsJan Janssen2023-01-241-7/+1
* tree-wide: unify how we pick OS pretty name to displayLennart Poettering2023-01-241-3/+6
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-193-5/+5
* journal-remote: fix memory leak on initialization errorLuca Boccassi2022-12-181-3/+3
* journal-remote: fix initialization of vacuum metricsLuca Boccassi2022-12-181-1/+1
* vacuum journal remote (#25076)berenddeschouwer2022-12-175-6/+53
* journal-remote: code is of type enum MHD_RequestTerminationCodeCristian Rodríguez2022-11-121-2/+2
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-083-3/+3
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-082-2/+0
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-083-2/+3
* tree-wide: define and use STRERROR_OR_EOF()Zbigniew Jędrzejewski-Szmek2022-10-111-2/+2
* shared/logs-show: add new --output= format "short-delta"Daniel Braunwarth2022-09-231-1/+3
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-134-33/+14
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* shared/microhttp-util: silence gcc warningZbigniew Jędrzejewski-Szmek2022-06-051-1/+1
* fuzzers: ignore size limits when compiled standaloneZbigniew Jędrzejewski-Szmek2022-05-121-1/+1
* fuzzers: add input size limits, always configure limits in two waysYu Watanabe2022-05-121-1/+1
* fuzz-journal-remote: allow -ENODATA tooZbigniew Jędrzejewski-Szmek2022-05-081-1/+1
* Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-071-2/+1
* meson: also allow setting GIT_VERSION via templatesZbigniew Jędrzejewski-Szmek2022-04-051-1/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-015-6/+6
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-258-31/+35
* journal-remote: constify a few parametersLennart Poettering2022-03-252-6/+6
* journal-remote: refuse to specify --trust option when gnutls is disabledYu Watanabe2022-03-242-6/+9
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-192-4/+2
* conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-101-5/+5
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-4/+8
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-21/+16
* tree-wide: use config_parse_safe_string() at various placesLennart Poettering2022-02-091-1/+1
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-023-7/+7
* tests: make fuzz-journal-remote less flakyEvgeny Vereshchagin2022-01-211-2/+1
* meson: Use files() for fuzzersJan Janssen2022-01-111-1/+1
* journal-remote: use MHD_HTTP_CONTENT_TOO_LARGE as MHD_HTTP_PAYLOAD_TOO_LARGE ...Yu Watanabe2021-12-202-4/+8
* meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+1