summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-bus (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* systemctl: introduce -r switch to show units running in local containers in a...Lennart Poettering2014-03-172-0/+3
* Use strlen even for constant stringsJosh Triplett2014-03-163-5/+5
* sd-bus: don't choke if somebody sends us a message with a unix fd count of 0Lennart Poettering2014-03-141-4/+3
* sd-bus: don't access invalid memory if a signal matcher was freed from its ow...Lennart Poettering2014-03-141-0/+3
* sd-bus: don't look for a 64bit value when we only have 32bit value on reply c...Lennart Poettering2014-03-135-16/+22
* bus: fix memory leak when kdbus is not enabledLennart Poettering2014-03-131-1/+2
* bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco...Lennart Poettering2014-03-115-15/+71
* sd-bus: sync kdbus.hDaniel Mack2014-03-081-5/+7
* sd-bus: check for potential integer overflow in KDBUS_ITEM_FOREACH()Daniel Mack2014-03-081-1/+2
* sd-bus: add support for policy upload on activator connectionsDaniel Mack2014-03-072-6/+62
* sd-bus: sync kdbus.h (ABI break)Daniel Mack2014-03-072-54/+29
* man: describe functions for appending to messagesZbigniew Jędrzejewski-Szmek2014-03-071-0/+3
* systemd-run: support all currently exported properties with -pLennart Poettering2014-03-051-2/+30
* core: make the LimitXYZ= properties settable for transient service unitsLennart Poettering2014-03-051-0/+15
* systemd-run: add new --property= switch that can set arbitrary properties for...Lennart Poettering2014-03-052-0/+154
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-041-5/+3
* silence warningThomas Hindoe Paaboel Andersen2014-03-031-1/+1
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-034-0/+362
* Use /var/run/dbus/system_bus_socket for the D-Bus socketZbigniew Jędrzejewski-Szmek2014-02-261-1/+1
* Revert back to /var/run at a couple of problemsLennart Poettering2014-02-261-2/+2
* Replace /var/run with /run in remaining placesZbigniew Jędrzejewski-Szmek2014-02-261-2/+2
* src/shared/ cannot reference symbols from librariesKay Sievers2014-02-231-66/+3
* libsystemd: fix compiler warning in property_get_set_callbacks_run()Daniel Mack2014-02-201-1/+1
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-2021-76/+77
* sd-bus: the bus returned should be the first argJason A. Donenfeld2014-02-202-6/+6
* bus: fix unreffing logicLennart Poettering2014-02-191-1/+2
* make gcc shut upLennart Poettering2014-02-193-4/+4
* busctl: add --no-legend and use in bash completionThomas Hindoe Paaboel Andersen2014-02-191-6/+16
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-181-1/+1
* doc: update punctuationJan Engelhardt2014-02-181-2/+2
* bus: fix match_parse for unquoted matchesSimon Peeters2014-02-161-1/+1
* bus: properly unset default bus pointer when destroying last referenceLennart Poettering2014-02-051-0/+3
* bus: when closing the bus don't end up in a recursive destruction deadlockLennart Poettering2014-02-031-21/+36
* bus: update kdbus.h (ABI break)Kay Sievers2014-02-014-16/+16
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-312-8/+8
* bus: update kdbus.h (ABI break)Kay Sievers2014-01-281-2/+2
* bus: update bloom filter description a bitLennart Poettering2014-01-281-11/+20
* bus: rework bloom filter logic to operate with variable bloom filterLennart Poettering2014-01-286-77/+167
* bus: add API calls for connecting to starter busLennart Poettering2014-01-271-0/+92
* bus: when we cannot bus activate a service because we go down, drop oneLennart Poettering2014-01-272-0/+15
* bus: bump memfd vs. copy limit to 512k to reflect recent benchmarksKay Sievers2014-01-242-5/+5
* bus: update kdbus.h (ABI break)Kay Sievers2014-01-241-2/+2
* bus: update kdbus.h (ABI break)Kay Sievers2014-01-243-46/+115
* bus: change API to expose "inverted" no_reply and no_auto_start message flags...Lennart Poettering2014-01-222-11/+12
* bus: add sd_bus_process_priority() to support prioq mode of kdbusLennart Poettering2014-01-224-11/+31
* bus: expose priority field of messages, in preparation for prioq supportLennart Poettering2014-01-224-2/+21
* busctl: include connection name in busctl outputLennart Poettering2014-01-222-6/+19
* bus: unescape connection name when reading it from credentialsLennart Poettering2014-01-222-2/+10
* bus: pass timestamp info only to caller if he asked for itLennart Poettering2014-01-221-3/+7
* bus: include connection name in credentials structureLennart Poettering2014-01-225-2/+40