summaryrefslogtreecommitdiffstats
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of dbus_connection_get_object_user_data from network.Luiz Augusto von Dentz2008-06-061-6/+15
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-1/+3
* Update autoconf/automake optionsMarcel Holtmann2008-06-031-1/+1
* Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz2008-06-032-106/+120
* Register network service as network driverMarcel Holtmann2008-05-291-17/+28
* Convert network connection handling to gdbus APIMarcel Holtmann2008-05-271-173/+121
* Convert network manager interface to use gdbus APIMarcel Holtmann2008-05-273-227/+155
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-203-0/+3
* Use g_key_file_get_string_list instead of g_key_file_get_stringJohan Hedberg2008-05-161-8/+11