summaryrefslogtreecommitdiffstats
path: root/network
Commit message (Collapse)AuthorAgeFilesLines
* Adding version check for plugins.Alok Barsode2009-03-141-1/+1
|
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-111-5/+5
|
* Fix network regression which caused disconnections.Luiz Augusto von Dentz2009-03-121-67/+51
|
* Make use of AF_INET instead of AF_INET6.Luiz Augusto von Dentz2009-03-101-2/+2
|
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-254-6/+6
|
* Use safer strncpy instead of strcpyJohan Hedberg2009-02-251-2/+2
|
* Fix leaked sdp_record_tJohan Hedberg2009-02-241-0/+1
|
* Convert Network plugin to use confirm callback.Luiz Augusto von Dentz2009-02-232-160/+112
|
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-192-4/+4
|
* Make network plugin to use BtIO API.Luiz Augusto von Dentz2009-02-192-38/+56
|
* 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
| | | | | Disconnect should only be possible for the 'owner' of the connection, the application which called Connect.
* 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
| | | | | | | | If the client leaves or dies the connection should be removed.
* | 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
| | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's.
* 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
|