summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 4.24.2Marcel Holtmann2008-08-292-1/+10
|
* Allow non-bondable and outgoing SDP without agentMarcel Holtmann2008-08-291-9/+7
|
* Add bluetoothd to .gitignoreMarcel Holtmann2008-08-291-0/+1
|
* Allow outgoing SDP connection without an agentMarcel Holtmann2008-08-291-1/+10
|
* Merge branch 'devel' of git://git.infradead.org/users/vcgomes/bluezMarcel Holtmann2008-08-292-3/+3
|\
| * Fixes a free on the wrong structure.Vinicius Costa Gomes2008-08-281-1/+2
| |
| * the bind call on l2cap_bind was using the wrong addressVinicius Costa Gomes2008-08-281-2/+1
| |
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/bluetooth/bluezMarcel Holtmann2008-08-291-4/+2
|\|
| * Remove references to hcid.confJohan Hedberg2008-08-281-4/+2
| |
* | Convert the discoverable timeout value to UInt32 firstMarcel Holtmann2008-08-281-1/+2
| |
* | Allow address parameter for device removalMarcel Holtmann2008-08-281-3/+7
|/
* Remove unused alloc_device_opts() functionMarcel Holtmann2008-08-272-23/+0
|
* Only remove the bonding for non-temporary devicesMarcel Holtmann2008-08-271-2/+2
|
* Fix broken logic to avoid error message with old kernelsMarcel Holtmann2008-08-271-4/+5
|
* Check that a device is availableMarcel Holtmann2008-08-271-2/+2
|
* Update IO capa selection processMarcel Holtmann2008-08-271-0/+9
|
* Allow specifying of reason for the disconnectMarcel Holtmann2008-08-272-3/+8
|
* Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-cloneMarcel Holtmann2008-08-2711-59/+39
|\
| * Cleanup: declaring some functions as static and removed some useless ↵Claudio Takahasi2008-08-264-12/+4
| | | | | | | | declarations
| * Removed warningsClaudio Takahasi2008-08-266-2/+16
| |
| * Cleanup: unnecessary includes and defines, moved some declarationsClaudio Takahasi2008-08-264-48/+22
| |
* | Add another build id for the "marcel" specific firmwareMarcel Holtmann2008-08-261-0/+1
| |
* | Fix broken coding styleMarcel Holtmann2008-08-261-3/+2
| |
* | Reject pairing if not "no bonding" and no agent is presentMarcel Holtmann2008-08-261-1/+2
|/
* Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-cloneMarcel Holtmann2008-08-2611-66/+9
|\
| * Cleanup: unnecessary includesClaudio Takahasi2008-08-253-8/+1
| |
| * Cleanup: unnecessary includesClaudio Takahasi2008-08-256-33/+0
| |
| * Cleanup: declaring some functions as staticClaudio Takahasi2008-08-252-10/+8
| |
| * Cleanup: Removed unused function - adapter_auth_request_repliedClaudio Takahasi2008-08-252-15/+0
| |
* | Fixing some invalid reads when removing multiple adapters.Vinicius Costa Gomes2008-08-252-3/+6
|/
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-194-10/+7
|
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-1819-347/+180
|
* Fix loading adapter drivers.Luiz Augusto von Dentz2008-08-182-17/+26
|
* Mention a possible prefix to adapter and device pathMarcel Holtmann2008-08-152-2/+2
|
* Include current API documents into gtk-docMarcel Holtmann2008-08-151-0/+28
|
* Use const char for usage textMarcel Holtmann2008-08-152-32/+32
|
* Use const char for string constantsMarcel Holtmann2008-08-151-2/+2
|
* Don't use VERSION in a string literalMarcel Holtmann2008-08-152-6/+6
|
* Use const char *main_help instead of char main_help[]Marcel Holtmann2008-08-142-4/+4
|
* Fix unnecessary use of variable.Luiz Augusto von Dentz2008-08-141-4/+3
|
* Fix warnings on network.Luiz Augusto von Dentz2008-08-141-2/+2
|
* Remove unused kword filesMarcel Holtmann2008-08-142-139/+0
|
* Add gtk-doc generated filesMarcel Holtmann2008-08-141-0/+9
|
* Add infrastructure for gtk-doc supportMarcel Holtmann2008-08-147-5/+309
|
* Process doc directory lastMarcel Holtmann2008-08-141-3/+3
|
* Remove new page charactersMarcel Holtmann2008-08-142-14/+14
|
* Fix build problem regarding PATH_MAX.Luiz Augusto von Dentz2008-08-141-0/+1
|
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-136-74/+110
|
* Adding adapter_get_state and adapter_set_state.Alok Barsode2008-08-133-61/+114
| | | | Signed-off-by: Alok Barsode <alok@greatbear.(none)>
* Adding adapter_set_mode and adapter_get_mode.Alok Barsode2008-08-133-4/+19
| | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com>