summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * input: added already connected errorClaudio Takahasi2007-03-213-1/+11
| * input: added possible errors returned by the methods.Claudio Takahasi2007-03-211-3/+12
| * Missing connection attempt failed error for GetRemoteServiceHandlesClaudio Takahasi2007-03-211-0/+1
| * input: code cleanupClaudio Takahasi2007-03-214-46/+40
| * Implement generic HAL device helpersMarcel Holtmann2007-03-214-14/+49
| * Initial code of CreateConnection and RemoveConnection methods.Luiz Augusto von Dentz2007-03-201-21/+79
| * Initial code of CreateServer and RemoveServer methods.Luiz Augusto von Dentz2007-03-204-4/+86
| * Create a common HAL abstraction layerMarcel Holtmann2007-03-206-5/+58
| * Add HAL device for testingMarcel Holtmann2007-03-191-0/+11
| * Work around the missing D-Bus system busMarcel Holtmann2007-03-191-0/+4
| * Try to init the HAL contextMarcel Holtmann2007-03-193-2/+43
| * Check for HAL supportMarcel Holtmann2007-03-193-2/+9
| * Add skeleton for HAL supportMarcel Holtmann2007-03-193-1/+63
| * input: delete the stored input date when RemoveDevice is calledClaudio Takahasi2007-03-191-3/+6
| * input: code cleanupClaudio Takahasi2007-03-191-10/+9
| * input: moving "struct input_device" to device.hClaudio Takahasi2007-03-193-28/+27
| * input: handling encrypt_link function return value properlyClaudio Takahasi2007-03-191-2/+4
| * Moving input functions to the right filesClaudio Takahasi2007-03-199-974/+1029
| * Fix build, move errors to error file and add server registration.Luiz Augusto von Dentz2007-03-196-14/+46
| * - Fix standalone init when there is no bluetooth adapter.Luiz Augusto von Dentz2007-03-194-6/+33
| * update the sbc encoder from the working fixed-point code in the sbc projectBrad Midgley2007-03-174-23/+1453
| * Initial implementation of network server interface.Luiz Augusto von Dentz2007-03-161-0/+135
| * Add minimal support for bridge creation and removalMarcel Holtmann2007-03-165-3/+125
| * Add error specific skeleton filesMarcel Holtmann2007-03-166-3/+104
| * Network: Added network connection methods skeletonClaudio Takahasi2007-03-151-0/+127
| * Network: Added ListServersClaudio Takahasi2007-03-151-1/+24
| * Network: Added unknown connection path fallbackClaudio Takahasi2007-03-131-1/+5
| * Add skeleton for manager interfaceMarcel Holtmann2007-03-134-1/+65
| * Network: support for standalone start modeClaudio Takahasi2007-03-121-0/+3
| * Fix segfault when no passkey agents are registeredJohan Hedberg2007-03-121-9/+9
| * Network: added server methods skeletonClaudio Takahasi2007-03-122-0/+208
| * Add skeleton for manager interfaceMarcel Holtmann2007-03-094-2/+70
| * Network: main loop creationClaudio Takahasi2007-03-091-0/+42
| * Don't forget to link against GLibMarcel Holtmann2007-03-091-2/+2
| * Add API document and service description fileMarcel Holtmann2007-03-092-0/+17
| * Create init and exit functionsMarcel Holtmann2007-03-093-0/+18
| * Add skeleton for network serviceMarcel Holtmann2007-03-099-3/+171
| * Fix not result checking warningMarcel Holtmann2007-03-091-1/+2
| * Removed dupplicated errno header includeClaudio Takahasi2007-03-091-1/+0
| * indicatecallBrad Midgley2007-03-081-0/+18
| * flesh out headset objectBrad Midgley2007-03-081-0/+20
| * Input: useless code removed, stored devices are always created when the daemo...Claudio Takahasi2007-03-061-35/+7
| * Fix small typoMarcel Holtmann2007-03-061-1/+1
| * Input: added extra GIOConditon(HUP, ERR and NVAL) for watchesClaudio Takahasi2007-03-051-1/+18
| * Add adapter interface based trust related methodsMarcel Holtmann2007-03-051-1/+23
| * Input: Use stored device name instead of the service name attributeClaudio Takahasi2007-03-013-6/+44
| * Input: don't store the HID name in the "input" file && removed magic number i...Claudio Takahasi2007-03-011-17/+17
| * Input: renamed input storage file to "input"Claudio Takahasi2007-03-012-4/+5
| * Input: code cleanupClaudio Takahasi2007-02-281-9/+9
| * Input: Using glib memory alloc functionsClaudio Takahasi2007-02-282-56/+36