aboutsummaryrefslogtreecommitdiff
path: root/network/connection.c
AgeCommit message (Expand)Author
2009-03-12Fix network regression which caused disconnections.Luiz Augusto von Dentz
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make network plugin to use BtIO API.Luiz Augusto von Dentz
2009-01-01Update copyright informationMarcel Holtmann
2008-12-30Fix spelling mistakesMarcel Holtmann
2008-12-23Add missing include definitionsMarcel Holtmann
2008-12-01Disallow Network.Disconnect from unauthorized senders.Luiz Augusto von Dentz
2008-12-01Remove deprecated methods and signals from network interfaceMarcel Holtmann
2008-12-01Add disconnect watch for Network.Connect method.Luiz Augusto von Dentz
2008-11-22Use correct property types for Device and UUIDJohan Hedberg
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg
2008-10-04Remove uninitialized variable compiler warning with some gcc versionsJohan Hedberg
2008-10-03Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann
2008-10-02Mark old plugins API as deprecated.Luiz Augusto von Dentz
2008-10-02Add code to emit PropertyChanged on network interface.Luiz Augusto von Dentz
2008-10-02Add property support for network interface.Luiz Augusto von Dentz
2008-09-06Fix D-Bus API for serial and network pluginsMarcel Holtmann
2008-09-05Network: removed unused functionClaudio Takahasi
2008-09-01Network: Minor cleanupClaudio Takahasi
2008-08-08Add 30s timeout to setup connection phaseMarcel Holtmann
2008-07-30Make use of peer_free instead of g_free.Luiz Augusto von Dentz
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann
2008-07-28Fix network plugin to reflect the api documentation.Luiz Augusto von Dentz
2008-07-28Cleanup network manager.Luiz Augusto von Dentz
2008-06-07Move some D-Bus helpers aroundMarcel Holtmann
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-06Remove use of dbus_connection_get_object_user_data from network.Luiz Augusto von Dentz
2008-06-03Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz
2008-05-27Convert network connection handling to gdbus APIMarcel Holtmann
2008-05-27Convert network manager interface to use gdbus APIMarcel Holtmann
2008-05-20Fix issues with missing include for PATH_MAXMarcel Holtmann
2008-05-14Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-07Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz
2008-05-06Fix bug that prevent bnep interfaces to come up on reconnection.Luiz Augusto von Dentz
2008-02-02Update copyright informationMarcel Holtmann
2007-11-26Update services to new error codes and helper functionsJohan Hedberg
2007-10-22Fix code style.Luiz Augusto von Dentz
2007-10-22Fixes cross storage and adapter path.Luiz Augusto von Dentz
2007-10-03Fix dict signatures.Luiz Augusto von Dentz
2007-09-28Fixes codestyle, bridge creation and some code cleanup.Luiz Augusto von Dentz
2007-09-28Rework configuration file to use roles.Luiz Augusto von Dentz
2007-09-28Add support for script execution.Luiz Augusto von Dentz
2007-09-28Add bridge name support.Luiz Augusto von Dentz
2007-05-17Add LastConnection, DefaultConnection and ChangeDefaultConnection API methods...Luiz Augusto von Dentz
2007-05-16Fixes storage problems with connections and fix bug of CreateConnection not c...Luiz Augusto von Dentz
2007-05-14Add CancelConnect to Connection interface.Luiz Augusto von Dentz