aboutsummaryrefslogtreecommitdiff
path: root/network
AgeCommit message (Expand)Author
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg
2010-07-13Refuse connections if no NAP server is registeredMarcel Holtmann
2010-07-13Handle network server application disconnectsMarcel Holtmann
2010-07-13Use "Network service" for network SDP record descriptionMarcel Holtmann
2010-07-13Add support for starting/stopping network NAP serverMarcel Holtmann
2010-07-13Remove last crufts of overbloated network configurationMarcel Holtmann
2010-07-13Remove unused network configuration disable checkingMarcel Holtmann
2010-07-13Don't show an error if network.conf is not availableMarcel Holtmann
2010-07-12Provide only new network server D-Bus APIMarcel Holtmann
2010-07-12Remove unused options from network example configurationMarcel Holtmann
2010-07-12Remove some outdated server code from network pluginMarcel Holtmann
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz
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-08-23Switch to a full non-recursive build systemMarcel Holtmann
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann
2009-05-27Make network plugin to use adapter references.Luiz Augusto von Dentz
2009-05-04Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz
2009-05-02Fix address variable typeJohan Hedberg
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-04-21Using # operator to stringify plugin name.Alok Barsode
2009-04-21Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
2009-03-14Adding version check for plugins.Alok Barsode
2009-03-11Use GCC visibility for exporting symbolsMarcel Holtmann
2009-03-12Fix network regression which caused disconnections.Luiz Augusto von Dentz
2009-03-10Make use of AF_INET instead of AF_INET6.Luiz Augusto von Dentz
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg
2009-02-25Use safer strncpy instead of strcpyJohan Hedberg
2009-02-24Fix leaked sdp_record_tJohan Hedberg
2009-02-23Convert Network plugin to use confirm callback.Luiz Augusto von Dentz
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-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann
2009-01-23Fix bug on error report.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-01Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann
2008-12-01Add disconnect watch for Network.Connect method.Luiz Augusto von Dentz
2008-12-01Disable the usage of scripts for nowMarcel Holtmann
2008-11-22Use correct property types for Device and UUIDJohan Hedberg
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz
2008-10-24Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg