summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding adapter_set_mode and adapter_get_mode.Alok Barsode2008-08-133-4/+19
* 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 a...Luiz Augusto von Dentz2008-08-051-138/+185
| * 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
* Add example for main.confMarcel Holtmann2008-08-052-2/+28
* Set list separator before loading the config fileMarcel Holtmann2008-08-051-2/+2
* Use GLib option parsing instead of getoptMarcel Holtmann2008-08-051-26/+28
* Fail if GLib or GModule is not availableMarcel Holtmann2008-08-052-3/+5
* Don't include hcid.conf and hcid.conf.5 in the distributionMarcel Holtmann2008-08-051-1/+1
* Remove old config file parsing codeMarcel Holtmann2008-08-053-500/+2
* Add support for main.conf configuration fileJohan Hedberg2008-08-054-99/+90
* Use , instead of ; for list separator in main.confJohan Hedberg2008-08-051-0/+2
* Fix disabled plugins detectionJohan Hedberg2008-08-051-1/+1
* Fix bluetoothd usage textMarcel Holtmann2008-08-041-3/+3