summaryrefslogtreecommitdiff
path: root/src/devices/adsl
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-044-1047/+0
* udev/trivial: rename nm_udev_client_unref() to nm_udev_client_destory()Thomas Haller2021-02-031-1/+1
* all/udev: use NM_MAKE_STRV() for arguments of nm_udev_client_new()Thomas Haller2021-02-031-1/+1
* build/meson: fix linking of core plugins to not include static helper librariesThomas Haller2021-01-281-1/+1
* build/meson: cleanup meson files of coreThomas Haller2021-01-281-7/+8
* build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller2021-01-281-1/+1
* all: update deprecated SPDX license identifiersThomas Haller2021-01-054-4/+4
* all: drop unnecessary cast for return value of g_object_new()Thomas Haller2020-11-122-15/+15
* device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-091-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-293-3/+3
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-282-12/+12
* all: reformat all with new clang-format styleAntonio Cardace2020-09-283-698/+720
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-281-0/+2
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-171-0/+2
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* | device: make device stage2 reentrant for NMDeviceAdslThomas Haller2020-03-171-5/+11
* | device: various code cleanups in devicesThomas Haller2020-03-171-55/+50
|/
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-4/+4
* meson: Remove tests related to check_so_symbolsIñigo Martínez2019-10-011-7/+0
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-7/+2
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-0/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-013-6/+3
* all: SPDX header conversionLubomir Rintel2019-09-103-42/+3
* adsl: avoid coverity false-positive when using strcpy() for interface nameThomas Haller2019-08-021-1/+1
* device/adsl: restore brfd value on error in br2684_assign_vcc()Thomas Haller2019-08-021-0/+1
* device: support reapplying route-tableThomas Haller2019-06-171-2/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-113-3/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller2019-04-181-1/+1
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-1/+13
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-051-3/+3
* all: cache errno in local variable before using itThomas Haller2019-02-121-2/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-122-3/+0
* build: meson: Add trailing commasIñigo Martínez2018-12-201-3/+3
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-4/+9
* ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-171-1/+1
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-9/+9
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-7/+7
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-281-3/+3
* ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-251-1/+1
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-102-2/+2
* meson: distinguish arch specific and arch neutral lib dirLubomir Rintel2018-05-091-1/+1
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* device: minor cleanup of nm_device_complete_connection() and add code commentThomas Haller2018-03-201-2/+0
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-122-7/+16
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-5/+1
* ppp: introduce SetIfindex pppd plugin D-Bus methodBeniamino Galvani2018-01-101-2/+18
* 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/+40