summaryrefslogtreecommitdiff
path: root/src/journal-remote/journal-upload.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-141-8/+3
* tree-wide: use unlink_and_freep() moreoverLennart Poettering2023-02-231-4/+3
* 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-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-12/+5
* Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-071-2/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* conf-parser: merge config_parse_string() and config_parse_safe_string()Yu Watanabe2022-03-101-5/+5
* tree-wide: use config_parse_safe_string() at various placesLennart Poettering2022-02-091-1/+1
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* variuos: add missing includesZbigniew Jędrzejewski-Szmek2021-09-221-0/+1
* 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
* Add a network timeout option to journal-uploadJayanth Ananthapadmanaban2021-06-141-4/+12
* Wider range of options for selecting entries for systemd-journal-gatewaydSamuel BF2021-05-101-1/+1
* meson: simplify the BUILD_MODE conditionalZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* journal-upload: use _cleanup_ for curl_slistDavid Tardon2021-03-181-8/+6
* journal-upload: make the curl_slist cleanup actually workDavid Tardon2021-03-181-5/+7
* journal-upload: cleanup CURL* on errorDavid Tardon2021-03-181-2/+4
* journal-remote: convert to parse_boolean_argument() and fix type confusionZbigniew Jędrzejewski-Szmek2021-02-171-12/+7
* Add comma in structured initialization in a few placesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-02-011-1/+1
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-4/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* various daemons: emit Stopping... notification before destructing the manager...Zbigniew Jędrzejewski-Szmek2020-07-021-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-5/+10
* journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* Support journal-upload HTTPS without key and certificateCiprian Hacman2020-04-161-6/+47
* journal: properly mark two definitions that are deprecated with GCC attribute...Lennart Poettering2020-01-311-2/+6
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-1/+2
* Remove use of PACKAGE_STRINGZbigniew Jędrzejewski-Szmek2018-12-191-1/+1
* journal-upload: define main through macroYu Watanabe2018-12-081-29/+24
* journal-upload: use _cleanup_ attribute to clear uploaderYu Watanabe2018-12-081-3/+1
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* journal-upload: use static initializationLennart Poettering2018-11-261-2/+3
* tree-wide: port various places over to STARTSWITH_SET()Lennart Poettering2018-11-261-1/+3
* Also drop a few more unnecessary uses of synthethic errnoZbigniew Jędrzejewski-Szmek2018-11-221-2/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-76/+63
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-4/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-161-0/+4
* journal-upload: check for overflowLennart Poettering2018-10-131-11/+11
* journal-upload: fix off-by-one in assert()Zbigniew Jędrzejewski-Szmek2018-09-251-1/+1
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+16
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0