summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-15saproxy: Fix for systemd's event library not deduping fds.David Strauss
2013-10-15Bump up the saproxy buffer to 16kB.David Strauss
2013-10-15Rename sabridge to saproxy to be less crypticDavid Strauss
2013-10-15Add sabridge for socket activation of traditional daemonsDavid Strauss
2013-10-15logind: allow unprivileged session-device accessDavid Herrmann
2013-10-15Fix for SIGSEGV in systemd-bootchart on short-living processesIgor Zhbanov
2013-10-14Fix misspellings with codespell toolAnatol Pomozov
2013-10-15build-sys: libudev - get rid of the needless selinux linking (again)Kay Sievers
2013-10-14Fix bad assert in show_pid_arrayZbigniew Jędrzejewski-Szmek
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-14backlight: include ID_PATH in file names for backlight settingsLennart Poettering
2013-10-14rfkill: use ID_PATH as identifier for rfkill state filesLennart Poettering
2013-10-14shared/util: Fix glob_extend() argumentBastien Nocera
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-10-14util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering
2013-10-13manager: connect to private bus even if $DBUS_SESSION_BUS_ADDRESS is not setMantas Mikulėnas
2013-10-14rfkill: add new rfkill tool to save/restore rfkill state across rebootsLennart Poettering
2013-10-14backlight: always prefer "firmware"/"platform" backlights over "raw" backligh...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-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek
2013-10-13Make sure that we don't dereference NULLZbigniew Jędrzejewski-Szmek
2013-10-13udev: use initialization instead of zeroing in one placeZbigniew Jędrzejewski-Szmek
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
2013-10-13Introduce _cleanup_fdset_free_Zbigniew Jędrzejewski-Szmek
2013-10-13bus: fix access to unitialized variable in error pathZbigniew Jędrzejewski-Szmek
2013-10-13drop-ins: check return valueZbigniew Jędrzejewski-Szmek
2013-10-13journald: use greedy_realloc in one placeZbigniew Jędrzejewski-Szmek
2013-10-13dbus-common: avoid leak in error pathZbigniew Jędrzejewski-Szmek
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-10-13unicode: treat cute symbol block as fullwidthZbigniew Jędrzejewski-Szmek
2013-10-13test: test for ellipsizeShawn Landden
2013-10-13util, utf8: make ellipsize take multi-byte characters into accountShawn Landden
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-11Add support for saving/restoring keyboard backlightsBastien Nocera
2013-10-11udev: usb_id - remove obsoleted bInterfaceSubClass == 5 matchKay Sievers