summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/nm-bluez-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix minor typosYuri Chornoivan2020-07-071-5/+5
* shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-241-3/+3
* device/bluetooth: avoid g_ascii_strtoull() to parse capabilitiesThomas Haller2020-04-011-1/+1
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-5/+5
* shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2020-01-161-7/+7
* core/bluetooth: don't use nm_dbus_connection_signal_subscribe_object_manager()Thomas Haller2020-01-161-13/+46
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-161-2/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-231-176/+2659
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* bluetooth: drop BlueZ 4 support (2)Thomas Haller2019-08-121-63/+25
* bluetooth: drop BlueZ 4 support (1)Thomas Haller2019-08-121-29/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* 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-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-4/+0
* core: fix crash with bluetooth device factory wrongly claiming NAP connectionThomas Haller2017-08-061-2/+1
* core: device-factory: implement match_connection()Beniamino Galvani2017-08-051-0/+17
* bluetooth: emit component-added when a network server is addedLubomir Rintel2017-06-011-2/+13
* bluetooth/trivial: rename the definesLubomir Rintel2017-05-311-3/+3
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-131-4/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-3/+3
* core: introduce default logging macrosBeniamino Galvani2016-10-141-9/+2
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-36/+25
* core: refactor private data in "src"Thomas Haller2016-10-041-43/+64
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* bluez: use NMSettings directly instead of NMConnectionProviderThomas Haller2016-05-241-8/+9
* bluez-manager: use logging helpersBeniamino Galvani2016-03-041-8/+18
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* bluez: own reference to connection provider in NMBluezManagerThomas Haller2016-01-271-2/+3
* bluez: fix invoking parent dispose() function in NMBluezManagerThomas Haller2016-01-271-0/+2
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* core: fix interface type namesDan Winship2015-09-101-2/+2
* devices, active-connection: port to gdbusDan Winship2015-08-101-0/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-2/+6
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-241-1/+4
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-061-0/+11
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-061-6/+5
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-4/+3
* all: consistently include config.hDan Winship2014-11-131-0/+2
* core: move device factory type function into factory objectDan Williams2014-09-111-19/+14
* devices: simplify plugin type checkingDan Williams2014-05-131-25/+0
* core: #include <gmodule.h> for G_MODULE_EXPORTDan Williams2014-03-041-0/+1
* bluez: make Bluetooth support a pluginDan Williams2014-03-031-0/+452