Age | Commit message (Expand) | Author |
2013-10-31 | timedatectl: assorted simplifications | Lennart Poettering |
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering |
2013-10-30 | bus-util: avoid infinite loop | Tom Gundersen |
2013-10-30 | localectl: port to libsystemd-bus | Kay Sievers |
2013-10-30 | run: add support for executing commands remotely via SSH or in a container | Lennart Poettering |
2013-10-30 | bus: add API call to create bus connection to the system bus of local containers | Lennart Poettering |
2013-10-30 | bus: move ssh support into public API of libsystem-bus | Lennart Poettering |
2013-10-30 | machinectl: port to sd-bus | Tom Gundersen |
2013-10-30 | bus: fix build | Lennart Poettering |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering |
2013-10-30 | bus: make sure we can match well-known names | Lennart Poettering |
2013-10-30 | bus: it is OK to have signals with multiple parameters | Lennart Poettering |
2013-10-30 | bus: don't fail if GetAll() is used to get properties of the built-in interfaces | Lennart Poettering |
2013-10-30 | bus: make bus message dump output a bit smaller | Lennart Poettering |
2013-10-30 | bus: don't include the introspected object in list of subobjects | Lennart Poettering |
2013-10-29 | bus: add extra validity checks | Lennart Poettering |
2013-10-29 | strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra... | Lennart Poettering |
2013-10-29 | bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API calls | Lennart Poettering |
2013-10-25 | bus: disable debug output in test-bus-kernel-benchmark | Kay Sievers |
2013-10-22 | bus: NULL signatures are OK too | Lennart Poettering |
2013-10-22 | bus: only if the user tries to read over the end of an array we should handle... | Lennart Poettering |
2013-10-22 | bus: avoid 'bool' storage when retrieving 'b' from the message | Kay Sievers |
2013-10-21 | sd-event: EPOLLONESHOT only disables event reporting after an event. The fd i... | David Strauss |
2013-10-21 | bus: allow to specify NULL as an empty string to add | Kay Sievers |
2013-10-18 | bus: if we hit the end of an array container return 0 as EOF indicator when r... | Lennart Poettering |
2013-10-18 | bus: automatically flush bus queue when we exit the event loop | Lennart Poettering |
2013-10-18 | fsck: port to sd-bus | Tom Gundersen |
2013-10-17 | sd-event: initialize return value | Dave Reisner |
2013-10-16 | bus: fix default exit on idle timeout | Lennart Poettering |
2013-10-16 | timedated: use libsystemd-bus instead of libdbus for bus communication | Lennart Poettering |
2013-10-16 | bus: return 1 on all calls that send messages | Lennart Poettering |
2013-10-16 | bus: make sure sd_bus_get_timeout() returns a 0 timeout of there are already ... | Lennart Poettering |
2013-10-16 | bus: fix generate introspection XML | Lennart Poettering |
2013-10-16 | event: handle arbitrary signals received during epoll gracefully | Lennart Poettering |
2013-10-16 | event: properly disarm timers when we don't need them anymore | Lennart Poettering |
2013-10-16 | event: fix sd_event_source_set_io_events() | Lennart Poettering |
2013-10-14 | Fix misspellings with codespell tool | Anatol Pomozov |
2013-10-14 | bus: properly handle if new objects are installed in the node tree while we a... | Lennart Poettering |
2013-10-14 | bus: make sure that we always keep a ref to the bus when we dispatch callbacks | Lennart Poettering |
2013-10-14 | bus: use assert_return() for more API calls | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-13 | event: avoid derefencing null pointer | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | bus: make sure we don't try to malloc 0 bytes | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Fix write-only use of a few variables | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | bus: fix access to unitialized variable in error path | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-10-11 | bus: properly implement logic for generating InterfacesAdded/InterfacesRemove... | Lennart Poettering |
2013-10-11 | bus: in GetManagedObjects() only return each object once. | Lennart Poettering |
2013-10-11 | bus: unify code to find parents of an object path with | Lennart Poettering |
2013-10-11 | bus: properly generate GetAll reply | Lennart Poettering |