summaryrefslogtreecommitdiffstats
path: root/src/journal-remote/journal-remote-main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: add missing sigbus handlingYu Watanabe2023-10-071-0/+3
* journal-remote: fix syntax in error messageZbigniew Jędrzejewski-Szmek2023-06-231-1/+1
* journal-remote: fix typo in an error messageFrantisek Sumsal2023-06-211-1/+1
* journal-remote: capitalize all error messagesFrantisek Sumsal2023-06-191-13/+13
* journal-remote: sync TrustedCertificateFile= parsing with journal-uploadFrantisek Sumsal2023-06-191-10/+12
* journal-remote: make MHD_OPTION_EXTERNAL_LOGGER the first optionFrantisek Sumsal2023-06-191-1/+1
* journal-remote: simplify error handling a bitFrantisek Sumsal2023-06-191-46/+20
* tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-141-3/+3
* journal-remote: make specified output file absoluteYu Watanabe2023-03-271-2/+5
* journal-remote: add missing log message for failure in journal_remote_get_wri...Yu Watanabe2023-03-271-1/+1
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-131-8/+3
* tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDSYu Watanabe2023-02-201-9/+4
* tree-wide: set FORK_RLIMIT_NOFILE_SAFE flagYu Watanabe2023-02-071-3/+1
* journal-remote: fix initialization of vacuum metricsLuca Boccassi2022-12-181-1/+1
* vacuum journal remote (#25076)berenddeschouwer2022-12-171-5/+20
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-4/+7
* journal-remote: refuse to specify --trust option when gnutls is disabledYu Watanabe2022-03-241-5/+8
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* journal-remote: use MHD_HTTP_CONTENT_TOO_LARGE as MHD_HTTP_PAYLOAD_TOO_LARGE ...Yu Watanabe2021-12-201-1/+1
* tree-wide: always use TAKE_FD() when calling rearrange_stdio()Lennart Poettering2021-11-041-2/+2
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-2/+2
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-1/+1
* journal-remote: inline one more iterator variable declarationZbigniew Jędrzejewski-Szmek2021-02-171-4/+2
* journal-remote: convert to parse_boolean_argument() and fix type confusionZbigniew Jędrzejewski-Szmek2021-02-171-21/+9
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-4/+2
* log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-01-311-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* journal-remote: use hashmap_ensure_putSusant Sahani2021-01-171-4/+2
* fileio: teach read_full_file_full() to read from offset/with maximum sizeLennart Poettering2020-12-011-3/+11
* 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/+3
* 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
* Rename strv_split_extract() to strv_split_full()Zbigniew Jędrzejewski-Szmek2020-09-091-1/+1
* tree-wide: use READ_FULL_FILE_CONNECT_SOCKET at various placesLennart Poettering2020-07-211-3/+3
* various daemons: emit Stopping... notification before destructing the manager...Zbigniew Jędrzejewski-Szmek2020-07-021-1/+1
* Fix build with µhttpd 0.9.71Zbigniew Jędrzejewski-Szmek2020-07-011-1/+1
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-1/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-4/+8
* journal-remote: fix description of optionZbigniew Jędrzejewski-Szmek2020-03-311-1/+1
* util-lib: move things that parse ifnames to shared/Zbigniew Jędrzejewski-Szmek2020-01-111-0/+1
* journal-remote: reduce scope of variableZbigniew Jędrzejewski-Szmek2019-10-211-1/+2
* Rename EXTRACT_QUOTES to EXTRACT_UNQUOTEZbigniew Jędrzejewski-Szmek2019-06-281-1/+1
* Replace the legacy ULONG_LONG_MAX with the C99 ULLONG_MAXAdrian Bunk2019-05-171-2/+2