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
*
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
*
bus-introspect: list the interfaces with "list"
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-0
/
+16
*
bus-util: add wrapper for interface introspection
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-0
/
+104
*
sd-bus: add helper struct for interface definitions
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-0
/
+49
*
bus: add sd_bus_message_new_method_call() helper
Vito Caputo
2020-04-10
1
-0
/
+11
*
bus: s/BusAddress/BusLocator/
Vito Caputo
2020-04-10
1
-27
/
+27
*
Merge pull request #15332 from keszybz/coredump-filter
Lennart Poettering
2020-04-09
1
-0
/
+6
|
\
|
*
manager: add CoredumpFilter= setting
Zbigniew Jędrzejewski-Szmek
2020-04-09
1
-0
/
+6
*
|
Merge pull request #15345 from keszybz/systemctl-show-spaces
Lennart Poettering
2020-04-09
1
-9
/
+12
|
\
\
|
*
|
systemctl: show Environment entries with whitespace
Zbigniew Jędrzejewski-Szmek
2020-04-09
1
-9
/
+12
|
|
/
*
/
bus: introduce some sd-bus convenience helpers
Vito Caputo
2020-04-04
1
-0
/
+139
|
/
*
bus: drop dead code for kdbus support
Zbigniew Jędrzejewski-Szmek
2020-03-18
1
-26
/
+6
*
make namespace_flags_to_string() not return empty string
Yu Watanabe
2020-03-03
1
-1
/
+1
*
shared: split out polkit stuff from bus-util.c → bus-polkit.c
Lennart Poettering
2020-01-22
1
-356
/
+1
*
shared/bus-util: Don't replace exsting strv
Kevin Kuehler
2020-01-08
1
-1
/
+1
*
core: do not propagate polkit error to caller
Zbigniew Jędrzejewski-Szmek
2019-11-15
1
-2
/
+2
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
bus-util: make map_basic handle SD_BUS_TYPE_OBJECT_PATH type
Yu Watanabe
2019-10-14
1
-1
/
+2
*
sd-bus: adjust indentation of comments
Zbigniew Jędrzejewski-Szmek
2019-08-27
1
-3
/
+4
*
shared/but-util: drop trusted annotation from bus_open_system_watch_bind_with...
Zbigniew Jędrzejewski-Szmek
2019-08-27
1
-4
/
+0
*
bus-util: convert bus_log_{parse,create}_error into defines
Zbigniew Jędrzejewski-Szmek
2019-07-29
1
-8
/
+0
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+2
*
logind: add SetBrightness() bus call for setting brightness of leds/backlight...
Lennart Poettering
2019-05-24
1
-0
/
+10
*
cgroup: Readd some plumbing for DefaultMemoryMin
Chris Down
2019-05-08
1
-1
/
+1
*
cgroup: Implement default propagation of MemoryLow with DefaultMemoryLow
Chris Down
2019-04-12
1
-1
/
+1
*
bus-util: treat org.freedesktop.DBus.Error.ServiceUnknown nicely when polkit ...
Yu Watanabe
2019-04-04
1
-2
/
+2
*
util-lib: use FLAGS_SET() where appropriate
Lennart Poettering
2019-04-02
1
-1
/
+1
*
systemctl: format IPIngressBytes= or friends nicely
Yu Watanabe
2019-03-04
1
-0
/
+2
*
bus-util: drop unnecessary re-formatting
Yu Watanabe
2019-03-04
1
-20
/
+34
*
tree-wide: whenever we allocate a new bus object, close it before dropping fi...
Lennart Poettering
2019-01-17
1
-4
/
+4
*
tree-wide: remove various unused functions
Lennart Poettering
2018-12-02
1
-38
/
+0
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-1
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-5
/
+3
[next]