OSDN Git Service

Fix bogus error comparison
[android-x86/external-bluetooth-bluez.git] / network /
2009-05-27 Luiz Augusto von... Make network plugin to use adapter references.
2009-05-04 Luiz Augusto von... Fix bug which cause disconnect watches to run on freed...
2009-05-02 Johan HedbergFix address variable type
2009-04-27 Luiz Augusto von... Make disconnect watch callback to take removal flag.
2009-04-22 Luiz Augusto von... Make network plugin to use disconnect watches.
2009-04-21 Alok BarsodeUsing # operator to stringify plugin name.
2009-04-21 Alok BarsodeAdd priority field to plugin descriptor definition...
2009-03-24 Johan HedbergConvert some not-so-important info logs to debug logs
2009-03-14 Alok BarsodeAdding version check for plugins.
2009-03-11 Marcel HoltmannUse GCC visibility for exporting symbols
2009-03-12 Luiz Augusto von... Fix network regression which caused disconnections.
2009-03-10 Luiz Augusto von... Make use of AF_INET instead of AF_INET6.
2009-02-25 Johan HedbergFix strncpy length parameters to avoid non-nul-terminat...
2009-02-25 Johan HedbergUse safer strncpy instead of strcpy
2009-02-24 Johan HedbergFix leaked sdp_record_t
2009-02-23 Luiz Augusto von... Convert Network plugin to use confirm callback.
2009-02-19 Luiz Augusto von... Make use of g_io_channel_shutdown instead of deprecated...
2009-02-19 Luiz Augusto von... Make network plugin to use BtIO API.
2009-01-29 Marcel HoltmannFix mostly every warning caused by -Wsign-compare
2009-01-23 Luiz Augusto von... Fix bug on error report.
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-30 Marcel HoltmannFix spelling mistakes
2008-12-23 Marcel HoltmannAdd missing include definitions
2008-12-01 Luiz Augusto von... Disallow Network.Disconnect from unauthorized senders.
2008-12-01 Marcel HoltmannRemove deprecated methods and signals from network...
2008-12-01 Marcel HoltmannMerge branch 'for-upstream' of git://gitorious.org...
2008-12-01 Luiz Augusto von... Add disconnect watch for Network.Connect method.
2008-12-01 Marcel HoltmannDisable the usage of scripts for now
2008-11-22 Johan HedbergUse correct property types for Device and UUID
2008-11-17 Luiz Augusto von... Make use of g_timeout_add_seconds whenever possible.
2008-10-24 Johan HedbergUse g_clear_error(&err) instead of g_error_free(err...
2008-10-16 Johan HedbergRename dbus_connection_emit_property_changed to emit_pr...
2008-10-16 Johan HedbergFix remaining places to use dict_append_entry too
2008-10-09 Johan HedbergMake device driver probe calls take UUID's instead...
2008-10-04 Johan HedbergRemove uninitialized variable compiler warning with...
2008-10-03 Marcel HoltmannFix uninitialized reply of multiple GetProperties methods
2008-10-02 Luiz Augusto von... Mark old plugins API as deprecated.
2008-10-02 Luiz Augusto von... Add code to emit PropertyChanged on network interface.
2008-10-02 Luiz Augusto von... Add property support for network interface.
2008-09-09 Marcel HoltmannMerge branch 'devel' of git://git.infradead.org/users...
2008-09-09 Vinicius Costa GomesCancels the pending request from agent side when receiv...
2008-09-08 Marcel HoltmannMerge branch 'for-upstream' of git://gitorious.org...
2008-09-08 Alok BarsodeRedefining device_get_address to take bdaddr_t as param...
2008-09-08 Alok BarsodeRedefining adapter_get_address to take bdaddr_t as...
2008-09-08 Johan HedbergMerge branch 'master' of ssh:///bluetooth/bluez
2008-09-05 Marcel HoltmannFix D-Bus API for serial and network plugins
2008-09-05 Johan HedbergMerge branch 'master' of ssh:///bluetooth/bluez
2008-09-05 Marcel HoltmannMerge branch 'master' of ssh:///bluetooth/bluez
2008-09-05 Marcel HoltmannFix D-Bus connection init
2008-09-05 Marcel HoltmannMerge branch 'master' of ssh:///bluetooth/bluez
2008-09-05 Claudio TakahasiNetwork: removed unused function
2008-09-05 Claudio TakahasiNetwork: missing unregister adapter drivers
2008-09-05 Claudio TakahasiNetwork: Missing DBusConnection unref
2008-09-04 Claudio TakahasiNetwork: removed memory leak and moved config file...
2008-09-04 Marcel HoltmannMerge branch 'for-upstream' of git://gitorious.org...
2008-09-04 Alok BarsodeRenaming struct adapter to struct btd_adapter.
2008-09-02 Marcel HoltmannMerge branch 'for-upstream' of git://gitorious.org...
2008-09-01 Claudio TakahasiNetwork: Removed unused function
2008-09-01 Claudio TakahasiNetwork: Removed old test script
2008-09-01 Claudio TakahasiNetwork: Removed old network API
2008-09-01 Claudio TakahasiNetwork: Minor cleanup
2008-08-28 Marcel HoltmannMerge branch 'devel' of git://git.infradead.org/users...
2008-08-28 Vinicius Costa GomesFixes a free on the wrong structure.
2008-08-26 Marcel HoltmannMerge branch 'for-upstream' of git://gitorious.org...
2008-08-25 Vinicius Costa GomesFixing some invalid reads when removing multiple adapters.
2008-08-19 Marcel HoltmannDon't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for now
2008-08-18 Luiz Augusto von... Remove driver.c driver.h and remove workaround for...
2008-08-14 Luiz Augusto von... Fix unnecessary use of variable.
2008-08-14 Luiz Augusto von... Fix warnings on network.
2008-08-13 Luiz Augusto von... Fix device driver callbacks to not take driver pointer.
2008-08-12 Luiz Augusto von... Make network plugin to register adapter drivers.
2008-08-07 Marcel HoltmannAdd 30s timeout to setup connection phase
2008-08-05 Marcel HoltmannMerge branch 'bluez4' of git://git.infradead.org/users...
2008-08-05 Luiz Augusto von... Introduce driver.c and driver.h files.
2008-07-30 Luiz Augusto von... Make use of peer_free instead of g_free.
2008-07-29 Marcel HoltmannMove hcid to src directory and rename it to bluetoothd
2008-07-28 Luiz Augusto von... Fix network plugin to reflect the api documentation.
2008-07-28 Alok BarsodeAdding adapter_get_address.
2008-07-28 Alok BarsodeAdding {driver, priv} list to btd_device and adding
2008-07-28 Luiz Augusto von... Cleanup network manager.
2008-07-28 Alok BarsodeAdding sdp_record list as parameter to probe.
2008-07-28 Alok BarsodeRenaming device to btd_device and making the
2008-07-26 Marcel HoltmannImport bluez-utils-3.36 revision history
2008-06-30 Claudio TakahasiFixed missing include
2008-06-30 Marcel HoltmannDon't use lib prefix for plugins
2008-06-17 Luiz Augusto von... Fix authorization mechanism for 3.x.
2008-06-16 Luiz Augusto von... Remove calls to RequestAuthorization.
2008-06-08 Marcel HoltmannUpdate probe/remove callback and implement serial API
2008-06-08 Marcel HoltmannUpdate plugin interface registration
2008-06-08 Marcel HoltmannUse DBG in plugin to show function names
2008-06-07 Marcel HoltmannMove some D-Bus helpers around
2008-06-07 Marcel HoltmannUse g_dbus_emit_signal for sending D-Bus signals
2008-06-06 Luiz Augusto von... Remove use of dbus_connection_get_object_user_data...
2008-06-06 Marcel HoltmannFix the last remains of sending helpers
2008-06-03 Marcel HoltmannUpdate autoconf/automake options
2008-06-03 Luiz Augusto von... Fixes missing parts of network which didn't use libgdbus.
2008-05-29 Marcel HoltmannRegister network service as network driver
2008-05-27 Marcel HoltmannConvert network connection handling to gdbus API
2008-05-27 Marcel HoltmannConvert network manager interface to use gdbus API
2008-05-20 Marcel HoltmannFix issues with missing include for PATH_MAX
next