summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
AgeCommit message (Expand)Author
2013-10-25bus: disable debug output in test-bus-kernel-benchmarkKay Sievers
2013-10-22bus: NULL signatures are OK tooLennart Poettering
2013-10-22bus: only if the user tries to read over the end of an array we should handle...Lennart Poettering
2013-10-22bus: avoid 'bool' storage when retrieving 'b' from the messageKay Sievers
2013-10-21sd-event: EPOLLONESHOT only disables event reporting after an event. The fd i...David Strauss
2013-10-21bus: allow to specify NULL as an empty string to addKay Sievers
2013-10-18bus: if we hit the end of an array container return 0 as EOF indicator when r...Lennart Poettering
2013-10-18bus: automatically flush bus queue when we exit the event loopLennart Poettering
2013-10-18fsck: port to sd-busTom Gundersen
2013-10-17sd-event: initialize return valueDave Reisner
2013-10-16bus: fix default exit on idle timeoutLennart Poettering
2013-10-16timedated: use libsystemd-bus instead of libdbus for bus communicationLennart Poettering
2013-10-16bus: return 1 on all calls that send messagesLennart Poettering
2013-10-16bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ...Lennart Poettering
2013-10-16bus: fix generate introspection XMLLennart Poettering
2013-10-16event: handle arbitrary signals received during epoll gracefullyLennart Poettering
2013-10-16event: properly disarm timers when we don't need them anymoreLennart Poettering
2013-10-16event: fix sd_event_source_set_io_events()Lennart Poettering
2013-10-14Fix misspellings with codespell toolAnatol Pomozov
2013-10-14bus: properly handle if new objects are installed in the node tree while we a...Lennart Poettering
2013-10-14bus: make sure that we always keep a ref to the bus when we dispatch callbacksLennart Poettering
2013-10-14bus: use assert_return() for more API callsLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-13event: avoid derefencing null pointerZbigniew Jędrzejewski-Szmek
2013-10-13bus: make sure we don't try to malloc 0 bytesZbigniew Jędrzejewski-Szmek
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
2013-10-13bus: fix access to unitialized variable in error pathZbigniew Jędrzejewski-Szmek
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-10-11bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...Lennart Poettering
2013-10-11bus: in GetManagedObjects() only return each object once.Lennart Poettering
2013-10-11bus: unify code to find parents of an object path withLennart Poettering
2013-10-11bus: properly generate GetAll replyLennart Poettering
2013-10-11bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ...Lennart Poettering
2013-10-11bus: make sure introspection can be generated correctly with NULL method sign...Lennart Poettering
2013-10-11bus: beef up parameter checking in vtable handlingLennart Poettering
2013-10-11bus: beef up parameter checking of convenience callsLennart Poettering
2013-10-11bus: don't rely on gccisms/c11 in public header files.Lennart Poettering
2013-10-11bus: split up overly long sd-bus.c into three filesLennart Poettering
2013-10-11bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...Lennart Poettering
2013-10-11bus: automatically do a NOP reply when a NULL callback is specified for a met...Lennart Poettering
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