index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
bus-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/bus-util: debug log when falling back to session bus
Mike Yuan
2024-10-22
1
-1
/
+4
*
bus-util: Fix bus_log_connect_error()
Daan De Meyer
2024-10-22
1
-3
/
+3
*
bus-util: Special case when DBUS_SESSION_BUS_ADDRESS is set and XDG_RUNTIME_D...
Daan De Meyer
2024-10-22
1
-1
/
+11
*
bus-util: Return ENOMEDIUM if XDG_RUNTIME_DIR is unset
Daan De Meyer
2024-10-22
1
-1
/
+1
*
shared/bus-util: re-break comment, insert missing newline before case
Mike Yuan
2024-10-11
1
-2
/
+3
*
bus-util: Move geteuid() check out of bus_connect_system_systemd()
Daan De Meyer
2024-10-11
1
-7
/
+6
*
bus-util: Drop fallback to system/user bus if manager bus doesn't work
Daan De Meyer
2024-10-11
1
-3
/
+3
*
bus-util: Log more information when connecting to a bus socket fails
Daan De Meyer
2024-10-09
1
-4
/
+14
*
bus-util: add log message when exiting because of idle
Lennart Poettering
2024-06-12
1
-0
/
+2
*
bus-util: add env var for disabling exit-on-idle
Lennart Poettering
2024-06-12
1
-1
/
+15
*
bus-util: check sd_bus_pending_method_calls() when determining whether a serv...
Lennart Poettering
2024-06-12
1
-1
/
+3
*
shared: fix comment
Zbigniew Jędrzejewski-Szmek
2024-05-08
1
-2
/
+2
*
run/run: fix invocation ID handling
Yu Watanabe
2024-04-25
1
-4
/
+3
*
bus-util: dedup bus_set_address_capsule
Mike Yuan
2024-03-26
1
-35
/
+26
*
bus-util: add ability to connect directly to capsule instances of systemd --user
Lennart Poettering
2024-03-14
1
-13
/
+166
*
data-fd-util: accept size == SIZE_MAX and translate that to strlen
Mike Yuan
2024-03-12
1
-1
/
+1
*
bus-util: add generic parser for extracting id128 values from bus messages
Lennart Poettering
2024-03-01
1
-0
/
+29
*
bus-util: add helper for getting PidRef structs from bus
Lennart Poettering
2024-01-29
1
-0
/
+44
*
machined,portabled: remove unneeded NOTIFY_STOPPING
Mike Yuan
2024-01-09
1
-2
/
+3
*
Introduce RET_GATHER and use it in src/shared/
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-8
/
+2
*
bus-util: add bus_property_get_string_set() helper
Lennart Poettering
2023-06-12
1
-0
/
+18
*
bus-util: add bus_message_append_string_set() helper
Lennart Poettering
2023-06-12
1
-0
/
+19
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-9
/
+10
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-0
/
+3
*
bus-util: drop unnecessary continue
Yu Watanabe
2023-05-09
1
-1
/
+1
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-14
/
+43
*
manager: add GetMallocInfo() hidden/debug method
Luca Boccassi
2023-02-23
1
-0
/
+58
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
shared/bus-util: rename variables to follow newer style
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-12
/
+10
*
shared/bus-util: simplification
Zbigniew Jędrzejewski-Szmek
2022-06-09
1
-17
/
+9
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-4
/
+7
*
busctl: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-3
/
+5
*
shared/bus-util: make bus_log_*_error() functions functions
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-0
/
+13
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
*
sd-bus: add API for connecting to a specific user's user bus of a specific co...
Lennart Poettering
2020-12-15
1
-4
/
+11
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-5
/
+3
*
various: treat BUS_ERROR_NO_SUCH_UNIT the same as SD_BUS_ERROR_SERVICE_UNKNOWN
Zbigniew Jędrzejewski-Szmek
2020-08-24
1
-2
/
+8
*
shared: split out property get helpers
Lennart Poettering
2020-06-30
1
-147
/
+2
*
shared: split out code for printing properties
Lennart Poettering
2020-06-30
1
-457
/
+0
*
shared: split out code that maps properties to local structs
Lennart Poettering
2020-06-30
1
-223
/
+0
*
shared: actually move all BusLocator related calls to bus-locator.c
Lennart Poettering
2020-06-30
1
-150
/
+0
*
shared: split out BusObjectImplementor APIs
Lennart Poettering
2020-06-30
1
-171
/
+1
*
shared/bus-util: fix misleading error handling
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-1
/
+1
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-5
/
+1
*
tree-wide: use public sd-bus functions in more places
Zbigniew Jędrzejewski-Szmek
2020-05-25
1
-4
/
+4
*
bus-util: actually register the object manager
Lennart Poettering
2020-05-21
1
-0
/
+6
*
basic/set: let set_put_strdup() create the set with string hash ops
Zbigniew Jędrzejewski-Szmek
2020-05-06
1
-6
/
+2
[next]