aboutsummaryrefslogtreecommitdiff
path: root/network/connection.c
AgeCommit message (Expand)Author
2011-01-19Fix use of deprecated glib on network pluginLuiz Augusto von Dentz
2010-12-14network: use btd_error_failed()Gustavo F. Padovan
2010-12-08Add btd_error_already_connected()Gustavo F. Padovan
2010-12-08convert error to btd_error_not_supported()Gustavo F. Padovan
2010-12-08convert error to btd_error_not_connected()Gustavo F. Padovan
2010-12-08convert errors to btd_error_not_authorized()Gustavo F. Padovan
2010-11-28Remove unused includesJohan Hedberg
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg
2010-07-12Remove some outdated server code from network pluginMarcel Holtmann
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-02-02Rename network "Device" to "Interface"Marcel Holtmann
2010-01-01Update copyright informationMarcel Holtmann
2009-05-04Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz
2009-04-27Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz
2009-04-22Make network plugin to use disconnect watches.Luiz Augusto von Dentz
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
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