summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move documentation into doc directoryMarcel Holtmann2008-03-073-0/+2
|
* Fix handling of compat_ppoll when no timeout is specifiedMarcel Holtmann2008-03-071-1/+6
|
* Allow event listening and commands at the same timeMarcel Holtmann2008-03-071-1/+1
|
* glib-helper: use g_try_malloc instead of g_mallocClaudio Takahasi2008-03-071-3/+5
|
* added missing conditions for sdp connect watchClaudio Takahasi2008-03-061-1/+2
|
* Add CreateDeviceWithAgent to adapter API.Luiz Augusto von Dentz2008-03-061-0/+4
|
* added bt_discover_services functionClaudio Takahasi2008-03-064-18/+195
|
* decoder optimization, now using nested multiply callsBrad Midgley2008-03-061-48/+51
|
* Add skeleton for GLib helpersMarcel Holtmann2008-03-063-2/+66
|
* Add directory for documentationMarcel Holtmann2008-03-063-1/+4
|
* Fixed DeviceFound signal signatureClaudio Takahasi2008-03-061-7/+7
|
* Fix CUPS error and state reportingMarcel Holtmann2008-03-063-18/+54
|
* Fixing some method signatures in the Adapter Interface.Vinicius Gomes2008-03-051-2/+2
|
* Adding Device InterfaceVinicius Gomes2008-03-053-14/+51
|
* Adapts the device name to the new way.Vinicius Gomes2008-03-051-1/+1
|
* Add new D-Bus API documentation.Luiz Augusto von Dentz2008-03-052-0/+147
|
* Introduces new Adapter signals.Vinicius Gomes2008-03-051-2/+9
|
* Introduces the new Adapter Interface.Vinicius Gomes2008-03-051-10/+22
|
* Use the GMarkup stubs from eglibMarcel Holtmann2008-03-053-50/+2
|
* Make sure that sizeof(struct _GMarkupParseContext) > 0Johan Hedberg2008-03-051-0/+1
|
* Implement empty stubs for a minimal set of GMarkup functionsJohan Hedberg2008-03-052-0/+89
|
* Fix distribution buildutils-3.28Marcel Holtmann2008-03-051-2/+1
|
* Update changelog and bump version numberMarcel Holtmann2008-03-052-1/+12
|
* Enable gcc -O3 optimizations for SBCMarcel Holtmann2008-03-051-0/+2
|
* Remove the support for SDP parsing via expatMarcel Holtmann2008-03-057-321/+0
|
* Avoid potential allignment trapJohan Hedberg2008-03-051-1/+10
|
* Remove unnecessary empty lineJohan Hedberg2008-03-051-1/+0
|
* Rename ForceMaster to just MasterJohan Hedberg2008-03-054-4/+4
|
* Use HFP instead of EnableHFPJohan Hedberg2008-03-052-2/+2
|
* Do master role switching by default and add ForceMaster config optionJohan Hedberg2008-03-057-24/+75
|
* Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz2008-03-041-4/+19
|
* Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to ↵Johan Hedberg2008-03-042-5/+5
| | | | make the options more clear to understand (avoid double negatives)
* network: cleanup - unnecessary definitionClaudio Takahasi2008-02-291-3/+0
|
* Fix code style.Luiz Augusto von Dentz2008-02-291-2/+2
|
* Remove possible extra memcpy for gstreamer plugin.Luiz Augusto von Dentz2008-02-291-5/+3
|
* Cidorvan's 4-subband overflow fixesBrad Midgley2008-02-292-7/+7
|
* Fix bug sending empty packages and remove a buffer copy.Luiz Augusto von Dentz2008-02-281-1/+3
|
* Add 3 second timer before disconnecting unused HSP/HSP connectionsJohan Hedberg2008-02-281-5/+38
|
* Update changelog and bump version numberutils-3.27Marcel Holtmann2008-02-232-1/+16
|
* Replace 64bits multiplies by 32bits to further optimize the codeJohan Hedberg2008-02-222-35/+29
|
* Disable check for dbus-glibMarcel Holtmann2008-02-221-1/+2
|
* Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz2008-02-204-10/+10
|
* Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz2008-02-199-192/+199
|
* Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz2008-02-191-20/+21
|
* Introduce sbc new API.Luiz Augusto von Dentz2008-02-194-171/+247
|
* Refuse Headset.Play() when HCI routing is configuredJohan Hedberg2008-02-191-0/+6
|
* Implement basic headset automatic disconnect supportJohan Hedberg2008-02-191-16/+24
|
* Implement proper HFP SLC handlingJohan Hedberg2008-02-193-222/+297
|
* Fix callback id typeJohan Hedberg2008-02-181-1/+1
|
* Cleanup headset connection logic to accommodate necessary HFP fixesJohan Hedberg2008-02-181-261/+296
|