summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/journal-gatewayd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* journal-gatewayd: use automatic cleanupDavid Tardon2021-03-181-4/+3
* journal-remote: check return value from MHD_add_response_headerZbigniew Jędrzejewski-Szmek2021-03-071-6/+16
* basic/os-util: make the sentinel implicitZbigniew Jędrzejewski-Szmek2021-02-221-1/+1
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-011-3/+11
* 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-011-1/+5
* journal-remote: erase secret PEM key from memory after useLennart Poettering2020-12-011-1/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-031-3/+3
* Removing unused n_fields in journal-gatewaydSamuel BF2020-09-281-10/+0
* tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various placesLennart Poettering2020-07-211-3/+3
* Fix build with µhttpd 0.9.71Zbigniew Jędrzejewski-Szmek2020-07-011-2/+2
* *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+3
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-041-2/+3
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek2019-01-091-39/+14
* journal-gateway: define main through macroYu Watanabe2018-12-081-70/+68
* journal-gateway: use _cleanup_ attribute to stop microhttpd daemonYu Watanabe2018-12-081-4/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-26/+20
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* journalctl: port JSON output mode to new JSON APILennart Poettering2018-10-111-0/+3
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-5/+17
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek2018-05-311-1/+1
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-4/+3
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-2/+2
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek2018-01-281-1/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* journalctl: add --output-fields= (#7181)Lars Karlitski2017-10-271-1/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* journal-gateway: use MHD_USE_POLL_INTERNAL_THREAD instead of MHD_USE_POLLYu Watanabe2017-07-281-1/+1
* journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSLYu Watanabe2017-07-281-2/+2
* Merge pull request #5166 from keszybz/gcc7Evgeny Vereshchagin2017-02-011-5/+4
|\
| * microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek2017-01-311-5/+4
* | journal-gatewayd: return -EINVAL if ARG_TRUST and HAVE_GNUTLS (#5181)Yi EungJun2017-01-301-0/+1
* | journal-gatewayd: actually recognize -D as a synonym for --directory (#5180)Ivan Shapovalov2017-01-291-1/+1
|/
* journal-gatewayd: align closing braces (#5060)Robert Kreuzer2017-01-111-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* journal-remote: fix error format stringZbigniew Jędrzejewski-Szmek2016-09-251-2/+2
* microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek2016-09-141-19/+18
* journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek2016-09-141-9/+9
* journal-gatewayd: fix typo; s/Certificat/Certificate/ (#3931)Vito Caputo2016-08-091-1/+1