summaryrefslogtreecommitdiffstats
path: root/src/systemd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* sd-json: rename SD_JSON_SAFE → SD_JSON_STRICTLennart Poettering2024-06-121-2/+2
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-122-0/+335
* Merge pull request #33071 from keszybz/sd_event_source-cleanupYu Watanabe2024-06-121-1/+1
|\
| * sd-event: use consistent style for '*' in signaturesZbigniew Jędrzejewski-Szmek2024-05-301-1/+1
* | tpm2-setup: Don't fail if we can't access the TPM due to authorization failureDaan De Meyer2024-06-121-0/+3
* | sd-bus: add new sd_bus_pending_method_calls() callLennart Poettering2024-06-121-0/+2
|/
* sd-radv: allow to configure reachable time in RA headerYu Watanabe2024-04-221-0/+1
* sd-id128: add an app-specific flavour of the invocation ID tooLennart Poettering2024-04-201-0/+1
* sd-event: fix sd_event_source_get_inotify_path()Yu Watanabe2024-04-201-1/+1
* Merge pull request #32346 from yuwata/sd-radv-handle-header-param-gracefullyLuca Boccassi2024-04-191-3/+3
|\
| * sd-radv: set router preference gracefullyYu Watanabe2024-04-191-1/+1
| * sd-radv: allow to modify RA header elements without stopping sd-radvYu Watanabe2024-04-191-2/+2
* | Merge pull request #32349 from yuwata/sd-event-source-get-inotify-pathLuca Boccassi2024-04-191-0/+1
|\ \
| * | sd-event: introduce sd_event_source_get_inotify_path()Yu Watanabe2024-04-191-0/+1
| |/
* / sd-radv: expose sd_radv_send()Yu Watanabe2024-04-191-0/+1
|/
* sd-radv: refuse packet from the same interfaceYu Watanabe2024-04-181-0/+1
* sd-radv: introduce sd_ndisc_router_solicitYu Watanabe2024-04-163-1/+43
* sd-ndisc: add basic support of Redirect messageYu Watanabe2024-04-043-0/+49
* sd-ndisc: add basic support of Neighbor Advertisement messageYu Watanabe2024-04-043-0/+53
* sd-bus-vtable: add dummy macro to support compile without GNU extensionYu Watanabe2024-04-031-2/+6
* sd-ndisc-router: introduce sd_ndisc_router_set_sender_address()Yu Watanabe2024-03-271-0/+1
* sd-ndisc-protocol: list up all known optionsYu Watanabe2024-03-261-11/+48
* Merge pull request #31829 from keszybz/more-header-checksLuca Boccassi2024-03-171-19/+18
|\
| * meson: test with c++26 tooZbigniew Jędrzejewski-Szmek2024-03-171-0/+1
| * meson: gcc docs say that name "c2x" is deprecatedZbigniew Jędrzejewski-Szmek2024-03-171-1/+1
| * meson: use loops to unify repeated checksZbigniew Jędrzejewski-Szmek2024-03-171-19/+17
* | sd-dhcp-server: make sd_dhcp_server_set_lease_file() optionally take director...Yu Watanabe2024-03-141-1/+1
|/
* sd-journal: introduce sd_journal_stream_fd_with_namespaceMike Yuan2024-03-141-0/+1