summaryrefslogtreecommitdiff
path: root/network
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Update copyright informationMarcel Holtmann11-11/+11
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-19/+0
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann1-7/+2
2009-05-27Make network plugin to use adapter references.Luiz Augusto von Dentz3-25/+29
2009-05-04Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz1-0/+4
2009-05-02Fix address variable typeJohan Hedberg1-1/+1
2009-04-27Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz1-1/+2
2009-04-22Make network plugin to use disconnect watches.Luiz Augusto von Dentz3-8/+27
2009-04-21Using # operator to stringify plugin name.Alok Barsode1-1/+1
2009-04-21Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode1-1/+2
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg2-4/+4
2009-03-14Adding version check for plugins.Alok Barsode1-1/+1
2009-03-11Use GCC visibility for exporting symbolsMarcel Holtmann1-5/+5
2009-03-12Fix network regression which caused disconnections.Luiz Augusto von Dentz1-67/+51
2009-03-10Make use of AF_INET instead of AF_INET6.Luiz Augusto von Dentz1-2/+2
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg4-6/+6
2009-02-25Use safer strncpy instead of strcpyJohan Hedberg1-2/+2
2009-02-24Fix leaked sdp_record_tJohan Hedberg1-0/+1
2009-02-23Convert Network plugin to use confirm callback.Luiz Augusto von Dentz2-160/+112
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2-4/+4
2009-02-19Make network plugin to use BtIO API.Luiz Augusto von Dentz2-38/+56
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann1-2/+3
2009-01-23Fix bug on error report.Luiz Augusto von Dentz1-1/+1
2009-01-01Update copyright informationMarcel Holtmann11-11/+11
2008-12-30Fix spelling mistakesMarcel Holtmann1-1/+1
2008-12-23Add missing include definitionsMarcel Holtmann2-1/+3
2008-12-01Disallow Network.Disconnect from unauthorized senders.Luiz Augusto von Dentz1-0/+17
2008-12-01Remove deprecated methods and signals from network interfaceMarcel Holtmann1-34/+0
2008-12-01Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-cloneMarcel Holtmann1-5/+28
2008-12-01Add disconnect watch for Network.Connect method.Luiz Augusto von Dentz1-5/+28
2008-12-01Disable the usage of scripts for nowMarcel Holtmann1-0/+2
2008-11-22Use correct property types for Device and UUIDJohan Hedberg1-2/+2
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz1-2/+2
2008-10-24Use g_clear_error(&err) instead of g_error_free(err); err = NULLJohan Hedberg1-17/+9
2008-10-16Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg1-24/+18
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg2-12/+6
2008-10-09Make device driver probe calls take UUID's instead of full recordsJohan Hedberg1-8/+7
2008-10-04Remove uninitialized variable compiler warning with some gcc versionsJohan Hedberg1-7/+11
2008-10-03Fix uninitialized reply of multiple GetProperties methodsMarcel Holtmann1-0/+4
2008-10-02Mark old plugins API as deprecated.Luiz Augusto von Dentz1-3/+4
2008-10-02Add code to emit PropertyChanged on network interface.Luiz Augusto von Dentz1-0/+28
2008-10-02Add property support for network interface.Luiz Augusto von Dentz1-0/+48
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes1-6/+1
2008-09-08Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode1-4/+1
2008-09-08Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode1-6/+3
2008-09-06Fix D-Bus API for serial and network pluginsMarcel Holtmann2-4/+4
2008-09-06Fix D-Bus connection initMarcel Holtmann1-2/+2
2008-09-05Network: removed unused functionClaudio Takahasi1-6/+0
2008-09-05Network: missing unregister adapter driversClaudio Takahasi1-1/+4
2008-09-05Network: Missing DBusConnection unrefClaudio Takahasi1-5/+7