summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/journal-remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal-remote: Use "event" instead of "events"Daan De Meyer2024-04-111-6/+6
* journal-remote: Use sd_event_set_signal_exit()Daan De Meyer2024-04-111-2/+0
* journal-remote: allow AF_VSOCK and AF_UNIX for --listen-rawSam Leonard2024-02-151-1/+3
* journal-file-util: drop unused template argument for journal_file_open_reliab...Yu Watanabe2024-02-151-1/+0
* socket-util: modernize socknameinfo_pretty() a bitLennart Poettering2024-01-091-1/+1
* journal-remote: drop dependencies to journaldYu Watanabe2023-10-021-1/+0
* journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...Yu Watanabe2023-10-021-1/+1
* journald: drop ManagedJournalFileYu Watanabe2023-10-021-2/+2
* journald: split-out closing journal files from managed_journal_file_open()Yu Watanabe2023-10-021-1/+0
* journal-remote: sync TrustedCertificateFile= parsing with journal-uploadFrantisek Sumsal2023-06-191-0/+1
* journal-remote: minor cleanupsFrantisek Sumsal2023-06-191-6/+23
* journal-remote: simplify error handling a bitFrantisek Sumsal2023-06-191-9/+14
* tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-141-1/+1
* journal-remote: make writer_new() return negative errno on failureYu Watanabe2023-03-271-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-041-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-031-1/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-031-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-031-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