summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-052-3/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-0514-19/+14
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: include internal headers with quotesThomas Haller2015-08-053-3/+3
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-2/+6
* bluetooth, vpn-manager: use GDBusProxies to monitor servicesDan Winship2015-07-242-85/+48
* core: add an NMExportedObject base classDan Winship2015-07-241-2/+1
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-244-3/+8
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-2412-27/+14
* bluetooth: avoid an assertion failure if built w/o bluez5 supportLubomir Rintel2015-07-091-3/+6
* 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
* core: add generic NMDevice function to recheck availabilityDan Williams2015-05-011-49/+15
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-181-1/+1
* bluetooth: port bluez4 code to gdbusDan Winship2015-04-033-177/+87
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-033-20/+13
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-032-47/+27
* device: add flags to nm_device_is_available()Thomas Haller2015-02-241-3/+3
* device: add flags argument to check_connection_available()Thomas Haller2015-02-241-1/+1
* device: merge check_connection_available_wifi_hidden() into check_connection_...Thomas Haller2015-02-241-0/+1
* bluetooth: the code cannot be reachedJiří Klimeš2014-12-051-3/+2
* core: fix a spurious warning with non-kernel network devicesDan Winship2014-11-141-0/+7
* all: consistently include config.hDan Winship2014-11-137-1/+14
* bluez: Another bluez5 build fixLubomir Rintel2014-11-121-5/+10
* bluetooth: Don't call into bluez5 DUN code when it's not enabledLubomir Rintel2014-11-121-0/+12
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-4/+4
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-3/+1
* devices: drop device-type-specific error domainsDan Winship2014-10-221-2/+0
* libnm-core: merge NMSetting*Error into NMConnectionErrorDan Winship2014-10-221-18/+28
* bluez: fix compiler error due to redefinition of typedefThomas Haller2014-10-141-2/+2
* bluez: re-add DUN support for Bluez5Lubomir Rintel2014-10-134-43/+556
* bluez: track adapter address in NMBluezDeviceDan Williams2014-10-134-6/+32
* bluez: split out errorsDan Williams2014-10-135-18/+73
* bluez: simplify cleanup of generated PAN connectionThomas Haller2014-09-241-9/+5
* core: move device factory type function into factory objectDan Williams2014-09-112-20/+14
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-042-31/+16
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-041-0/+1
* bluetooth: don't crash when switching off bluetoothJiří Klimeš2014-09-021-1/+3
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-251-6/+6
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-1/+1
* all: fix up multiple-include-guard definesDan Winship2014-08-167-20/+20
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-11/+9
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-072-8/+6
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-072-4/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-4/+1
* logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-061-46/+35
* libnm: add NetworkManager.h, disallow including individual headersDan Winship2014-08-011-0/+1
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-012-2/+2
* libnm, core, cli, tui: fix the capitalization of various typesDan Winship2014-08-011-1/+1
* all: port everything to libnmDan Winship2014-08-011-2/+2