summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-14backlight: always prefer "firmware"/"platform" backlights over "raw" backligh...Lennart Poettering1-13/+209
2013-10-13event: avoid derefencing null pointerZbigniew Jędrzejewski-Szmek1-6/+11
2013-10-13bus: make sure we don't try to malloc 0 bytesZbigniew Jędrzejewski-Szmek1-1/+1
2013-10-13Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek17-352/+221
2013-10-13Make sure that we don't dereference NULLZbigniew Jędrzejewski-Szmek1-1/+2
2013-10-13udev: use initialization instead of zeroing in one placeZbigniew Jędrzejewski-Szmek2-10/+12
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek10-31/+27
2013-10-13Introduce _cleanup_fdset_free_Zbigniew Jędrzejewski-Szmek3-18/+15
2013-10-13bus: fix access to unitialized variable in error pathZbigniew Jędrzejewski-Szmek2-13/+6
2013-10-13drop-ins: check return valueZbigniew Jędrzejewski-Szmek1-0/+3
2013-10-13journald: use greedy_realloc in one placeZbigniew Jędrzejewski-Szmek1-27/+12
2013-10-13dbus-common: avoid leak in error pathZbigniew Jędrzejewski-Szmek1-10/+10
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek9-101/+70
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek17-53/+74
2013-10-13unicode: treat cute symbol block as fullwidthZbigniew Jędrzejewski-Szmek1-2/+4
2013-10-13test: test for ellipsizeShawn Landden1-0/+45
2013-10-13util, utf8: make ellipsize take multi-byte characters into accountShawn Landden6-2/+216
2013-10-11bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...Lennart Poettering3-10/+251
2013-10-11bus: in GetManagedObjects() only return each object once.Lennart Poettering1-26/+36
2013-10-11bus: unify code to find parents of an object path withLennart Poettering3-59/+48
2013-10-11bus: properly generate GetAll replyLennart Poettering1-1/+1
2013-10-11bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ...Lennart Poettering2-8/+26
2013-10-11bus: make sure introspection can be generated correctly with NULL method sign...Lennart Poettering1-3/+3
2013-10-11bus: beef up parameter checking in vtable handlingLennart Poettering1-79/+114
2013-10-11bus: beef up parameter checking of convenience callsLennart Poettering1-53/+42
2013-10-11bus: don't rely on gccisms/c11 in public header files.Lennart Poettering4-65/+65
2013-10-11bus: split up overly long sd-bus.c into three filesLennart Poettering4-2170/+2245
2013-10-11bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...Lennart Poettering3-21/+92
2013-10-11bus: automatically do a NOP reply when a NULL callback is specified for a met...Lennart Poettering2-4/+14
2013-10-11Add support for saving/restoring keyboard backlightsBastien Nocera1-2/+5
2013-10-11udev: usb_id - remove obsoleted bInterfaceSubClass == 5 matchKay Sievers1-4/+3
2013-10-11smack: minimize ifdef use, and move all labeling to smack-util.cKay Sievers4-32/+70
2013-10-11bus: when NULL is specified as property callback, automatically handle serial...Lennart Poettering5-19/+65
2013-10-11bus: make PropertiesChanged emission workLennart Poettering2-11/+30
2013-10-11bus: decorate API calls with gcc attributes where appropriateLennart Poettering1-5/+9
2013-10-11bus: allow specifying NULL as type string when we want to construct messages ...Lennart Poettering1-18/+27
2013-10-11bus: make GetManagedObjects() workLennart Poettering2-10/+31
2013-10-11event: add apis to query the timestamp of the event currently processedLennart Poettering2-4/+26
2013-10-11event: move all library calls over to new assert_return() macroLennart Poettering2-183/+149
2013-10-11event: add sd_event_source_get_child_pid() call to query the PID of a child e...Lennart Poettering2-2/+11
2013-10-11event: rename the "mute" field of event sources to "enabled"Lennart Poettering3-79/+79
2013-10-11event: implement quit handlersLennart Poettering3-88/+259
2013-10-11macro: add new assert_return() macro for early parameter checking in functionsLennart Poettering1-0/+6
2013-10-10event: refuse operation if the caller tries to reuse an event loop after a fo...Lennart Poettering2-46/+106
2013-10-10event: add timer accuracy/coalescing logicLennart Poettering4-76/+275
2013-10-10security: missing header inclusionsLennart Poettering3-2/+3
2013-10-10bus: fix duplicate comparisonsTero Roponen1-3/+3
2013-10-10security: rework selinux, smack, ima, apparmor detection logicLennart Poettering13-50/+191
2013-10-10login: make sd_session_get_vt() actually workDavid Herrmann1-1/+1
2013-10-10login: fix invalid free() in sd_session_get_vt()David Herrmann1-1/+1