Age | Commit message (Expand) | Author |
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 | bus: extend bus protocol definitions a bit | 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-16 | macro: clean up usage of gcc attributes | Lennart Poettering |
2013-10-15 | saproxy: Fix for systemd's event library not deduping fds. | David Strauss |
2013-10-15 | Bump up the saproxy buffer to 16kB. | David Strauss |
2013-10-15 | Rename sabridge to saproxy to be less cryptic | David Strauss |
2013-10-15 | Add sabridge for socket activation of traditional daemons | David Strauss |
2013-10-15 | logind: allow unprivileged session-device access | David Herrmann |
2013-10-15 | Fix for SIGSEGV in systemd-bootchart on short-living processes | Igor Zhbanov |
2013-10-14 | Fix misspellings with codespell tool | Anatol Pomozov |
2013-10-15 | build-sys: libudev - get rid of the needless selinux linking (again) | Kay Sievers |
2013-10-14 | Fix bad assert in show_pid_array | Zbigniew Jędrzejewski-Szmek |
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 | backlight: include ID_PATH in file names for backlight settings | Lennart Poettering |
2013-10-14 | rfkill: use ID_PATH as identifier for rfkill state files | Lennart Poettering |
2013-10-14 | shared/util: Fix glob_extend() argument | Bastien Nocera |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-10-14 | util: allow trailing semicolons on define_trivial_cleanup_func lines | Lennart Poettering |
2013-10-13 | manager: connect to private bus even if $DBUS_SESSION_BUS_ADDRESS is not set | Mantas Mikulėnas |
2013-10-14 | rfkill: add new rfkill tool to save/restore rfkill state across reboots | Lennart Poettering |
2013-10-14 | backlight: always prefer "firmware"/"platform" backlights over "raw" backligh... | 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 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Make sure that we don't dereference NULL | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | udev: use initialization instead of zeroing in one place | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Fix write-only use of a few variables | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Introduce _cleanup_fdset_free_ | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | bus: fix access to unitialized variable in error path | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | drop-ins: check return value | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | journald: use greedy_realloc in one place | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | dbus-common: avoid leak in error path | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | unicode: treat cute symbol block as fullwidth | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | test: test for ellipsize | Shawn Landden |
2013-10-13 | util, utf8: make ellipsize take multi-byte characters into account | Shawn Landden |
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 |
2013-10-11 | bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ... | Lennart Poettering |
2013-10-11 | bus: make sure introspection can be generated correctly with NULL method sign... | Lennart Poettering |