summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-1012-168/+12
* bluetooth: fix getting error code creating sdp-session in nm_bluez5_dun_conne...Thomas Haller2019-08-241-1/+1
* bluetooth: fix leak in get_managed_objects_cb()Thomas Haller2019-08-231-1/+3
* bluetooth: add _NMLOG() logging macro to NMBluezDeviceThomas Haller2019-08-121-31/+50
* bluetooth: pass GDBusConnection to NMBluezDeviceThomas Haller2019-08-123-34/+18
* bluetooth: drop BlueZ 4 support (2)Thomas Haller2019-08-125-235/+88
* bluetooth: drop BlueZ 4 support (1)Thomas Haller2019-08-126-939/+1
* device/bluetooth: explicitly ignore return value of ioctl() in nm_bluez5_dun_...Thomas Haller2019-08-021-1/+1
* core,libnm: add AddConnection2() D-Bus API to block autoconnect from the startThomas Haller2019-07-251-0/+1
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-161-6/+8
* all: drop emacs file variables from source filesThomas Haller2019-06-1115-15/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-23/+18
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-051-3/+4
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-7/+7
* all: cache errno in local variable before using itThomas Haller2019-02-121-8/+10
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-127-9/+0
* build: meson: Add trailing commasIñigo Martínez2018-12-201-3/+3
* settings,gsm: deprecate and stop using 'number' propertyAleksander Morgado2018-12-191-2/+0
* devices,bluetooth: fix default CDMA number settingAleksander Morgado2018-12-131-1/+1
* meson: set RPATH for libnm_device_plugin_bluetooth.soTaegil Bae2018-10-241-1/+2
* bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller2018-10-175-115/+155
* devices: make sure the generated connections are normalizedLubomir Rintel2018-09-181-15/+6
* settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-282-41/+39
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-15/+17
* core: give better error reason why device is unavailableThomas Haller2018-07-241-3/+10
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-112-6/+6
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-281-3/+3
* wwan: ensure the route parameters are set on IPv6 only configurationlr/wwan-ppp-route-rh1585611Lubomir Rintel2018-06-131-5/+2
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-091-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-4/+0
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* core/trivial: rename "NMSettingsConnectionFlags" to "NMSettingsConnectionIntF...Thomas Haller2018-04-161-2/+2
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-122-7/+18
* wwan: drop nm_modem_get_data_port() functionth/modem-ip-ifaceThomas Haller2018-02-211-3/+1
* wwan: rework setting modem's data-portThomas Haller2018-02-211-18/+20
* bluetooth: fail activation when setting unknown ip-ifaceThomas Haller2018-02-211-4/+11
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-5/+1
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Improve dependency systemIñigo Martínez2018-01-101-2/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+51
* settings: remove accessor functions to connection flagsThomas Haller2017-12-051-1/+2
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-1/+1
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-1/+0
* device: improve tracking autoconnect-blocked flags of NMDeviceThomas Haller2017-11-081-2/+1
* device: refactor autoconnect blocking by introducing NMDeviceAutoconnectBlock...Thomas Haller2017-11-081-1/+1
* all: avoid coverity warnings about "Wrong Check of Return Value"Thomas Haller2017-10-301-4/+4