summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-03-07Update documentationMarcel Holtmann4-19/+43
2008-03-07glib-helper: Extracting the sdp recordClaudio Takahasi1-2/+33
2008-03-07Move documentation into doc directoryMarcel Holtmann3-0/+2
2008-03-07Fix handling of compat_ppoll when no timeout is specifiedMarcel Holtmann1-1/+6
2008-03-07Allow event listening and commands at the same timeMarcel Holtmann1-1/+1
2008-03-07glib-helper: use g_try_malloc instead of g_mallocClaudio Takahasi1-3/+5
2008-03-06added missing conditions for sdp connect watchClaudio Takahasi1-1/+2
2008-03-06Add CreateDeviceWithAgent to adapter API.Luiz Augusto von Dentz1-0/+4
2008-03-06added bt_discover_services functionClaudio Takahasi4-18/+195
2008-03-06decoder optimization, now using nested multiply callsBrad Midgley1-48/+51
2008-03-06Add skeleton for GLib helpersMarcel Holtmann3-2/+66
2008-03-06Add directory for documentationMarcel Holtmann3-1/+4
2008-03-06Fixed DeviceFound signal signatureClaudio Takahasi1-7/+7
2008-03-06Fix CUPS error and state reportingMarcel Holtmann3-18/+54
2008-03-05Fixing some method signatures in the Adapter Interface.Vinicius Gomes1-2/+2
2008-03-05Adding Device InterfaceVinicius Gomes3-14/+51
2008-03-05Adapts the device name to the new way.Vinicius Gomes1-1/+1
2008-03-05Add new D-Bus API documentation.Luiz Augusto von Dentz2-0/+147
2008-03-05Introduces new Adapter signals.Vinicius Gomes1-2/+9
2008-03-05Introduces the new Adapter Interface.Vinicius Gomes1-10/+22
2008-03-05Use the GMarkup stubs from eglibMarcel Holtmann3-50/+2
2008-03-05Make sure that sizeof(struct _GMarkupParseContext) > 0Johan Hedberg1-0/+1
2008-03-05Implement empty stubs for a minimal set of GMarkup functionsJohan Hedberg2-0/+89
2008-03-05Fix distribution buildMarcel Holtmann1-2/+1
2008-03-05Update changelog and bump version numberMarcel Holtmann2-1/+12
2008-03-05Enable gcc -O3 optimizations for SBCMarcel Holtmann1-0/+2
2008-03-05Remove the support for SDP parsing via expatMarcel Holtmann7-321/+0
2008-03-05Avoid potential allignment trapJohan Hedberg1-1/+10
2008-03-05Remove unnecessary empty lineJohan Hedberg1-1/+0
2008-03-05Rename ForceMaster to just MasterJohan Hedberg4-4/+4
2008-03-05Use HFP instead of EnableHFPJohan Hedberg2-2/+2
2008-03-05Do master role switching by default and add ForceMaster config optionJohan Hedberg7-24/+75
2008-03-04Make alsa plugin to detect disconnection of devices.Luiz Augusto von Dentz1-4/+19
2008-03-04Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to make...Johan Hedberg2-5/+5
2008-02-29network: cleanup - unnecessary definitionClaudio Takahasi1-3/+0
2008-02-29Fix code style.Luiz Augusto von Dentz1-2/+2
2008-02-29Remove possible extra memcpy for gstreamer plugin.Luiz Augusto von Dentz1-5/+3
2008-02-29Cidorvan's 4-subband overflow fixesBrad Midgley2-7/+7
2008-02-28Fix bug sending empty packages and remove a buffer copy.Luiz Augusto von Dentz1-1/+3
2008-02-28Add 3 second timer before disconnecting unused HSP/HSP connectionsJohan Hedberg1-5/+38
2008-02-23Update changelog and bump version numberMarcel Holtmann2-1/+16
2008-02-22Replace 64bits multiplies by 32bits to further optimize the codeJohan Hedberg2-35/+29
2008-02-22Disable check for dbus-glibMarcel Holtmann1-1/+2
2008-02-20Fix runtime warnings of gstreamer plugin.Luiz Augusto von Dentz4-10/+10
2008-02-19Update gstreamer plugin to use new sbc API.Luiz Augusto von Dentz9-192/+199
2008-02-19Fix alsa plugin to make use of sbc new API.Luiz Augusto von Dentz1-20/+21
2008-02-19Introduce sbc new API.Luiz Augusto von Dentz4-171/+247
2008-02-19Refuse Headset.Play() when HCI routing is configuredJohan Hedberg1-0/+6
2008-02-19Implement basic headset automatic disconnect supportJohan Hedberg1-16/+24
2008-02-19Implement proper HFP SLC handlingJohan Hedberg3-222/+297