summaryrefslogtreecommitdiff
path: root/src/journal-remote
Commit message (Expand)AuthorAgeFilesLines
...
* journal: stop using JournalFile.mmap everywhereVito Caputo2021-12-071-4/+4
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-064-22/+25
* journal-remote: more handling of sd_event_source_set_enabled failuresLuca Boccassi2021-11-131-4/+14
* tree-wide: don't ignore return code from sd_event_source_set_enabled()Luca Boccassi2021-11-121-2/+2
* build: preserve correct mode when generating files via jinja2Christian Brauner2021-11-081-2/+1
* tree-wide: always use TAKE_FD() when calling rearrange_stdio()Lennart Poettering2021-11-031-2/+2
* Merge pull request #20988 from DaanDeMeyer/rotate-reasonZbigniew Jędrzejewski-Szmek2021-10-191-1/+1
|\
| * journal: Add log level argument to journal_file_rotate_suggested()Daan De Meyer2021-10-181-1/+1
* | alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-142-3/+3
|/
* 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-153-3/+3
* tree-wide: port everything over to new sd-id128 compund literal blissLennart Poettering2021-08-201-2/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-035-8/+8
* meson: use a/b instead of join_paths(a,b)Zbigniew Jędrzejewski-Szmek2021-07-271-1/+1
* log-generator: count arguments as offset from an iteratormonosans2021-07-191-12/+4
* Add a network timeout option to journal-uploadJayanth Ananthapadmanaban2021-06-141-4/+12
* fuzz-journal-remote: print some kinds of errorsZbigniew Jędrzejewski-Szmek2021-05-311-1/+2
* journal-remote: downgrade messages about input data to warningsZbigniew Jędrzejewski-Szmek2021-05-311-1/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-192-6/+4
* meson: use jinja2 in src/journal-remoteZbigniew Jędrzejewski-Szmek2021-05-193-25/+23
* tree-wide: use af_to_ipv4_ipv6() + af_from_ipv4_ipv6() helpers at various placesLennart Poettering2021-05-111-1/+2
* Wider range of options for selecting entries for systemd-journal-gatewaydSamuel BF2021-05-102-3/+40
* fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson2021-04-222-2/+2
* meson: simplify the BUILD_MODE conditionalZbigniew Jędrzejewski-Szmek2021-04-141-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-142-2/+2
* 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-gatewayd: use automatic cleanupDavid Tardon2021-03-181-4/+3
* journal-remote: check return value from MHD_add_response_headerZbigniew Jędrzejewski-Szmek2021-03-072-7/+18
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-054-4/+4
* Merge pull request #18704 from keszybz/fallback-hostame-overrideZbigniew Jędrzejewski-Szmek2021-02-231-1/+1
|\
| * basic/os-util: make the sentinel implicitZbigniew Jędrzejewski-Szmek2021-02-221-1/+1
* | Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-192-16/+18
|/
* Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-172-37/+18
|\
| * 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-172-33/+16
* | tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek2021-02-161-2/+2
|/
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-4/+2
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* Add comma in structured initialization in a few placesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* fuzz-journal-remote: do not assert on resource conditionsZbigniew Jędrzejewski-Szmek2021-02-091-21/+34
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-02-012-2/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-313-12/+9
* tree-wide: add spdx header on source filesZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+2
* meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-191-0/+8
* meson: slightly disentangle code dependenciesYu Watanabe2021-01-191-1/+1
* fuzzers: move several fuzzersYu Watanabe2021-01-192-0/+80