summaryrefslogtreecommitdiff
path: root/src/devices/bluetooth/nm-bluez5-dun.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* bluetooth: fix getting error code creating sdp-session in nm_bluez5_dun_conne...Thomas Haller2019-08-241-1/+1
* device/bluetooth: explicitly ignore return value of ioctl() in nm_bluez5_dun_...Thomas Haller2019-08-021-1/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* 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-121-1/+0
* bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller2018-10-171-2/+5
* core: use nm_close()Beniamino Galvani2017-10-191-2/+2
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core,libnm: use nm_clear_g_source() where possibleBeniamino Galvani2016-01-061-4/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* bluez: fix compiler error due to redefinition of typedefThomas Haller2014-10-141-2/+2
* bluez: re-add DUN support for Bluez5Lubomir Rintel2014-10-131-0/+409