summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Check if agent is already createdCidorvan Leite2008-04-111-0/+3
* Fixed memory leak and added address checkCidorvan Leite2008-04-111-9/+10
* hcid: now the DeviceCreated signal is sent only when the pairing is complete.Vinicius Gomes2008-04-111-0/+10
* Plugin auth cancel: call device's agent when it is availableClaudio Takahasi2008-04-111-2/+19
* Fix possible memory leak.Luiz Augusto von Dentz2008-04-111-3/+10
* Emit signals properly when removing a device.Luiz Augusto von Dentz2008-04-113-108/+114
* Plugin auth: use device's agent when it is availableClaudio Takahasi2008-04-111-2/+4
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-106-35/+61
* simple-agent: added Authorize method handlerClaudio Takahasi2008-04-101-0/+6
* fixed wrong storage file nameClaudio Takahasi2008-04-101-1/+1
* Fix DeviceCreated/DeviceRemoved signal being emitted for temporary devices.Luiz Augusto von Dentz2008-04-092-9/+16
* Added new function for plugin authorizationClaudio Takahasi2008-04-096-7/+110
* Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-093-19/+29
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-085-248/+213
* cleanup: connection status is verified twice for RequestAuthorizationClaudio Takahasi2008-04-083-24/+14
* hcid: temporary devices, now devices created at incoming pairing are removed ...Vinicius Gomes2008-04-073-5/+14
* agent Authorize: fixed wrong argument typeClaudio Takahasi2008-04-071-1/+1
* Fix agent double free on device removal.Luiz Augusto von Dentz2008-04-042-15/+16
* cleanup: unused listClaudio Takahasi2008-04-041-1/+0
* search_service cleanupClaudio Takahasi2008-04-034-7/+7
* hcid: fixing a segmentation fault, when the first pair failed.Vinicius Gomes2008-04-031-6/+1
* hcid: creating the device object when the pair is initiated by the remote dev...Vinicius Gomes2008-04-033-11/+42
* Fix SetMode/SetProperty behavior so it actually call agent to confirm mode wh...Luiz Augusto von Dentz2008-04-021-34/+79
* Change last_mode to global_mode.Luiz Augusto von Dentz2008-04-022-9/+10
* Add RequestMode sessions support.Luiz Augusto von Dentz2008-04-022-17/+83
* request_mode_cb should be staticJohan Hedberg2008-04-021-1/+1
* TODO list updateClaudio Takahasi2008-04-011-33/+0
* Remove the future API documentMarcel Holtmann2008-04-011-65/+0
* Don't built the standalone SDP serverMarcel Holtmann2008-04-011-6/+0
* Keep the option for the builtin SDP server even if it is a noopMarcel Holtmann2008-04-011-2/+6
* Unload plugins which fails to init.Luiz Augusto von Dentz2008-04-011-3/+6
* Fixed usage messageCidorvan Leite2008-04-011-1/+1
* Removed SDP conditional initializationCidorvan Leite2008-03-312-102/+40
* device: fixing the TrustRemoved signal, when setting the Trusted attribute vi...Vinicius Gomes2008-03-281-1/+2
* Make use of g_module_error when a plugin fails to load.Luiz Augusto von Dentz2008-03-271-1/+1
* hcid: fixing the PropertyChanged signal for PeriodicDiscoveryVinicius Gomes2008-03-271-4/+4
* missing DiscoverDevices and CancelDiscovery methods in the old APIClaudio Takahasi2008-03-271-0/+4
* Fixed plugin clean up.Cidorvan Leite2008-03-271-2/+2
* Fix plugin init to just load .so files and add a stat check.Luiz Augusto von Dentz2008-03-261-1/+14
* network: Add/Remove records directly instead of use D-Bus messagesClaudio Takahasi2008-03-261-6/+6
* Fix g_free that may cause segmentation fault.Luiz Augusto von Dentz2008-03-251-1/+3
* Fix possible memory leak on plugin failure and make plugin_init fail if the c...Luiz Augusto von Dentz2008-03-251-30/+30
* Emit old device signals when a property is changed.Luiz Augusto von Dentz2008-03-241-2/+18
* Fix dbus_message_iter_append_variant to use dbus string array format (char **...Luiz Augusto von Dentz2008-03-241-15/+35
* Load plugins later in the init processMarcel Holtmann2008-03-221-2/+6
* Don't try to unregister non hciX objectsMarcel Holtmann2008-03-221-0/+3
* Fixed wrong report of create device in progress errorClaudio Takahasi2008-03-201-1/+3
* Add Adapter property to device GetProperties.Luiz Augusto von Dentz2008-03-201-2/+8
* Remove another incorrect call to agent_destroyJohan Hedberg2008-03-201-5/+0
* Remove invalid call to agent_destroyJohan Hedberg2008-03-201-5/+0