summaryrefslogtreecommitdiffstats
path: root/network/connection.c
Commit message (Expand)AuthorAgeFilesLines
* Fix network regression which caused disconnections.Luiz Augusto von Dentz2009-03-121-67/+51
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-251-2/+2
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-3/+3
* Make network plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-25/+38
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Fix spelling mistakesMarcel Holtmann2008-12-301-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-231-0/+1
* 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
* Add disconnect watch for Network.Connect method.Luiz Augusto von Dentz2008-12-011-5/+28
* Use correct property types for Device and UUIDJohan Hedberg2008-11-221-2/+2
* 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-161-6/+3
* 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
* Fix D-Bus API for serial and network pluginsMarcel Holtmann2008-09-061-1/+1
* Network: removed unused functionClaudio Takahasi2008-09-051-6/+0
* Network: Minor cleanupClaudio Takahasi2008-09-011-8/+0
* Add 30s timeout to setup connection phaseMarcel Holtmann2008-08-081-0/+12
* 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-291-1/+1
* Fix network plugin to reflect the api documentation.Luiz Augusto von Dentz2008-07-281-114/+166
* Cleanup network manager.Luiz Augusto von Dentz2008-07-281-258/+43
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-071-0/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-2/+2
* Remove use of dbus_connection_get_object_user_data from network.Luiz Augusto von Dentz2008-06-061-6/+15
* Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz2008-06-031-4/+20
* Convert network connection handling to gdbus APIMarcel Holtmann2008-05-271-173/+121
* Convert network manager interface to use gdbus APIMarcel Holtmann2008-05-271-2/+0
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-1/+1
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+0
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-92/+19
* Fix bug that prevent bnep interfaces to come up on reconnection.Luiz Augusto von Dentz2008-05-061-0/+1
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-10/+10
* Fix code style.Luiz Augusto von Dentz2007-10-221-1/+1
* Fixes cross storage and adapter path.Luiz Augusto von Dentz2007-10-221-3/+17
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
* Fixes codestyle, bridge creation and some code cleanup.Luiz Augusto von Dentz2007-09-281-10/+10
* Rework configuration file to use roles.Luiz Augusto von Dentz2007-09-281-13/+2
* Add support for script execution.Luiz Augusto von Dentz2007-09-281-3/+3
* Add bridge name support.Luiz Augusto von Dentz2007-09-281-35/+60
* Add LastConnection, DefaultConnection and ChangeDefaultConnection API methods...Luiz Augusto von Dentz2007-05-171-8/+21
* Fixes storage problems with connections and fix bug of CreateConnection not c...Luiz Augusto von Dentz2007-05-161-3/+35
* Add CancelConnect to Connection interface.Luiz Augusto von Dentz2007-05-141-4/+26