summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller7-13/+14
2016-11-21build: rename "src/ppp-manager" to "src/ppp"Thomas Haller1-1/+1
2016-11-18core: drop unused "nm-bt-enum-types.h"Thomas Haller1-2/+0
2016-11-18wwan: don't use generated enum-type NM_TYPE_MODEM_STATEThomas Haller1-2/+4
2016-10-21build: merge "src/devices/bluetooth/Makefile.am" into toplevel MakefileThomas Haller1-75/+0
2016-10-14core: introduce default logging macrosBeniamino Galvani1-9/+2
2016-10-13devices/build: use one linker-script-devices.ver for all device pluginsThomas Haller2-11/+2
2016-10-13build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller1-5/+0
2016-10-11device: make NMDeviceFactory a class instead of an interfaceThomas Haller1-36/+25
2016-10-06build: use NetworkManager logging domain for device and settings pluginsThomas Haller1-1/+1
2016-10-04core: refactor private data in "src"Thomas Haller14-574/+533
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller5-11/+11
2016-09-26policy: fix owner-ship of specific_object in can_auto_connect()Thomas Haller1-4/+6
2016-09-20build: add macro to check shared objects symbolsBeniamino Galvani1-1/+3
2016-08-23tests: try to resolve the .so file symbolsLubomir Rintel1-0/+1
2016-08-17all: cleanup includes in header filesThomas Haller3-10/+0
2016-06-30device: let device specs match on permanent MAC addressThomas Haller1-1/+1
2016-06-17all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller1-1/+1
2016-05-24bluez: use NMSettings directly instead of NMConnectionProviderThomas Haller10-68/+75
2016-05-02device: fail activation immediately only when may-fail=noBeniamino Galvani1-3/+16
2016-04-25bluetooth: add a missing GError initializerLubomir Rintel1-1/+1
2016-04-14device/bluez: delay check_emit_usable() for NM_CP_SIGNAL_CONNECTION_UPDATEDThomas Haller1-3/+18
2016-04-14device/bluez: refactor registering to connectionsThomas Haller1-34/+35
2016-04-05build: disable deprecation checks for internal compilationThomas Haller1-1/+0
2016-03-15utils: inject platform into nm_utils_complete_generic()Thomas Haller1-2/+5
2016-03-15ocd: style fixLubomir Rintel1-1/+1
2016-03-08all: fix a couple more gvariant iteration leaksLubomir Rintel1-0/+1
2016-03-04bluez-manager: use logging helpersBeniamino Galvani1-8/+18
2016-03-04all: explicitly ignore return valuesThomas Haller1-1/+1
2016-03-03all: don't include error->code in log messagesThomas Haller2-4/+4
2016-03-03all: clean-up usage of GErrorThomas Haller3-7/+4
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller10-21/+8
2016-01-27bluez: own reference to connection provider in NMBluezDeviceThomas Haller1-5/+9
2016-01-27bluez: own reference to connection provider in NMBluezManagerThomas Haller1-2/+3
2016-01-27bluez: fix invoking parent dispose() function in NMBluezManagerThomas Haller1-0/+2
2016-01-11device: pass NMPlatformLink instance as const pointerThomas Haller1-1/+1
2016-01-06core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2-20/+5
2015-12-24build: rename directory "include" to "shared"Thomas Haller1-2/+2
2015-12-04device: expose nm_device_set_autoconnect() functionThomas Haller1-1/+1
2015-10-25bluetooth: fix missing 'connected' notifications (rh #1255284)Dan Williams1-1/+3
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller1-0/+1
2015-09-18core: separate active and applied connectionLubomir Rintel1-1/+1
2015-09-10core: fix interface type namesDan Winship1-2/+2
2015-08-10devices, active-connection: port to gdbusDan Winship3-8/+10
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2-3/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller14-19/+14
2015-08-05include: add convenience header "nm-default.h"Thomas Haller1-1/+1
2015-08-05all: include internal headers with quotesThomas Haller3-3/+3
2015-07-31core: split device creation and device setup (bgo #737458)Dan Williams1-2/+6