summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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
* process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN loggingLennart Poettering2018-01-041-2/+2
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-22/+6
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* journal-remote: add helper function and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek2017-11-281-9/+8
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* Reverting erroneous changes made of the course of adding a timeout to journal...martingh2017-11-011-8/+2
* journal-remote: set description to timer_event (#7234)Yu Watanabe2017-11-011-1/+1
* Adding timer_event to wakeup as suggested by MHD_get_timeout (#7152)martingh2017-10-261-5/+49
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* journal-remote: show error if SplitMode=host with 'active' source is specifiedYu Watanabe2017-08-301-1/+9
* journal-remote: show error message if output file name does not end with .jou...Yu Watanabe2017-08-271-4/+9
* microhttpd-util: add commentYu Watanabe2017-08-071-1/+6
* journal-remote: remove MHD_USE_PEDANTIC_CHECKS from the default flagsYu Watanabe2017-08-061-1/+0
* journal-remote: use MHD_OPTION_STRICT_FOR_CLIENT if MHD_USE_PEDANTIC_CHECKS i...Yu Watanabe2017-07-281-0/+10
* journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSLYu Watanabe2017-07-281-1/+1
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-2/+2
* Merge pull request #5756 from keszybz/make-cleanupsMartin Pitt2017-04-211-1/+1
|\
| * microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek2017-04-211-1/+1
* | tree-wide: fix wrong indent (#5757)Yu Watanabe2017-04-191-3/+3
|/
* Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek2017-02-141-10/+11
* microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek2017-01-311-2/+2
* journal-remote: make the child pipe non-blockingDan Dedrick2016-10-101-0/+4
* Merge pull request #4123 from keszybz/network-file-dropinsMartin Pitt2016-09-171-1/+1
|\
| * tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-161-1/+1
* | microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek2016-09-131-10/+7
* | journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek2016-09-131-9/+8
|/
* journal-remote: remove unnecessary gnutls includes (#3895)Vito Caputo2016-08-051-4/+0
* Add enable_disable() helperZbigniew Jędrzejewski-Szmek2016-07-311-1/+1