summaryrefslogtreecommitdiffstats
path: root/src/journal-remote (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek2021-02-161-2/+2
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-4/+2
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* Add comma in structured initialization in a few placesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* fuzz-journal-remote: do not assert on resource conditionsZbigniew Jędrzejewski-Szmek2021-02-091-21/+34
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-01-312-2/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-313-12/+9
* tree-wide: add spdx header on source filesZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+2
* meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-181-0/+8
* meson: slightly disentangle code dependenciesYu Watanabe2021-01-181-1/+1
* fuzzers: move several fuzzersYu Watanabe2021-01-182-0/+80
* meson: fix indentationYu Watanabe2021-01-181-4/+3
* journal-remote: use hashmap_ensure_putSusant Sahani2021-01-171-4/+2
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-012-6/+22
* journal-remote: suffix cmdline option that expects arg with =Lennart Poettering2020-12-011-1/+1
* journal-remote: use READ_FULL_FILE_SECURE|READ_FULL_FILE_WARN_WORLD_READABLE ...Lennart Poettering2020-12-012-2/+10
* journal-remote: erase secret PEM key from memory after useLennart Poettering2020-12-012-2/+5
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-4/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0914-14/+14
* fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-032-6/+6
* tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-291-0/+2
* Removing unused n_fields in journal-gatewaydSamuel BF2020-09-281-10/+0
* Rename strv_split_extract() to strv_split_full()Zbigniew Jędrzejewski-Szmek2020-09-091-1/+1
* tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various placesLennart Poettering2020-07-212-6/+6
* various daemons: emit Stopping... notification before destructing the manager...Zbigniew Jędrzejewski-Szmek2020-07-022-2/+2
* Fix build with µhttpd 0.9.71Zbigniew Jędrzejewski-Szmek2020-07-013-3/+9
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-242-2/+2
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-022-9/+18
* tree-wide: use DISABLE_WARNING_FORMAT_NONLITERAL where appropriateLennart Poettering2020-05-251-3/+2
* journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* journal: fix dropping first record during upload to remote journalVladyslav Tronko2020-05-191-1/+1
* Support journal-upload HTTPS without key and certificateCiprian Hacman2020-04-161-6/+47
* Merge pull request #15290 from keszybz/unrelated-fixesAnita Zhang2020-04-041-1/+1
|\
| * journal-remote: fix description of optionZbigniew Jędrzejewski-Szmek2020-03-311-1/+1
* | *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+3
|/
* journal: properly mark two definitions that are deprecated with GCC attribute...Lennart Poettering2020-01-311-2/+6
* util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-111-0/+1
* tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering2019-12-101-1/+1
* tree-wide: normalize includes of public headersZbigniew Jędrzejewski-Szmek2019-11-281-0/+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-032-2/+0
* journal-remote: reduce scope of variableZbigniew Jędrzejewski-Szmek2019-10-211-1/+2
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-041-2/+3
* meson: create /var/log/journal/{,remote/} conditionallyZbigniew Jędrzejewski-Szmek2019-07-041-5/+7
* Merge pull request #12903 from keszybz/condition-quotingYu Watanabe2019-06-291-1/+1
|\
| * Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-1/+1