summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-gatewayd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-2/+2
* microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek2016-09-131-19/+18
* journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek2016-09-131-9/+9
* journal-gatewayd: fix typo; s/Certificat/Certificate/ (#3931)Vito Caputo2016-08-091-1/+1
* journal-gatewayd: fix segfault with certain request (#3893)Yi EungJun2016-08-061-0/+3
* journal-gatewayd: add --directory option (#3913)Yi EungJun2016-08-061-7/+16
* journal-remote: remove unnecessary gnutls includes (#3895)Vito Caputo2016-08-051-3/+0
* coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering2016-04-221-1/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal-gatewayd: fix offsetZbigniew Jędrzejewski-Szmek2016-01-201-1/+1
* journal-remote: update to 64bit µhttp api, provide fallbackZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* journal-remote: fix warning about deprecated µhttpd macroZbigniew Jędrzejewski-Szmek2016-01-181-1/+1
* journal-gatewayd: timeout journal wait to allow thread cleanupDan Dedrick2015-12-141-1/+7
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-6/+7
* journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd serversLennart Poettering2015-09-301-1/+16
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-10/+6
* util: introduce safe_fclose() and port everything over to itLennart Poettering2015-09-091-2/+1
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring2015-08-171-2/+1