summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-21release: bump version to 1.18.1 (development)1.18.1-devThomas Haller3-2/+3
2019-04-21release: bump version to 1.18.01.18.0Thomas Haller2-3/+3
2019-04-21release: update NEWSThomas Haller1-4/+1
2019-04-21libnm: add missing NM_AVAILABLE_IN_1_18 markers to nm_ip_routing_rule_*() APIThomas Haller1-0/+2
2019-04-20gitlab-ci: install glib2-doc via "contrib/fedora/REQUIRED_PACKAGES"Thomas Haller2-0/+6
2019-04-20po: updated Panjabi (pa) TranslationA S Alam1-964/+831
2019-04-20gitlab-ci: don't use "test && cmd" in build stepThomas Haller1-2/+2
2019-04-20libnm: don't return deep-copied strv array from nm_tc_qdisc_get_attribute_nam...Thomas Haller2-7/+5
2019-04-20libnm-core: avoid cloning attributes of NMTCQdisc/NMTCAction to convert to st...Thomas Haller5-31/+29
2019-04-19gitlab-ci: build release tarball and artifact itThomas Haller1-6/+13
2019-04-19gitlab-ci: build on Ubuntu 16.04, 18.04 and Debian stretch (9), testing, sidThomas Haller3-28/+153
2019-04-19build/meson: skip building fake-typelib if gnome.compile_resources() too oldThomas Haller1-0/+5
2019-04-18contrib/rpm: Provide list of units to %systemd_postunTill Maas1-2/+4
2019-04-18build/meson: fix location of introspection filesThomas Haller2-6/+13
2019-04-18platform: fix nm_platform_lnk_gre_to_string() for tap linksThomas Haller1-1/+2
2019-04-18shared: merge branch 'th/shared-library-refactoring'Thomas Haller164-324/+528
2019-04-18build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller17-25/+25
2019-04-18shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller47-92/+236
2019-04-18shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller13-12/+12
2019-04-18shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller95-155/+166
2019-04-18shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller14-25/+25
2019-04-18shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"Thomas Haller16-19/+68
2019-04-18cli,all: merge branch 'th/strsplit-pt4'Thomas Haller7-290/+125
2019-04-18cli: use "escaped-tokens" style for splitting "vlan.xgress-priority-map" listThomas Haller1-7/+2
2019-04-18cli: cleanup _get_fcn_vlan_xgress_priority_map()Thomas Haller1-23/+21
2019-04-18cli: unify set of characters to tokenize list propertiesThomas Haller1-3/+3
2019-04-18shared: remove unused _nm_utils_escape_plain()/_nm_utils_escape_spaces() APIThomas Haller3-190/+0
2019-04-18ifcfg-rh: use nm_utils_escaped_tokens* for "MATCH_INTERFACE_NAME"Thomas Haller2-7/+8
2019-04-18cli: refactor multilist property handling of "match.interface-names"Thomas Haller2-23/+14
2019-04-18cli: return early when splitting with %VALUE_STRSPLIT_MODE_STRIPPEDThomas Haller1-1/+2
2019-04-18cli: drop unused strsplit_with_escape mode for objlist propertiesThomas Haller2-10/+1
2019-04-18cli: assert for proper escaping when creating objlist stringThomas Haller1-16/+36
2019-04-18cli: default splitting list properties with escaped-tokens styleThomas Haller2-12/+34
2019-04-18cli: fix splitting of multilist property in setterThomas Haller1-2/+2
2019-04-18cli: fix handling empty match.interface-name propertyThomas Haller2-4/+10
2019-04-18platform: merge branch 'th/platform-routing-rules-compare'Thomas Haller8-241/+273
2019-04-18platform: compare routing rules according to kernel support for FRA_L3MDEVThomas Haller1-9/+14
2019-04-18platform: compare routing rules according to kernel support for FRA_UID_RANGEThomas Haller1-7/+16
2019-04-18platform: compare routing rules according to kernel support for FRA_IP_PROTOThomas Haller1-9/+16
2019-04-18platform: compare routing rules according to kernel support for FRA_PROTOCOLThomas Haller1-3/+12
2019-04-18platform: detect kernel support for FRA_L3MDEVThomas Haller3-0/+16
2019-04-18platform: detect kernel support for FRA_UID_RANGEThomas Haller3-0/+16
2019-04-18platform: detect kernel support for FRA_IP_PROTO, FRA_SPORT_RANGE, FRA_DPORT_...Thomas Haller3-0/+22
2019-04-18platform: detect kernel support for FRA_PROTOCOLThomas Haller3-0/+13
2019-04-18platform: refactor detecting kernel featuresThomas Haller8-214/+149
2019-04-18bridge: merge branch 'bg/bridge-vlan-ranges'Beniamino Galvani19-184/+341
2019-04-18libnm: minor refactoring of _nm_utils_bridge_vlan_verify_list()Thomas Haller1-21/+27
2019-04-18all: use escaped_tokens API for bridge vlansBeniamino Galvani5-6/+8
2019-04-18device: avoid multiple allocations in setting_vlans_to_platform()Thomas Haller1-20/+23
2019-04-18all: support bridge vlan rangesBeniamino Galvani18-164/+310