summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Make audio plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-124-117/+270
|
* Make serial plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-125-1046/+1205
|
* Make network plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-123-340/+266
|
* Remove server.h and server.c files.Luiz Augusto von Dentz2008-08-127-117/+20
|
* Release 4.14.1Marcel Holtmann2008-08-082-1/+6
|
* Add 30s timeout to setup connection phaseMarcel Holtmann2008-08-081-0/+12
|
* Allow BNEP connection to timeout after 30 secondsMarcel Holtmann2008-08-081-0/+12
|
* Avoid memory copies in A2DP write routineMarcel Holtmann2008-08-081-42/+68
|
* Make sure to include compat/sdp.h in the distributionMarcel Holtmann2008-08-071-3/+3
|
* Release 4.04.0Marcel Holtmann2008-08-062-1/+3
|
* Remove L2CAP and RFCOMM timeout constantsMarcel Holtmann2008-08-062-5/+0
|
* Some minor coding style fixesMarcel Holtmann2008-08-061-1/+7
|
* Remove unused HCI definitionsMarcel Holtmann2008-08-063-23/+0
|
* Set proper default link mode and link policyMarcel Holtmann2008-08-061-0/+7
|
* Fix make distcheck build processMarcel Holtmann2008-08-061-3/+3
|
* Include server.[ch] into the build processMarcel Holtmann2008-08-061-1/+1
|
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-067-58/+26
|
* Use new major version for Bluetooth libraryMarcel Holtmann2008-08-061-1/+1
|
* Remove deprecated hci_local_name and hci_remote_name functionsMarcel Holtmann2008-08-062-13/+0
|
* Mention the GLib requirement and that USB library is optionalMarcel Holtmann2008-08-051-1/+2
|
* Merge branch 'bluez4' of git://git.infradead.org/users/vudentz/bluez-utilsMarcel Holtmann2008-08-0511-184/+344
|\
| * Add initial implementation of adapter driver.Luiz Augusto von Dentz2008-08-052-6/+15
| |
| * Implement agent fallback mechanism when receiving DBUS_ERROR_UNKNOWN_METHOD ↵Luiz Augusto von Dentz2008-08-051-138/+185
| | | | | | | | and DBUS_ERROR_NO_REPLY erros.
| * Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-058-41/+9
| |
| * Add missing files driver.c and driver.h.Luiz Augusto von Dentz2008-08-052-0/+136
| |
* | Fix typo in main.conf help textMarcel Holtmann2008-08-051-1/+1
|/
* Remove obsolete security and pairing optionMarcel Holtmann2008-08-052-19/+4
|
* Remove left-over parser_device declarationMarcel Holtmann2008-08-051-1/+0
|
* Remove the default PIN code optionMarcel Holtmann2008-08-052-7/+1
|