summaryrefslogtreecommitdiff
path: root/config/config.c
AgeCommit message (Expand)Author
2007-08-01Config: Add missing includeDaniel Stone
2007-08-01Convert all my license statements to the standard formDaniel Stone
2007-08-01Hotplug: Add HAL supportDaniel Stone
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone
2007-04-19config: Return errors as negative numbers, device ids as positive numbers.Peter Hutterer
2007-04-19Change dbus 'listDevices' call to not require an argument.Peter Hutterer
2007-04-11Config: Extend D-BUS APIRemigiusz Marcinkiewicz
2007-04-10Config: Fix memory leaksMagnus Vigerlöf
2007-04-10Input: Add DeleteInputDeviceRequestMagnus Vigerlöf
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner
2007-02-17config: error message cleanupDaniel Stone
2006-12-19Include sys/select.h to get FD_ISSET.Eric Anholt
2006-12-06whitespace policeDaniel Stone
2006-12-06config: bus reconnect supportDaniel Stone
2006-12-06config: move to block/wakeup handlerDaniel Stone
2006-11-08config: error messages non-fatal, and before we free themDaniel Stone
2006-11-07A couple more cases of error message before freeing strings.Eric Anholt
2006-11-07Report the error before freeing the error strings.Eric Anholt
2006-10-20config/dbus: always unref the connection, not closeDaniel Stone
2006-10-20config/dbus: properly initialise vtableDaniel Stone
2006-10-15config: unref connection, don't close itDaniel Stone
2006-10-15config: add replies and dbus api documentationDaniel Stone
2006-10-08config: fix compilationDaniel Stone
2006-10-08config: remove excessive debuggingDaniel Stone
2006-08-24config: clean up debugging messages, make failure to acquire name fatalDaniel Stone
2006-08-07config client: fix minor race with event queueDaniel Stone
2006-07-21add basic D-BUS configuration mechanismDaniel Stone