summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-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-042-2/+0
* journal-remote: reduce scope of variableZbigniew Jędrzejewski-Szmek2019-10-211-1/+2
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-051-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-301-1/+1
|\
| * Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-1/+1
* | journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-271-1/+1
|/
* fix(journal-gatewayd): use relative urls (not starting with '/')Markus Felten2019-06-181-4/+4
* Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAXAdrian Bunk2019-05-171-2/+2
* Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering2019-04-301-1/+1
|\
| * tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-1/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
|/
* tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering2019-04-101-25/+31
* journal-remote: use source's boot-idChris Morin2019-04-023-3/+9
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* journal-remote: do not request Content-Length if Transfer-Encoding is chunkedYu Watanabe2019-03-111-14/+27
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-152-2/+2
* journal-remote: set a limit on the number of fields in a messageZbigniew Jędrzejewski-Szmek2019-01-092-2/+8
* journal-remote: verify entry length from headerZbigniew Jędrzejewski-Szmek2019-01-091-10/+24
* µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek2019-01-093-47/+18
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-1/+2
* Remove use of PACKAGE_STRINGZbigniew Jędrzejewski-Szmek2018-12-191-1/+1
* journal-remote: define main through macroYu Watanabe2018-12-081-38/+45
* journal-remote: destroy RemoteServer object by using _cleanup_ attributeYu Watanabe2018-12-083-6/+3
* journal-upload: define main through macroYu Watanabe2018-12-081-29/+24
* journal-upload: use _cleanup_ attribute to clear uploaderYu Watanabe2018-12-081-3/+1
* journal-gateway: define main through macroYu Watanabe2018-12-081-70/+68
* journal-gateway: use _cleanup_ attribute to stop microhttpd daemonYu Watanabe2018-12-082-4/+3
* Merge pull request #10935 from poettering/rlimit-nofile-safeZbigniew Jędrzejewski-Szmek2018-12-061-0/+2
|\
| * tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocationsLennart Poettering2018-12-011-0/+2
* | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-022-0/+2
|/