summaryrefslogtreecommitdiff
path: root/libnm/nm-device-tun.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-394/+0
* all: add "libnm/nm-default-libnm.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* libnm/trivial: rename enums NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_*Fernando Fernandez Mancera2020-11-181-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-40/+40
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-169/+178
* libnm: omit nm_device_*_get_hw_address() from introspection outputBeniamino Galvani2020-06-251-1/+1
* libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-231-1/+1
* nm-device: expose via D-Bus the 'hw-address' propertyAntonio Cardace2020-03-131-34/+10
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-251-29/+19
* libnm: add and use _nml_coerce_property_*()Thomas Haller2019-10-271-2/+2
* libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-221-13/+24
* libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-181-53/+42
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: fix memleak for NMDeviceTun:hw-addressThomas Haller2019-02-191-0/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-3/+2
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-4/+0
* libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-241-2/+2
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-5/+4
* libnm: add NMDeviceTunBeniamino Galvani2015-11-251-0/+439