summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/nm-bluez5-manager.c
Commit message (Expand)AuthorAgeFilesLines
* shared,all: add and use DBUS_INTERFACE_OBJECT_MANAGER defineThomas Haller2019-09-221-1/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* bluetooth: fix leak in get_managed_objects_cb()Thomas Haller2019-08-231-1/+3
* bluetooth: pass GDBusConnection to NMBluezDeviceThomas Haller2019-08-121-1/+1
* bluetooth: drop BlueZ 4 support (2)Thomas Haller2019-08-121-1/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-4/+4
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller2017-10-301-4/+4
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* src/devices: use macros for property and signal namesBeniamino Galvani2017-09-181-2/+2
* bluetooth: assert against registering same device multiple timesThomas Haller2017-06-071-0/+3
* bluetooth/trivial: rename NetworkServer's network_servers fieldThomas Haller2017-06-071-6/+6
* bluetooth: split _find_network_server() in two functionsThomas Haller2017-06-071-18/+25
* bridge: move the Bluetooth NAP logic to bridge devicelr/bluetooth-napLubomir Rintel2017-06-011-1/+1
* device: don't include header of bluetooth plugin in nm-device.hThomas Haller2017-06-011-7/+5
* bluetooth: expose known HCI adapters to devicesLubomir Rintel2017-06-011-2/+211
* bluez5: avoid leaking the interface dictionaryLubomir Rintel2017-05-311-4/+1
* bluez5: use _NMLOGLubomir Rintel2017-05-311-14/+19
* bluetooth/trivial: rename the definesLubomir Rintel2017-05-311-6/+6
* bluetooth: streamline NMBluez5Manager teardown a bitLubomir Rintel2017-05-311-17/+7
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-30/+39
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-171-1/+1
* bluez: use NMSettings directly instead of NMConnectionProviderThomas Haller2016-05-241-7/+13
* all: fix a couple more gvariant iteration leaksLubomir Rintel2016-03-081-0/+1
* all: clean-up usage of GErrorThomas Haller2016-03-031-2/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* bluetooth, vpn-manager: use GDBusProxies to monitor servicesDan Winship2015-07-241-51/+14
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-241-2/+2
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-2/+3
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-031-33/+20
* all: consistently include config.hDan Winship2014-11-131-0/+2
* bluez: track adapter address in NMBluezDeviceDan Williams2014-10-131-1/+1
* bluez: make Bluetooth support a pluginDan Williams2014-03-031-0/+421