summaryrefslogtreecommitdiffstats
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg2008-10-241-17/+9
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-24/+18
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-162-12/+6
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-8/+7
* Remove uninitialized variable compiler warning with some gcc versionsJohan Hedberg2008-10-041-7/+11
* Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann2008-10-031-0/+4
* Mark old plugins API as deprecated.Luiz Augusto von Dentz2008-10-021-3/+4
* Add code to emit PropertyChanged on network interface.Luiz Augusto von Dentz2008-10-021-0/+28
* Add property support for network interface.Luiz Augusto von Dentz2008-10-021-0/+48
* Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes2008-09-091-6/+1
* Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-4/+1
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-6/+3
* Fix D-Bus API for serial and network pluginsMarcel Holtmann2008-09-062-4/+4
* Fix D-Bus connection initMarcel Holtmann2008-09-061-2/+2
* Network: removed unused functionClaudio Takahasi2008-09-051-6/+0
* Network: missing unregister adapter driversClaudio Takahasi2008-09-051-1/+4
* Network: Missing DBusConnection unrefClaudio Takahasi2008-09-051-5/+7
* Network: removed memory leak and moved config file related funcs to manager.cClaudio Takahasi2008-09-043-152/+153
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-9/+9
* Network: Removed unused functionClaudio Takahasi2008-09-012-21/+0
* Network: Removed old test scriptClaudio Takahasi2008-09-012-38/+1
* Network: Removed old network APIClaudio Takahasi2008-09-011-199/+0
* Network: Minor cleanupClaudio Takahasi2008-09-016-40/+5
* Fixes a free on the wrong structure.Vinicius Costa Gomes2008-08-281-1/+2
* Fixing some invalid reads when removing multiple adapters.Vinicius Costa Gomes2008-08-251-3/+4
* Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann2008-08-191-2/+3
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-182-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
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-25/+51
* Make network plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-123-340/+266
* Add 30s timeout to setup connection phaseMarcel Holtmann2008-08-081-0/+12
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
* Make use of peer_free instead of g_free.Luiz Augusto von Dentz2008-07-301-1/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-293-3/+3
* Fix network plugin to reflect the api documentation.Luiz Augusto von Dentz2008-07-283-161/+181
* Adding adapter_get_address.Alok Barsode2008-07-281-1/+1
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-6/+12
* Cleanup network manager.Luiz Augusto von Dentz2008-07-287-1062/+126
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-1/+1
* Renaming device to btd_device and making theAlok Barsode2008-07-281-4/+6
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-3/+2
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-1/+1
* Remove calls to RequestAuthorization.Luiz Augusto von Dentz2008-06-161-98/+2
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-7/+7
* Update plugin interface registrationMarcel Holtmann2008-06-081-0/+43
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-081-2/+2
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-072-0/+4
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-073-7/+7