summaryrefslogtreecommitdiffstats
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-2/+3
* Fix bug on error report.Luiz Augusto von Dentz2009-01-231-1/+1
* Update copyright informationMarcel Holtmann2009-01-0111-11/+11
* Fix spelling mistakesMarcel Holtmann2008-12-301-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-232-1/+3
* Disallow Network.Disconnect from unauthorized senders.Luiz Augusto von Dentz2008-12-011-0/+17
* Remove deprecated methods and signals from network interfaceMarcel Holtmann2008-12-011-34/+0
* Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann2008-12-011-5/+28
|\
| * Add disconnect watch for Network.Connect method.Luiz Augusto von Dentz2008-12-011-5/+28
* | Disable the usage of scripts for nowMarcel Holtmann2008-12-011-0/+2
|/
* Use correct property types for Device and UUIDJohan Hedberg2008-11-221-2/+2
* Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz2008-11-171-2/+2
* 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