Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Report socket error when bridge module fails to load. | Luiz Augusto von Dentz | 2008-03-07 | 1 | -1/+5 | |
| | | ||||||
| * | Update documentation | Marcel Holtmann | 2008-03-07 | 4 | -19/+43 | |
| | | ||||||
| * | glib-helper: Extracting the sdp record | Claudio Takahasi | 2008-03-07 | 1 | -2/+33 | |
| | | ||||||
| * | Move documentation into doc directory | Marcel Holtmann | 2008-03-07 | 3 | -0/+2 | |
| | | ||||||
| * | Fix handling of compat_ppoll when no timeout is specified | Marcel Holtmann | 2008-03-07 | 1 | -1/+6 | |
| | | ||||||
| * | Allow event listening and commands at the same time | Marcel Holtmann | 2008-03-07 | 1 | -1/+1 | |
| | | ||||||
| * | glib-helper: use g_try_malloc instead of g_malloc | Claudio Takahasi | 2008-03-07 | 1 | -3/+5 | |
| | | ||||||
| * | added missing conditions for sdp connect watch | Claudio Takahasi | 2008-03-06 | 1 | -1/+2 | |
| | | ||||||
| * | Add CreateDeviceWithAgent to adapter API. | Luiz Augusto von Dentz | 2008-03-06 | 1 | -0/+4 | |
| | | ||||||
| * | added bt_discover_services function | Claudio Takahasi | 2008-03-06 | 4 | -18/+195 | |
| | | ||||||
| * | decoder optimization, now using nested multiply calls | Brad Midgley | 2008-03-06 | 1 | -48/+51 | |
| | | ||||||
| * | Add skeleton for GLib helpers | Marcel Holtmann | 2008-03-06 | 3 | -2/+66 | |
| | | ||||||
| * | Add directory for documentation | Marcel Holtmann | 2008-03-06 | 3 | -1/+4 | |
| | | ||||||
| * | Fixed DeviceFound signal signature | Claudio Takahasi | 2008-03-06 | 1 | -7/+7 | |
| | | ||||||
| * | Fix CUPS error and state reporting | Marcel Holtmann | 2008-03-06 | 3 | -18/+54 | |
| | | ||||||
| * | Fixing some method signatures in the Adapter Interface. | Vinicius Gomes | 2008-03-05 | 1 | -2/+2 | |
| | | ||||||
| * | Adding Device Interface | Vinicius Gomes | 2008-03-05 | 3 | -14/+51 | |
| | | ||||||
| * | Adapts the device name to the new way. | Vinicius Gomes | 2008-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add new D-Bus API documentation. | Luiz Augusto von Dentz | 2008-03-05 | 2 | -0/+147 | |
| | | ||||||
| * | Introduces new Adapter signals. | Vinicius Gomes | 2008-03-05 | 1 | -2/+9 | |
| | | ||||||
| * | Introduces the new Adapter Interface. | Vinicius Gomes | 2008-03-05 | 1 | -10/+22 | |
| | | ||||||
| * | Use the GMarkup stubs from eglib | Marcel Holtmann | 2008-03-05 | 3 | -50/+2 | |
| | | ||||||
| * | Make sure that sizeof(struct _GMarkupParseContext) > 0 | Johan Hedberg | 2008-03-05 | 1 | -0/+1 | |
| | | ||||||
| * | Implement empty stubs for a minimal set of GMarkup functions | Johan Hedberg | 2008-03-05 | 2 | -0/+89 | |
| | | ||||||
| * | Fix distribution buildutils-3.28 | Marcel Holtmann | 2008-03-05 | 1 | -2/+1 | |
| | | ||||||
| * | Update changelog and bump version number | Marcel Holtmann | 2008-03-05 | 2 | -1/+12 | |
| | | ||||||
| * | Enable gcc -O3 optimizations for SBC | Marcel Holtmann | 2008-03-05 | 1 | -0/+2 | |
| | | ||||||
| * | Remove the support for SDP parsing via expat | Marcel Holtmann | 2008-03-05 | 7 | -321/+0 | |
| | | ||||||
| * | Avoid potential allignment trap | Johan Hedberg | 2008-03-05 | 1 | -1/+10 | |
| | | ||||||
| * | Remove unnecessary empty line | Johan Hedberg | 2008-03-05 | 1 | -1/+0 | |
| | | ||||||
| * | Rename ForceMaster to just Master | Johan Hedberg | 2008-03-05 | 4 | -4/+4 | |
| | | ||||||
| * | Use HFP instead of EnableHFP | Johan Hedberg | 2008-03-05 | 2 | -2/+2 | |
| | | ||||||
| * | Do master role switching by default and add ForceMaster config option | Johan Hedberg | 2008-03-05 | 7 | -24/+75 | |
| | | ||||||
| * | Make alsa plugin to detect disconnection of devices. | Luiz Augusto von Dentz | 2008-03-04 | 1 | -4/+19 | |
| | | ||||||
| * | Use "hfp" instead of "no_hfp" and "EnableHFP" instead of "DisableHFP" to ↵ | Johan Hedberg | 2008-03-04 | 2 | -5/+5 | |
| | | | | | | | | make the options more clear to understand (avoid double negatives) | |||||
| * | network: cleanup - unnecessary definition | Claudio Takahasi | 2008-02-29 | 1 | -3/+0 | |
| | | ||||||
| * | Fix code style. | Luiz Augusto von Dentz | 2008-02-29 | 1 | -2/+2 | |
| | | ||||||
| * | Remove possible extra memcpy for gstreamer plugin. | Luiz Augusto von Dentz | 2008-02-29 | 1 | -5/+3 | |
| | | ||||||
| * | Cidorvan's 4-subband overflow fixes | Brad Midgley | 2008-02-29 | 2 | -7/+7 | |
| | | ||||||
| * | Fix bug sending empty packages and remove a buffer copy. | Luiz Augusto von Dentz | 2008-02-28 | 1 | -1/+3 | |
| | | ||||||
| * | Add 3 second timer before disconnecting unused HSP/HSP connections | Johan Hedberg | 2008-02-28 | 1 | -5/+38 | |
| | | ||||||
| * | Update changelog and bump version numberutils-3.27 | Marcel Holtmann | 2008-02-23 | 2 | -1/+16 | |
| | | ||||||
| * | Replace 64bits multiplies by 32bits to further optimize the code | Johan Hedberg | 2008-02-22 | 2 | -35/+29 | |
| | | ||||||
| * | Disable check for dbus-glib | Marcel Holtmann | 2008-02-22 | 1 | -1/+2 | |
| | | ||||||
| * | Fix runtime warnings of gstreamer plugin. | Luiz Augusto von Dentz | 2008-02-20 | 4 | -10/+10 | |
| | | ||||||
| * | Update gstreamer plugin to use new sbc API. | Luiz Augusto von Dentz | 2008-02-19 | 9 | -192/+199 | |
| | | ||||||
| * | Fix alsa plugin to make use of sbc new API. | Luiz Augusto von Dentz | 2008-02-19 | 1 | -20/+21 | |
| | | ||||||
| * | Introduce sbc new API. | Luiz Augusto von Dentz | 2008-02-19 | 4 | -171/+247 | |
| | | ||||||
| * | Refuse Headset.Play() when HCI routing is configured | Johan Hedberg | 2008-02-19 | 1 | -0/+6 | |
| | | ||||||
| * | Implement basic headset automatic disconnect support | Johan Hedberg | 2008-02-19 | 1 | -16/+24 | |
| | |