summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added ListConnectionsEduardo Rocha2006-03-211-0/+36
|
* Fixed discover devices without names and minor errors.Claudio Takahasi2006-03-213-54/+73
|
* Add skeleton for ST Microelectronics init routineMarcel Holtmann2006-03-202-0/+31
|
* Detect TTY detach and restore line disciplineMarcel Holtmann2006-03-201-35/+89
|
* Fix typo in manual pageMarcel Holtmann2006-03-201-1/+1
|
* Added D-Bus signals: RemoteDeviceConnected and RemoteDeviceDisconnectedClaudio Takahasi2006-03-205-39/+203
|
* added GetRemoteName: integrated with the discover procedure queueClaudio Takahasi2006-03-204-113/+158
|
* Add opened rfcomm device node filedescriptor to watch listJohan Hedberg2006-03-171-14/+42
|
* Fixed request name: allow only one instance of the daemon runningClaudio Takahasi2006-03-171-6/+8
|
* Add skeletons for D-Bus SDP and service interfacesMarcel Holtmann2006-03-173-1/+60
|
* Fix 64-bit warning with socklen_t usageMarcel Holtmann2006-03-171-3/+2
|
* added signature verification and code cleanupClaudio Takahasi2006-03-173-175/+298
|
* Initial create bonding serviceClaudio Takahasi2006-03-165-88/+358
|
* More RFCOMM D-Bus interface functionality: ConnectByChannel, Disconnect & ↵Johan Hedberg2006-03-161-4/+364
| | | | CancelConnectByChannel
* Fix error_connection_attempt_failed messsageJohan Hedberg2006-03-161-1/+1
|
* Fix GWatch leak in glib-ectomy.cJohan Hedberg2006-03-161-0/+1
|
* Add a couple of new errorsJohan Hedberg2006-03-162-0/+20
|
* Add some new D-Bus errorsJohan Hedberg2006-03-162-0/+18
|
* Fix memory leak in rfcomm_bind()Johan Hedberg2006-03-161-1/+1
|
* First round of RFCOMM D-Bus API implementationJohan Hedberg2006-03-153-0/+303
|
* sending the RemoteNameUpdate signal once instead of send it on every inquiry ↵Claudio Takahasi2006-03-153-43/+111
| | | | result event
* Connect rfcomm handler to adapter pathJohan Hedberg2006-03-153-0/+16
|
* added slist_foreach function and fixed small memory leakClaudio Takahasi2006-03-144-1/+20
|
* Fix another leak in name_data_free()Johan Hedberg2006-03-141-0/+2
|
* Fix memory leak in name_listener_removeJohan Hedberg2006-03-141-0/+1
|
* Fixed cancel discovery: checking the discover state to cancel the inquiry or ↵Claudio Takahasi2006-03-143-16/+52
| | | | remote name request procedure
* Use daemon() to put process into backgroundMarcel Holtmann2006-03-141-16/+5
|
* fixed wrong checking of the remote name complete event statusClaudio Takahasi2006-03-141-3/+3
|
* small cleanups and code styles changesClaudio Takahasi2006-03-131-19/+19
|
* Add DisconnectRemoteDevice method definitionMarcel Holtmann2006-03-131-0/+11
|
* Remove all trailing slash from the pathsMarcel Holtmann2006-03-131-6/+7
|
* Update list of authorsMarcel Holtmann2006-03-131-1/+2
|
* Fix init of struct hci_dbus_dataJohan Hedberg2006-03-131-4/+2
|
* Don't forget the newlinesMarcel Holtmann2006-03-131-2/+2
|
* Add some error messages printingMarcel Holtmann2006-03-131-6/+20
|
* Connect security interface to adapter objectsJohan Hedberg2006-03-131-7/+9
|
* Fix free'd memory access in UnregisterPasskeyAgent methodJohan Hedberg2006-03-131-3/+5
|
* Fix parsing of path parameterMarcel Holtmann2006-03-131-1/+1
|
* Switch autoinit and security on by defaultMarcel Holtmann2006-03-131-3/+4
|
* More passkey handler functionalityJohan Hedberg2006-03-135-32/+215
|
* Added remote name resolving queueClaudio Takahasi2006-03-135-66/+217
|
* Fix the interface names for the passkey agent methodsMarcel Holtmann2006-03-131-4/+4
|
* Fix segmentation fault with specific passkey agent and missing addressMarcel Holtmann2006-03-131-0/+5
|
* Small coding style cleanupsMarcel Holtmann2006-03-131-4/+8
|
* Fix DBUS tests for configureEduardo Rocha2006-03-131-1/+1
|
* Unregister the object path for the agent before closing the connectionMarcel Holtmann2006-03-131-0/+2
|
* Add support for Release method callbackMarcel Holtmann2006-03-131-4/+43
|
* The Release method doesn't need any parametersMarcel Holtmann2006-03-131-1/+1
|
* Define the Release method for the PasskeyAgent interfaceMarcel Holtmann2006-03-131-0/+8
|
* Cleanup passkey reply handlingJohan Hedberg2006-03-131-31/+30
|