summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
AgeCommit message (Expand)Author
2013-12-24bus: allow peeking signatures recusively inside of containersLennart Poettering
2013-12-23bus: fix assert when serializing fixed size struct to gvariantLennart Poettering
2013-12-23bus: don't attach KDBUS_ITEM_ID to match ioctl() if we don't need itLennart Poettering
2013-12-23bus: fix sender match creation on kdbusLennart Poettering
2013-12-23sd-event: make sd_event_add_signal() fail with EBUSY if signal is not blockedLennart Poettering
2013-12-23sd-event: fix return code of sd_event_run()Lennart Poettering
2013-12-23bus: update kdbus.hKay Sievers
2013-12-23bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering
2013-12-23bus: when we are connected to a bus, then do not assume peer creds are useful...Lennart Poettering
2013-12-23bus: make sure sd_bus_emit_properties_changed_strv() doesn't return ENOENT if...Lennart Poettering
2013-12-23bus: write debug message when we get a method call we cannot handleLennart Poettering
2013-12-23bus: make sure to request peer cred only after connect(), not beforeLennart Poettering
2013-12-23bus: always talk to the full dbus driver objectLennart Poettering
2013-12-23bus-proxyd: synthesize NameAcquire/NameLost signals for socket clientsLennart Poettering
2013-12-23bus: use memcpy() rather than unbounded strcpy()Lennart Poettering
2013-12-23bus: switch kdbus bloom filter over to SipHash (from MurmurHash3)Lennart Poettering
2013-12-22sd-daemon: introduce sd_watchdog_enabled() for parsing $WATCHDOG_USECLennart Poettering
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
2013-12-22bus: also take write queue into consideration in sd_bus_try_close()Lennart Poettering
2013-12-22bus: allow invocation of sd_bus_emit_properties_changed_strv() with NULL listLennart Poettering
2013-12-22bus: introduce concept of "const" propertiesLennart Poettering
2013-12-21bus: when getting credentials of a bus name that is activatable but not activ...Lennart Poettering
2013-12-21bus: when introspecting, turn unprivileged flag into inverse annoation of "pr...Lennart Poettering
2013-12-21bus: send status message from proxyd to systemd about client we are working forLennart Poettering
2013-12-21bus: refuse messages pretending to originate from local interfaceLennart Poettering
2013-12-21bus: in sd_bus_try_close() consider local read queue tooLennart Poettering
2013-12-21bus: always override message destination field with data from kdbusLennart Poettering
2013-12-21bus: always consider well-known names sender credentials as attached to messagesLennart Poettering
2013-12-21bus: when filtering by sender take well known names lest from attached creds ...Lennart Poettering
2013-12-21bus: when watching bus names, we always need to add a change matchLennart Poettering
2013-12-20bus: wrap KDBUS_CMD_BYEBYE with a high-level call sd_bus_try_close()Lennart Poettering
2013-12-20libsystemd-bus: match on any connection ID unless specifiedDaniel Mack
2013-12-20libsystemd-bus: follow changes in kdbusDaniel Mack
2013-12-19sd-event: return 1 in sd_event_run() when we hit EINTRLennart Poettering
2013-12-19bus: fix exit-on-idle for driverdLennart Poettering
2013-12-19bus: reenable id change subscriptionsLennart Poettering
2013-12-19bus: do not add empty strings, size should be 0Kay Sievers
2013-12-19driverd: implement AddMatch/RemoveMatch logicLennart Poettering
2013-12-18bus: catch up with kdbus changesKay Sievers
2013-12-18bus: reduce calls to KDBUS_CMD_MEMFD_SIZE_SET ioctlLennart Poettering
2013-12-18busctl: output a single sorted list of names, including activatable and activ...Lennart Poettering
2013-12-18bus: beef up driverdLennart Poettering
2013-12-18bus: when releasing, taking, listing bus names check if they are validLennart Poettering
2013-12-18bus: sync with kdbusDaniel Mack
2013-12-17bus-util: return errors when encounteredThomas Hindoe Paaboel Andersen
2013-12-17__thread --> thread_local for C11 compatShawn Landden
2013-12-17libsystemd-bus: true/false instead of yes/no in msg dumpLukasz Skalski
2013-12-17busctl: on kdbus the bus driver is a service like any other, hence don't skip itLennart Poettering
2013-12-17bus: remarshal messages when necessary before sendingLennart Poettering
2013-12-17bus: sync with kdbusDaniel Mack