Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove references to hcid.conf | Johan Hedberg | 2008-08-28 | 1 | -4/+2 | |
| | | ||||||
* | | Convert the discoverable timeout value to UInt32 first | Marcel Holtmann | 2008-08-28 | 1 | -1/+2 | |
| | | ||||||
* | | Allow address parameter for device removal | Marcel Holtmann | 2008-08-28 | 1 | -3/+7 | |
|/ | ||||||
* | Remove unused alloc_device_opts() function | Marcel Holtmann | 2008-08-27 | 2 | -23/+0 | |
| | ||||||
* | Only remove the bonding for non-temporary devices | Marcel Holtmann | 2008-08-27 | 1 | -2/+2 | |
| | ||||||
* | Fix broken logic to avoid error message with old kernels | Marcel Holtmann | 2008-08-27 | 1 | -4/+5 | |
| | ||||||
* | Check that a device is available | Marcel Holtmann | 2008-08-27 | 1 | -2/+2 | |
| | ||||||
* | Update IO capa selection process | Marcel Holtmann | 2008-08-27 | 1 | -0/+9 | |
| | ||||||
* | Allow specifying of reason for the disconnect | Marcel Holtmann | 2008-08-27 | 2 | -3/+8 | |
| | ||||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone | Marcel Holtmann | 2008-08-27 | 11 | -59/+39 | |
|\ | ||||||
| * | Cleanup: declaring some functions as static and removed some useless ↵ | Claudio Takahasi | 2008-08-26 | 4 | -12/+4 | |
| | | | | | | | | declarations | |||||
| * | Removed warnings | Claudio Takahasi | 2008-08-26 | 6 | -2/+16 | |
| | | ||||||
| * | Cleanup: unnecessary includes and defines, moved some declarations | Claudio Takahasi | 2008-08-26 | 4 | -48/+22 | |
| | | ||||||
* | | Add another build id for the "marcel" specific firmware | Marcel Holtmann | 2008-08-26 | 1 | -0/+1 | |
| | | ||||||
* | | Fix broken coding style | Marcel Holtmann | 2008-08-26 | 1 | -3/+2 | |
| | | ||||||
* | | Reject pairing if not "no bonding" and no agent is present | Marcel Holtmann | 2008-08-26 | 1 | -1/+2 | |
|/ | ||||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone | Marcel Holtmann | 2008-08-26 | 11 | -66/+9 | |
|\ | ||||||
| * | Cleanup: unnecessary includes | Claudio Takahasi | 2008-08-25 | 3 | -8/+1 | |
| | | ||||||
| * | Cleanup: unnecessary includes | Claudio Takahasi | 2008-08-25 | 6 | -33/+0 | |
| | | ||||||
| * | Cleanup: declaring some functions as static | Claudio Takahasi | 2008-08-25 | 2 | -10/+8 | |
| | | ||||||
| * | Cleanup: Removed unused function - adapter_auth_request_replied | Claudio Takahasi | 2008-08-25 | 2 | -15/+0 | |
| | | ||||||
* | | Fixing some invalid reads when removing multiple adapters. | Vinicius Costa Gomes | 2008-08-25 | 2 | -3/+6 | |
|/ | ||||||
* | Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for now | Marcel Holtmann | 2008-08-19 | 4 | -10/+7 | |
| | ||||||
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 19 | -347/+180 | |
| | ||||||
* | Fix loading adapter drivers. | Luiz Augusto von Dentz | 2008-08-18 | 2 | -17/+26 | |
| | ||||||
* | Mention a possible prefix to adapter and device path | Marcel Holtmann | 2008-08-15 | 2 | -2/+2 | |
| | ||||||
* | Include current API documents into gtk-doc | Marcel Holtmann | 2008-08-15 | 1 | -0/+28 | |
| | ||||||
* | Use const char for usage text | Marcel Holtmann | 2008-08-15 | 2 | -32/+32 | |
| | ||||||
* | Use const char for string constants | Marcel Holtmann | 2008-08-15 | 1 | -2/+2 | |
| | ||||||
* | Don't use VERSION in a string literal | Marcel Holtmann | 2008-08-15 | 2 | -6/+6 | |
| | ||||||
* | Use const char *main_help instead of char main_help[] | Marcel Holtmann | 2008-08-14 | 2 | -4/+4 | |
| | ||||||
* | Fix unnecessary use of variable. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -4/+3 | |
| | ||||||
* | Fix warnings on network. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -2/+2 | |
| | ||||||
* | Remove unused kword files | Marcel Holtmann | 2008-08-14 | 2 | -139/+0 | |
| | ||||||
* | Add gtk-doc generated files | Marcel Holtmann | 2008-08-14 | 1 | -0/+9 | |
| | ||||||
* | Add infrastructure for gtk-doc support | Marcel Holtmann | 2008-08-14 | 7 | -5/+309 | |
| | ||||||
* | Process doc directory last | Marcel Holtmann | 2008-08-14 | 1 | -3/+3 | |
| | ||||||
* | Remove new page characters | Marcel Holtmann | 2008-08-14 | 2 | -14/+14 | |
| | ||||||
* | Fix build problem regarding PATH_MAX. | Luiz Augusto von Dentz | 2008-08-14 | 1 | -0/+1 | |
| | ||||||
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 6 | -74/+110 | |
| | ||||||
* | Adding adapter_get_state and adapter_set_state. | Alok Barsode | 2008-08-13 | 3 | -61/+114 | |
| | | | | Signed-off-by: Alok Barsode <alok@greatbear.(none)> | |||||
* | Adding adapter_set_mode and adapter_get_mode. | Alok Barsode | 2008-08-13 | 3 | -4/+19 | |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | |||||
* | Make audio plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 4 | -117/+270 | |
| | ||||||
* | Make serial plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 5 | -1046/+1205 | |
| | ||||||
* | Make network plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 3 | -340/+266 | |
| | ||||||
* | Remove server.h and server.c files. | Luiz Augusto von Dentz | 2008-08-12 | 7 | -117/+20 | |
| | ||||||
* | Release 4.14.1 | Marcel Holtmann | 2008-08-08 | 2 | -1/+6 | |
| | ||||||
* | Add 30s timeout to setup connection phase | Marcel Holtmann | 2008-08-08 | 1 | -0/+12 | |
| | ||||||
* | Allow BNEP connection to timeout after 30 seconds | Marcel Holtmann | 2008-08-08 | 1 | -0/+12 | |
| | ||||||
* | Avoid memory copies in A2DP write routine | Marcel Holtmann | 2008-08-08 | 1 | -42/+68 | |
| |