summaryrefslogtreecommitdiff
path: root/config/config.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-11config: Replace xstrdup with strdup in add_option()Mikhail Gusarov1-1/+1
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-1/+1
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-1/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2009-12-30config: add libudev input-hotplug backendJulien Cristau1-2/+75
2009-01-11config: ANSI cleanupsJulien Cristau1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2007-08-01Config: Add missing includeDaniel Stone1-0/+1
2007-08-01Convert all my license statements to the standard formDaniel Stone1-17/+19
2007-08-01Hotplug: Add HAL supportDaniel Stone1-2/+13
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone1-478/+16
2007-04-19config: Return errors as negative numbers, device ids as positive numbers.Peter Hutterer1-0/+3
2007-04-19Change dbus 'listDevices' call to not require an argument.Peter Hutterer1-13/+20
2007-04-11Config: Extend D-BUS APIRemigiusz Marcinkiewicz1-15/+71
2007-04-10Config: Fix memory leaksMagnus Vigerlöf1-15/+12
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf1-1/+1
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-02-17config: error message cleanupDaniel Stone1-3/+3
2006-12-19Include sys/select.h to get FD_ISSET.Eric Anholt1-0/+1
2006-12-06whitespace policeDaniel Stone1-1/+1
2006-12-06config: bus reconnect supportDaniel Stone1-37/+118
2006-12-06config: move to block/wakeup handlerDaniel Stone1-47/+65
2006-11-08config: error messages non-fatal, and before we free themDaniel Stone1-10/+12
2006-11-07A couple more cases of error message before freeing strings.Eric Anholt1-2/+2
2006-11-07Report the error before freeing the error strings.Eric Anholt1-1/+1
2006-10-20config/dbus: always unref the connection, not closeDaniel Stone1-4/+4
2006-10-20config/dbus: properly initialise vtableDaniel Stone1-5/+1
2006-10-15config: unref connection, don't close itDaniel Stone1-1/+5
2006-10-15config: add replies and dbus api documentationDaniel Stone1-113/+179
2006-10-08config: fix compilationDaniel Stone1-2/+2
2006-10-08config: remove excessive debuggingDaniel Stone1-32/+18
2006-08-24config: clean up debugging messages, make failure to acquire name fatalDaniel Stone1-12/+16
2006-08-07config client: fix minor race with event queueDaniel Stone1-0/+4
2006-07-21add basic D-BUS configuration mechanismDaniel Stone1-0/+289