summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
AgeCommit message (Expand)Author
2013-10-11bus: when NULL is specified as property callback, automatically handle serial...Lennart Poettering
2013-10-11bus: make PropertiesChanged emission workLennart Poettering
2013-10-11bus: allow specifying NULL as type string when we want to construct messages ...Lennart Poettering
2013-10-11bus: make GetManagedObjects() workLennart Poettering
2013-10-11event: add apis to query the timestamp of the event currently processedLennart Poettering
2013-10-11event: move all library calls over to new assert_return() macroLennart Poettering
2013-10-11event: add sd_event_source_get_child_pid() call to query the PID of a child e...Lennart Poettering
2013-10-11event: rename the "mute" field of event sources to "enabled"Lennart Poettering
2013-10-11event: implement quit handlersLennart Poettering
2013-10-10event: refuse operation if the caller tries to reuse an event loop after a fo...Lennart Poettering
2013-10-10event: add timer accuracy/coalescing logicLennart Poettering
2013-10-10bus: fix duplicate comparisonsTero Roponen
2013-10-10bus: add minimal event loop APILennart Poettering
2013-10-09bus: fix missing initializationLennart Poettering
2013-10-09bus: fix GetAll() userdata passingLennart Poettering
2013-10-09bus: don't require that if a child object node exists its parent node must tooLennart Poettering
2013-10-09bus: fix synthetic error messagesLennart Poettering
2013-10-09libsystemd-bus: add lightweight object vtable implementation for exposing obj...Lennart Poettering
2013-10-02dbus: fix return value of dispatch_rqueue()Lennart Poettering
2013-10-02bus: fix potentially uninitialized memory accessLennart Poettering
2013-08-22remove hasprefix(), use startswith()Shawn Landden
2013-07-22bus: update for kdbus changesKay Sievers
2013-06-20Add hasprefix macro to check prefixes of fixed lengthZbigniew Jędrzejewski-Szmek
2013-06-05libsystemd-bus/bus-kernel.h: set MEMFD_MIN_SIZE to 128kHarald Hoyer
2013-06-05test-bus-kernel-benchmark: corrected output for memfd bisectHarald Hoyer
2013-06-05bus: benchmark - adjust printf and MAX_SIZEKay Sievers
2013-06-04bus: unmap memfd retrieved from the memfd cacheKay Sievers
2013-06-04bus-benchmark: add performance data output modeKay Sievers
2013-06-04bus-benchmark: lower loop time to 100ms by default, to ensure "make check" fi...Lennart Poettering
2013-06-04test: determine number of transactions per second rather than time per transa...Lennart Poettering
2013-05-31bus: update for kdbus changesKay Sievers
2013-05-30bus: update for kdbus changesKay Sievers
2013-05-29bus: rework benchmark test to actually yield useful resultsLennart Poettering
2013-05-29bus: when adding memfds to cache and we shorten them, make sure to unmap the ...Lennart Poettering
2013-05-29bus: properly unmap mapped areaLennart Poettering
2013-05-24bus: update kdbus.h from upstreamKay Sievers
2013-05-22bus: add benchmark tool to determine the right threshold for copying vs. memfdLennart Poettering
2013-05-20bus: add test for bloom filter prefix matchLennart Poettering
2013-05-20bus: add a more comprehensive test for the bloom filter logicLennart Poettering
2013-05-20bus: calculate bloom filter for matchLennart Poettering
2013-05-17bus: do not pass a pointer but a uint64_t address in RECVKay Sievers
2013-05-17bus: add APIs for negotiating what is attached to messagesLennart Poettering
2013-05-17bus: add minimal locking around the memfd cacheLennart Poettering
2013-05-17bus: return ECHILD as soon as people try to reuse a bus connection across a f...Lennart Poettering
2013-05-17bus: actually unmap kdbus pool after useLennart Poettering
2013-05-17bus: keep kernel bus fd around during entire life-time of busLennart Poettering
2013-05-16bus: make bus ref counting atomicLennart Poettering
2013-05-16bus: synthesize timeout message errors instead of returning error codesLennart Poettering
2013-05-16bus: implement sd_bus_message_append_string_memfd()Lennart Poettering
2013-05-16bus: send memfds as payload only on directed messages and for large partsLennart Poettering