summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use the return value from sockaddr_un_set_path()Zbigniew Jędrzejewski-Szmek2020-03-021-5/+7
* Fix typo in function nameZbigniew Jędrzejewski-Szmek2020-02-041-4/+4
* sd-bus: introduce API for re-enqueuing incoming messagesLennart Poettering2020-02-041-0/+24
* Merge pull request #14645 from keszybz/sd-bus-message-dumpLennart Poettering2020-02-026-33/+26
|\
| * sd-bus: export sd_bus_message_dumpZbigniew Jędrzejewski-Szmek2020-01-236-20/+18
| * sd-bus: make dump flags publicZbigniew Jędrzejewski-Szmek2020-01-235-28/+23
* | home: add new systemd-homed service that can manage LUKS homesLennart Poettering2020-01-282-0/+61
* | sd-bus: fix introspection bug in signal parameter namessangelovic2020-01-281-1/+1
* | tree-wide: we forgot to destroy some bus errorsLennart Poettering2020-01-181-1/+1
|/
* Restore silent handling of BUS_ERROR_SPEED_METER_INACTIVEZbigniew Jędrzejewski-Szmek2019-12-182-0/+2
* tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering2019-12-101-1/+1
* sd-bus: don't include properties maked as "emit-invalidation" in InterfacesAd...Lennart Poettering2019-12-041-0/+9
* sd-bus: add new call sd_bus_message_sensitive() and SD_BUS_VTABLE_SENSITIVELennart Poettering2019-12-043-6/+56
* network: do not return error but return UINT64_MAX if speed meter is disabledYu Watanabe2019-12-042-2/+0
* sd-bus: invalidate connection when Hello() failsLennart Poettering2019-11-161-7/+19
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-312-2/+2
* Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-031-1/+1
|\
| * basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchyZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | Merge pull request #11883 from yuwata/network-dhcp-renewYu Watanabe2019-09-222-0/+2
|\ \ | |/ |/|
| * network: introduce new bus method Renew() and RenewLink()Yu Watanabe2019-09-212-0/+2
* | sd-bus: adjust indentation of commentsZbigniew Jędrzejewski-Szmek2019-08-271-2/+1
* | test-bus-vtable: also print introspection for the fallback vtableZbigniew Jędrzejewski-Szmek2019-08-272-3/+25
|/
* sd-bus: voidify two calls to hashmap_iterate()Zbigniew Jędrzejewski-Szmek2019-07-171-2/+2
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* core: expose new clean operation on the busLennart Poettering2019-07-111-0/+2
* sd-bus: when installing a match make sure not to apply it to already queued m...Lennart Poettering2019-07-115-7/+31
* sd-bus: destroy AddMatch() reply slot in failure case tooLennart Poettering2019-07-111-2/+3
* sd-bus: maintain a counter for incoming msgsLennart Poettering2019-07-114-0/+11
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-053-3/+5
* Merge pull request #12836 from yuwata/tree-wide-replace-strjoinLennart Poettering2019-06-221-1/+2
|\
| * tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+2
* | bus-creds: fix size calculation for storing caps dataLennart Poettering2019-06-201-3/+5
|/
* sd-bus: use memdup_suffix0() instead of strndup()Yu Watanabe2019-06-191-1/+1
* test-bus-marshall: add a hopefully helpful commentZbigniew Jędrzejewski-Szmek2019-06-121-0/+1
* Merge pull request #12424 from poettering/logind-brightnessZbigniew Jędrzejewski-Szmek2019-06-122-0/+2
|\
| * logind: add SetBrightness() bus call for setting brightness of leds/backlight...Lennart Poettering2019-05-242-0/+2
* | sd-bus: improve bus error message for uknown propertiesZbigniew Jędrzejewski-Szmek2019-06-041-4/+10
* | network: monitor link bit ratesYu Watanabe2019-06-012-0/+4
|/
* sd-bus: improve error message for invalid org.freedesktop.DBus.Properties.Set...Zbigniew Jędrzejewski-Szmek2019-05-221-2/+8
* Merge pull request #12420 from mrc0mmand/coccinelle-tweaksLennart Poettering2019-04-301-1/+1
|\
| * tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-1/+1
* | codespell: fix spelling errorsBen Boeckel2019-04-296-9/+9
|/
* sd-bus: bump message queue size againFranck Bui2019-04-261-2/+2
* sd-bus: when running user find function don't trust the value to be initializedZbigniew Jędrzejewski-Szmek2019-04-231-1/+1
* test-bus-{vtable,introspect}: share data and test introspect_path()Zbigniew Jędrzejewski-Szmek2019-04-235-140/+174
* sd-bus: split introspection into the content creation and reply creation partsZbigniew Jędrzejewski-Szmek2019-04-235-41/+75
* sd-bus: use _cleanup_ for struct introspectZbigniew Jędrzejewski-Szmek2019-04-232-30/+15