summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-gatewayd.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1
* tree-wide: unify how we pick OS pretty name to displayLennart Poettering2023-01-241-3/+6
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: define and use STRERROR_OR_EOF()Zbigniew Jędrzejewski-Szmek2022-10-111-2/+2
* shared/logs-show: add new --output= format "short-delta"Daniel Braunwarth2022-09-231-1/+3
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-13/+6
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* Wider range of options for selecting entries for systemd-journal-gatewaydSamuel BF2021-05-101-2/+39
* 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-02-011-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-051-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