summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote.c
Commit message (Expand)AuthorAgeFilesLines
* journal-remote: make writer_new() return negative errno on failureYu Watanabe2023-03-281-5/+4
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-2/+2
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-11/+14
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-021-2/+2
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-8/+8
* journal-remote: more handling of sd_event_source_set_enabled failuresLuca Boccassi2021-11-131-4/+14
* tree-wide: don't ignore return code from sd_event_source_set_enabled()Luca Boccassi2021-11-121-2/+2
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-3/+3
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-5/+4
* tree-wide: use af_to_ipv4_ipv6() + af_from_ipv4_ipv6() helpers at various placesLennart Poettering2021-05-111-1/+2
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-1/+1
* tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering2019-04-101-25/+31
* journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2019-01-091-0/+3
* journal-remote: destroy RemoteServer object by using _cleanup_ attributeYu Watanabe2018-12-081-2/+1
* Also drop a few more unnecessary uses of synthethic errnoZbigniew Jędrzejewski-Szmek2018-11-221-1/+1
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fuzz-journal-remote: allow fuzzer to be built without µhttpdZbigniew Jędrzejewski-Szmek2018-05-311-0/+4
* journal-remote: export handle_raw_source()Zbigniew Jędrzejewski-Szmek2018-05-311-7/+8
* journal-remote: split out µhttpd support and main() into a separate fileZbigniew Jędrzejewski-Szmek2018-05-311-1152/+54
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-3/+2
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+2
* journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-201-2/+2
* tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering2018-03-021-7/+4
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-22/+6
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* journal-remote: add helper function and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek2017-11-281-9/+8
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* Reverting erroneous changes made of the course of adding a timeout to journal...martingh2017-11-011-8/+2
* journal-remote: set description to timer_event (#7234)Yu Watanabe2017-11-011-1/+1
* Adding timer_event to wakeup as suggested by MHD_get_timeout (#7152)martingh2017-10-261-5/+49
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* journal-remote: show error if SplitMode=host with 'active' source is specifiedYu Watanabe2017-08-301-1/+9
* journal-remote: show error message if output file name does not end with .jou...Yu Watanabe2017-08-271-4/+9
* microhttpd-util: add commentYu Watanabe2017-08-071-1/+6