summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * No #ifdef magic for local file includesMarcel Holtmann2007-01-251-7/+3
| * Moved HID store related functions to a new fileClaudio Takahasi2007-01-255-217/+268
| * Make IsExternal() experimentalMarcel Holtmann2007-01-251-0/+3
| * Implement Service.IsExternal methodJohan Hedberg2007-01-252-0/+24
| * Fix authorization agent pending requestsJohan Hedberg2007-01-251-2/+2
| * Change error messageMarcel Holtmann2007-01-241-1/+1
| * Fix authorization request handlingMarcel Holtmann2007-01-241-4/+10
| * Add some debug prints to the authorize processJohan Hedberg2007-01-242-1/+17
| * Code cleanup(missing static modifier)Claudio Takahasi2007-01-241-5/+5
| * Add support for requesting authorizationMarcel Holtmann2007-01-241-13/+98
| * Remove incorrect g_io_channel_unref callJohan Hedberg2007-01-244-192/+176
| * Set the default idle timeout to 30 secClaudio Takahasi2007-01-241-0/+1
| * Moved set_nonblocking to common/dbus.cClaudio Takahasi2007-01-245-83/+32
| * headsetd fixesJohan Hedberg2007-01-241-4/+7
| * Make eglib g_io_channel_unref behave as its glib counterpart with respect to ...Johan Hedberg2007-01-241-2/+2
| * Added GetVendorIdClaudio Takahasi2007-01-242-2/+13
| * Added GetProductIdClaudio Takahasi2007-01-242-2/+13
| * Added IsConnectedClaudio Takahasi2007-01-241-42/+66
| * Check if the input is already connected when "Connect" is requestedClaudio Takahasi2007-01-241-3/+16
| * Device unplug method removed: RemoveDevice is going to address this functiona...Claudio Takahasi2007-01-242-19/+0
| * Delete the stored HID info when removing the input deviceClaudio Takahasi2007-01-241-1/+10
| * Store the default adapter Bluetooth address to use it when creating/removing ...Claudio Takahasi2007-01-241-35/+26
| * More headset.c reworkJohan Hedberg2007-01-241-289/+432
| * Add errors when server setup failsMarcel Holtmann2007-01-241-1/+4
| * s/internal/external/ with respect to servicesJohan Hedberg2007-01-243-13/+13
| * Fully implement Database.UnregisterServiceJohan Hedberg2007-01-243-0/+19
| * Back to the database interfaceMarcel Holtmann2007-01-241-1/+1
| * Move service registration/authorization methods to database interfaceMarcel Holtmann2007-01-243-179/+224
| * Disconnect(if applied) when removing the deviceClaudio Takahasi2007-01-241-12/+28
| * Added function to store HID infoClaudio Takahasi2007-01-241-8/+47
| * TypoMarcel Holtmann2007-01-241-1/+1
| * Make it possible to disable the HID daemonMarcel Holtmann2007-01-242-0/+10
| * Service registration is done via the manager interfaceMarcel Holtmann2007-01-241-1/+1
| * Move service registration to the manager interfaceMarcel Holtmann2007-01-242-30/+51
| * Allow bus name as pattern for FindService()Marcel Holtmann2007-01-241-0/+3
| * Update service register/unregister methodsMarcel Holtmann2007-01-241-1/+13
| * Update option referencesMarcel Holtmann2007-01-242-37/+44
| * Update option referencesMarcel Holtmann2007-01-242-1/+7
| * Add support for service debuggingMarcel Holtmann2007-01-243-0/+34
| * Add support for internal debug servicesMarcel Holtmann2007-01-243-4/+119
| * Added HID unplug methodClaudio Takahasi2007-01-231-24/+30
| * Removed GIOChannel memory leakClaudio Takahasi2007-01-231-0/+6
| * rework of the headset daemon codeJohan Hedberg2007-01-231-413/+662
| * Workaround to use the default local adapterClaudio Takahasi2007-01-231-68/+35
| * Fixed wrong pending connection unrefClaudio Takahasi2007-01-231-1/+0
| * Added input disconnectClaudio Takahasi2007-01-231-1/+45
| * Code cleanup: missing HID control socket close and fixed code standardClaudio Takahasi2007-01-231-14/+20
| * Added L2CAP HID interrupt channel connect callbackClaudio Takahasi2007-01-231-2/+58
| * Add a connect only modeMarcel Holtmann2007-01-231-4/+17
| * Added L2CAP HID control channel connect callbackClaudio Takahasi2007-01-231-7/+60