summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/journal-gatewayd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared/logs-show: introduce journal_browse_prepare()Mike Yuan2024-08-221-2/+2
* journal-gatewayd: use skip_leading_chars where appropriateMike Yuan2024-04-171-8/+5
* journal-gatewayd: add missing assertionsMike Yuan2024-04-171-0/+6
* journal-gatewayd: remove duplicate call to `startswith()`Antonio Alvarez Feijoo2024-04-171-1/+1
* journal-remote: fix two minor memory leaksAntonio Alvarez Feijoo2024-04-111-0/+1
* logs-show: read the current boot ID if nothing specified for add_match_boot_id()Yu Watanabe2024-03-261-9/+1
* journal-gateway: use journal_add_match_pair() and add_match_boot_id()Yu Watanabe2024-03-251-11/+3
* tree-wide: shorten a couple of ternary expressionsFrantisek Sumsal2023-12-251-1/+1
* journal-remote: set upper length bound when parsing incoming headersLuca Boccassi2023-12-091-0/+6
* journal-gatewayd: add since/until parameters for /entriesSamuel BF2023-12-061-40/+136
* tree-wide: check if return value of lseek() and friends is negativeYu Watanabe2023-10-191-2/+2
* journal-gatewayd: handle SIGTERMFrantisek Sumsal2023-06-191-0/+6
* journal-gatewayd: make MHD_OPTION_EXTERNAL_LOGGER the first optionFrantisek Sumsal2023-06-161-2/+2
* tree-wide: convert more system1.Manager calls to BusLocatorDavid Tardon2023-05-241-8/+2
* 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-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