summaryrefslogtreecommitdiffstats
path: root/src/systemd (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-varlink: update commentYu Watanabe2024-10-312-2/+2
* sd-json: don't use C99 bool in public headersLennart Poettering2024-10-302-3/+1
* sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-281-0/+5
* sd-id128: mark functions as const, not pureZbigniew Jędrzejewski-Szmek2024-10-281-5/+5
* sd-common: add __const__Zbigniew Jędrzejewski-Szmek2024-10-281-0/+4
* Merge pull request #30952 from rpigott/resolved-dnrLennart Poettering2024-10-225-3/+15
|\
| * resolve: move sd-* api into libsystemd-networkRonan Pigott2024-10-212-45/+0
| * ndisc: Parse RFC9463 encrypted DNS (DNR) optionRonan Pigott2024-10-211-0/+6
| * network: Parse RFC9463 DHCPv6 DNR optionRonan Pigott2024-10-212-2/+5
| * network: parse RFC9463 DHCPv4 DNR optionRonan Pigott2024-09-142-1/+4
| * network: Introduce sd_dns_resolverRonan Pigott2024-09-142-0/+45
* | sd-varlink: add new sd_varlink_error_is_invalid_parameter() helperLennart Poettering2024-10-151-0/+2
* | Merge pull request #34723 from poettering/machined-pidref-moreLennart Poettering2024-10-151-1/+0
|\ \
| * | sd-json: drop sd_json_dispatch_pid() again, as we prefer json_dispatch_pidref...Lennart Poettering2024-10-141-1/+0
* | | sd-radv: drop sd_radv_prefix and friends, and use sd_ndisc_option to manage N...Yu Watanabe2024-10-141-49/+59
|/ /
* | Merge pull request #34681 from ikruglov/ikruglov/io-systemd-Machine-post-merg...Lennart Poettering2024-10-111-0/+2
|\ \
| * | sd-json: add sd_json_dispatch_pid()Ivan Kruglov2024-10-101-0/+1
| * | sd-json: add sd_json_dispatch_signal()Ivan Kruglov2024-10-101-0/+1
* | | sd-netlink: introduce two more _get_family()Yu Watanabe2024-10-101-0/+2
* | | sd-netlink,network: rename functions and RoutingPolicyRule.typeYu Watanabe2024-10-101-6/+6
* | | sd-netlink: various cleanupsYu Watanabe2024-10-101-100/+107
|/ /
* | sd-event: rename output parameters to retYu Watanabe2024-10-101-12/+12
* | sd-json: reorder enum so that SD_JSON_FORMAT_OFF is firstZbigniew Jędrzejewski-Szmek2024-10-061-12/+12
* | sd-varlink: mark functions that can take 'more' flag in IDL structures with a...Lennart Poettering2024-10-021-1/+11
* | sd-varlink-idl: add some room for flags everywhereLennart Poettering2024-10-021-0/+14
* | sd-path: trivial cleanups for sd_path_lookup{,_strv}()Mike Yuan2024-09-201-2/+2
|/
* emit a warning in networkd if managed sysctls are changedMatteo Croce2024-09-111-0/+3
* sd-network: introduce sd_network_link_get_netdev_file{,_dropins}Mike Yuan2024-09-091-0/+6
* sd-netlink: fix typoYu Watanabe2024-09-061-1/+1
* Merge pull request #34123 from yuwata/sd-deviceYu Watanabe2024-08-281-0/+2
|\
| * sd-device: make device_get_device_id() publicYu Watanabe2024-08-271-0/+1
| * sd-device: introduce sd_device_get_driver_subsystem()Yu Watanabe2024-08-271-0/+1
* | sd-device-monitor: introduce sd_device_monitor_get_events() and _get_timeout()Yu Watanabe2024-08-271-0/+2
|/
* man: document "web" session typeAllison Karlitskaya2024-08-261-1/+1
* sd-netlink: introduce sd_netlink_message_read_u64()Yu Watanabe2024-08-201-0/+1
* sd-json: add sd_json_variant_set_field_id128() and _uuid()Yu Watanabe2024-08-141-0/+2
* sd-device-monitor: expose low-level functionsYu Watanabe2024-08-021-0/+2
* sd-device-monitor: introduce sd_device_monitor_is_running()Yu Watanabe2024-08-021-0/+1
* libsystemd: use C23 explicit enum types where availableLennart Poettering2024-07-169-19/+27
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-163-0/+502
* login: Add a new SecureAttentionKey dbus signal when Ctrl+Alt+Shift+Esc is pr...nerdopolis2024-06-241-0/+2
* Merge pull request #33420 from poettering/build-with-objectYu Watanabe2024-06-201-0/+8
|\
| * sd-json: add sd_json_build() wrapper macro that implies SD_JSON_BUILD_OBJECT()Lennart Poettering2024-06-191-0/+8
* | sd-json: add comment clarifying that _SD_JSON_BUILD* enums are not to be used...Lennart Poettering2024-06-191-0/+1
* | sd-json.h: reword SD_JSON_WARNING/SD_JSON_DEBUG commentsLennart Poettering2024-06-191-14/+11
|/
* various: move ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-2/+2
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-10/+10
* json: const char *func() -> const char* func()Yu Watanabe2024-06-171-2/+2
* json: extend JsonDispatch flags with nullable and refuse-null flagsLennart Poettering2024-06-151-2/+4
* json: add sd_json_dispatch_double() helperLennart Poettering2024-06-151-0/+1