summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
2008-05-16Fix hal shutdown crash.Adam Jackson1-3/+5
2007-12-28Config: HAL: Don't leak options on failure to add deviceDaniel Stone1-1/+10
2007-12-28Config: D-Bus: Don't leak timersDaniel Stone1-1/+4
2007-12-03Config: HAL: Fix XKB option parsingKanru Chen1-2/+3
2007-11-06Config: D-Bus: Fix dbus_bus_request_name failure checkElvis Pranskevichus1-2/+2
2007-11-04Config: HAL: Touchpads are pointers tooMarkku Vire1-1/+2
2007-10-30Don't segfault on shutdown if we never managed to connect to dbus.Aaron Plattner1-1/+2
2007-10-30config: Use [config/dbus] consistently for error messages.Peter Hutterer1-4/+4
2007-10-30config: return BadValue to caller if add/remove doesn't have parameters.Peter Hutterer1-4/+6
2007-08-21config: fix default xkb model (pc105, not keyboard)Julien Cristau1-1/+1
2007-08-08Hotplug: HAL: Fix error handlingDaniel Stone1-18/+17
2007-08-08Config: HAL: Use input.xkb namespaceDaniel Stone2-10/+10
2007-08-01Build system: Add missing filesxorg-server-1.3.99.0Daniel Stone1-1/+1
2007-08-01Config: Add missing includeDaniel Stone1-0/+1
2007-08-01Config: Add current FDI fileDaniel Stone1-0/+31
2007-08-01Config: Fix merge detritusDaniel Stone1-1/+0
2007-08-01Config: D-Bus core: Fix hook removalDaniel Stone1-1/+5
2007-08-01Convert all my license statements to the standard formDaniel Stone5-86/+96
2007-08-01Hotplug: Add HAL supportDaniel Stone4-3/+392
2007-08-01Hotplug: D-Bus: Dispatch harderDaniel Stone1-2/+6
2007-08-01Hotplug: D-Bus: API version 2Daniel Stone2-18/+53
2007-08-01Hotplug: Separate D-Bus into core and hotplug API componentsDaniel Stone5-480/+719
2007-07-26libconfig shouldn't be an installed library.Adam Jackson1-1/+1
2007-04-19config: Return errors as negative numbers, device ids as positive numbers.Peter Hutterer2-11/+12
2007-04-19Change dbus 'listDevices' call to not require an argument.Peter Hutterer2-13/+24
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 Stone2-113/+214
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 Stone3-0/+312