summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* journal-upload: use static initializationLennart Poettering2018-11-261-2/+3
* journal-remote: shorten code a bit by using strcspn()Lennart Poettering2018-11-261-8/+3
* tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2018-11-262-5/+6
* Also drop a few more unnecessary uses of synthethic errnoZbigniew Jędrzejewski-Szmek2018-11-222-3/+2
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-225-214/+166
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-203-3/+3
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-4/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* journal-remote: log about inability to install signalsLennart Poettering2018-11-121-1/+3
* journal-remote: bugfix to re-enable ssl key check (#10707)Markus Grimm2018-11-121-1/+3
* tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-162-0/+8
* journal-upload: check for overflowLennart Poettering2018-10-131-11/+11
* journalctl: port JSON output mode to new JSON APILennart Poettering2018-10-111-0/+3
* journal-upload: add asserts that snprintf does not return an errorZbigniew Jędrzejewski-Szmek2018-10-021-4/+8
* journal-upload: fix off-by-one in assert()Zbigniew Jędrzejewski-Szmek2018-09-251-1/+1
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-272-16/+2