summaryrefslogtreecommitdiffstats
path: root/src/journal-remote (follow)
Commit message (Expand)AuthorAgeFilesLines
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-1/+1
* tree-wide: check if return value of lseek() and friends is negativeYu Watanabe2023-10-191-2/+2
* fuzz: unify logging setupFrantisek Sumsal2023-10-191-2/+1
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* Merge pull request #29242 from fbuihuu/update-main-config-file-headersZbigniew Jędrzejewski-Szmek2023-10-172-6/+10
|\
| * config files: update their header to reflect that they can be installed in /usrFranck Bui2023-09-212-6/+10
* | tree-wide: add missing sigbus handlingYu Watanabe2023-10-071-0/+3
* | journal-remote: drop dependencies to journaldYu Watanabe2023-10-023-6/+1
* | journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...Yu Watanabe2023-10-023-2/+3
* | journald: drop ManagedJournalFileYu Watanabe2023-10-023-14/+14
* | journald: split-out closing journal files from managed_journal_file_open()Yu Watanabe2023-10-021-1/+0
* | meson: do not explicitly specify ownership of /var/log/journal/Zbigniew Jędrzejewski-Szmek2023-09-211-1/+1
|/
* config files: more recommendations of `systemd-analyze cat-config`Franck Bui2023-09-192-0/+4
* iovec-util: add iovw_isempty() helperLennart Poettering2023-08-111-2/+1
* meson: use install_emptydir() and drop meson-make-symlink.shYu Watanabe2023-08-081-5/+2
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-13/+8
* meson: move declarations of journal-remote and friendsYu Watanabe2023-08-011-0/+46
* journal-upload: add missing assertionYu Watanabe2023-07-051-0/+2
* journal-upload: replace deprecated sd_journal_open_container()Yu Watanabe2023-07-051-7/+4
* journal-upload: make --namespace=* workYu Watanabe2023-07-051-5/+3
* journal-remote: upload journals from namespaceIgor Tsiglyar2023-07-041-1/+26
* journal-remote: fix syntax in error messageZbigniew Jędrzejewski-Szmek2023-06-231-1/+1
* journal-remote: fix typo in an error messageFrantisek Sumsal2023-06-211-1/+1
* journal-upload: capitalize all error messagesFrantisek Sumsal2023-06-191-10/+10
* journal-remote: capitalize all error messagesFrantisek Sumsal2023-06-191-13/+13
* journal-remote: sync TrustedCertificateFile= parsing with journal-uploadFrantisek Sumsal2023-06-193-49/+13
* journal-remote: make MHD_OPTION_EXTERNAL_LOGGER the first optionFrantisek Sumsal2023-06-191-1/+1
* journal-remote: minor cleanupsFrantisek Sumsal2023-06-191-6/+23
* journal-remote: simplify error handling a bitFrantisek Sumsal2023-06-193-55/+37
* journal-gatewayd: handle SIGTERMFrantisek Sumsal2023-06-191-0/+6
* journal-gatewayd: make MHD_OPTION_EXTERNAL_LOGGER the first optionFrantisek Sumsal2023-06-161-2/+2
* tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-143-9/+9
* journal-remote: use structured initializationFrantisek Sumsal2023-05-301-5/+6
* journal-remote: bump the refcount right after creating the writer objectFrantisek Sumsal2023-05-261-1/+1
* Merge pull request #27774 from dtardon/free-cleanupYu Watanabe2023-05-241-2/+1
|\
| * journal-upload: use mfree()David Tardon2023-05-241-2/+1
* | tree-wide: convert more system1.Manager calls to BusLocatorDavid Tardon2023-05-241-8/+2
|/
* 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-271-2/+5
* | journal-remote: add missing log message for failure in journal_remote_get_wri...Yu Watanabe2023-03-271-1/+1
* | journal-remote: make writer_new() return negative errno on failureYu Watanabe2023-03-273-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-132-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