summaryrefslogtreecommitdiff
path: root/config/config.c
Commit message (Expand)AuthorAgeFilesLines
* config_odev*: Use XNF alloc functionsHans de Goede2014-03-121-15/+3
* Merge remote-tracking branch 'whot/for-keith'Keith Packard2014-03-111-1/+2
|\
| * config: only free odev->attrib_name for string typesPeter Hutterer2014-03-111-1/+2
* | config_odev_add*_attribute: Don't add the attribute to the list twiceHans de Goede2014-03-101-10/+21
|/
* systemd-logind: Hookup systemd-logind integrationHans de Goede2014-03-031-0/+13
* OdevAttribute: Add support for integer attributesHans de Goede2014-03-031-0/+43
* OdevAttribute: config_odev_add_attribute: replace existing valuesHans de Goede2014-03-031-1/+4
* OdevAttribute: Add config_odev_get_attribute helperHans de Goede2014-03-031-0/+24
* dbus-core: Make dbus-core no longer mutually exclusive with udevHans de Goede2014-01-291-14/+4
* config: drop the dbus APIPeter Hutterer2014-01-291-7/+0
* xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie2012-07-061-0/+56
* config/udev: add pre_init stage to config and udev.Dave Airlie2012-05-211-0/+9
* Introduce a consistent coding styleKeith Packard2012-03-211-17/+14
* Add a 'wscons' autoconf mechanism to configure input devices on BSD.Matthieu Herrb2011-09-301-0/+5
* input: make InputOption opaque, provide interface functions.Peter Hutterer2011-08-221-22/+0
* config: return the new InputOption from add_option.Peter Hutterer2011-08-221-3/+10
* config: Replace xstrdup with strdup in add_option()Mikhail Gusarov2010-06-111-1/+1
* Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2010-06-111-1/+1
* Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard2010-05-261-1/+1
* Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer2010-05-251-1/+1
* Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2010-05-131-1/+1
* config: add libudev input-hotplug backendJulien Cristau2009-12-301-2/+75
* config: ANSI cleanupsJulien Cristau2009-01-111-2/+2
* Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2008-12-031-2/+2
* Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2008-11-291-2/+2
* Config: Add missing includeDaniel Stone2007-08-011-0/+1
* Convert all my license statements to the standard formDaniel Stone2007-08-011-17/+19
* Hotplug: Add HAL supportDaniel Stone2007-08-011-2/+13
* Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone2007-08-011-478/+16
* config: Return errors as negative numbers, device ids as positive numbers.Peter Hutterer2007-04-191-0/+3
* Change dbus 'listDevices' call to not require an argument.Peter Hutterer2007-04-191-13/+20
* Config: Extend D-BUS APIRemigiusz Marcinkiewicz2007-04-111-15/+71
* Config: Fix memory leaksMagnus Vigerlöf2007-04-101-15/+12
* Input: Add DeleteInputDeviceRequestMagnus Vigerlöf2007-04-101-1/+1
* Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner2007-04-091-2/+2
* config: error message cleanupDaniel Stone2007-02-171-3/+3
* Include sys/select.h to get FD_ISSET.Eric Anholt2006-12-191-0/+1
* whitespace policeDaniel Stone2006-12-061-1/+1
* config: bus reconnect supportDaniel Stone2006-12-061-37/+118
* config: move to block/wakeup handlerDaniel Stone2006-12-061-47/+65
* config: error messages non-fatal, and before we free themDaniel Stone2006-11-081-10/+12
* A couple more cases of error message before freeing strings.Eric Anholt2006-11-071-2/+2
* Report the error before freeing the error strings.Eric Anholt2006-11-071-1/+1
* config/dbus: always unref the connection, not closeDaniel Stone2006-10-201-4/+4
* config/dbus: properly initialise vtableDaniel Stone2006-10-201-5/+1
* config: unref connection, don't close itDaniel Stone2006-10-151-1/+5
* config: add replies and dbus api documentationDaniel Stone2006-10-151-113/+179
* config: fix compilationDaniel Stone2006-10-081-2/+2
* config: remove excessive debuggingDaniel Stone2006-10-081-32/+18
* config: clean up debugging messages, make failure to acquire name fatalDaniel Stone2006-08-241-12/+16