Age | Commit message (Expand) | Author |
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 | git: add test-ellipsize to files to ignore by git | 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-14 | update TODO | 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 | man: add more markup to udevadm(8) | Zbigniew Jędrzejewski-Szmek |
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 | gitignore: ignore clang --analyze output | 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-13 | udevadm.xml: document --resolve-names option for test | Dave Reisner |
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 |
2013-10-11 | bus: beef up parameter checking in vtable handling | Lennart Poettering |
2013-10-11 | bus: beef up parameter checking of convenience calls | Lennart Poettering |
2013-10-11 | bus: don't rely on gccisms/c11 in public header files. | Lennart Poettering |
2013-10-11 | bus: split up overly long sd-bus.c into three files | Lennart Poettering |
2013-10-11 | bus: if a a Set() vtable callback of a writable is left NULL, try to do the r... | Lennart Poettering |
2013-10-11 | bus: automatically do a NOP reply when a NULL callback is specified for a met... | Lennart Poettering |
2013-10-11 | Add support for saving/restoring keyboard backlights | Bastien Nocera |
2013-10-11 | udev: usb_id - remove obsoleted bInterfaceSubClass == 5 match | Kay Sievers |
2013-10-11 | smack: minimize ifdef use, and move all labeling to smack-util.c | Kay Sievers |
2013-10-11 | bus: when NULL is specified as property callback, automatically handle serial... | Lennart Poettering |
2013-10-11 | bus: make PropertiesChanged emission work | Lennart Poettering |