summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-gatewayd.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05tree-wide: introduce strerror_safe()Yu Watanabe1-2/+3
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-0/+2
2019-01-09µhttpd: use a cleanup function to call MHD_destroy_responseZbigniew Jędrzejewski-Szmek1-39/+14
2018-12-08journal-gateway: define main through macroYu Watanabe1-70/+68
2018-12-08journal-gateway: use _cleanup_ attribute to stop microhttpd daemonYu Watanabe1-4/+1
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering1-0/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-26/+20
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-10-11journalctl: port JSON output mode to new JSON APILennart Poettering1-0/+3
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-5/+17
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-31journal: rename output_journal to show_journal_entryZbigniew Jędrzejewski-Szmek1-1/+1
2018-05-24os-util: add helpers for finding /etc/os-releaseLennart Poettering1-4/+3
2018-05-24fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering1-2/+2
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-28journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek1-1/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-27journalctl: add --output-fields= (#7181)Lars Karlitski1-1/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-1/+1
2017-07-28journal-gateway: use MHD_USE_POLL_INTERNAL_THREAD instead of MHD_USE_POLLYu Watanabe1-1/+1
2017-07-28journal-remote,gateway: use MHD_USE_TLS instead of MHD_USE_SSLYu Watanabe1-2/+2
2017-02-01Merge pull request #5166 from keszybz/gcc7Evgeny Vereshchagin1-5/+4
2017-01-31microhttpd-util: silence warnings about deprecated optionsZbigniew Jędrzejewski-Szmek1-5/+4
2017-01-30journal-gatewayd: return -EINVAL if ARG_TRUST and HAVE_GNUTLS (#5181)Yi EungJun1-0/+1
2017-01-29journal-gatewayd: actually recognize -D as a synonym for --directory (#5180)Ivan Shapovalov1-1/+1
2017-01-11journal-gatewayd: align closing braces (#5060)Robert Kreuzer1-1/+1
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-09-24journal-remote: fix error format stringZbigniew Jędrzejewski-Szmek1-2/+2
2016-09-13microhttpd-util: add the trailing newline automaticallyZbigniew Jędrzejewski-Szmek1-19/+18
2016-09-13journal-remote: implement %m support in mhd_respondfZbigniew Jędrzejewski-Szmek1-9/+9
2016-08-09journal-gatewayd: fix typo; s/Certificat/Certificate/ (#3931)Vito Caputo1-1/+1
2016-08-06journal-gatewayd: fix segfault with certain request (#3893)Yi EungJun1-0/+3
2016-08-06journal-gatewayd: add --directory option (#3913)Yi EungJun1-7/+16
2016-08-05journal-remote: remove unnecessary gnutls includes (#3895)Vito Caputo1-3/+0
2016-04-22coredump,basic: generalize O_TMPFILE handling a bitLennart Poettering1-1/+3
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-20journal-gatewayd: fix offsetZbigniew Jędrzejewski-Szmek1-1/+1
2016-01-18journal-remote: update to 64bit µhttp api, provide fallbackZbigniew Jędrzejewski-Szmek1-1/+1
2016-01-18journal-remote: fix warning about deprecated µhttpd macroZbigniew Jędrzejewski-Szmek1-1/+1
2015-12-14journal-gatewayd: timeout journal wait to allow thread cleanupDan Dedrick1-1/+7
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-1/+1
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-6/+7
2015-09-30journal: make sure to set MHD_USE_PIPE_FOR_SHUTDOWN for libmicrohttpd serversLennart Poettering1-1/+16
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-10/+6
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering1-2/+1