summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: fix reapply of MTUbg/mtu-reapply-rh1702657Beniamino Galvani2019-04-261-0/+3
* cli,libnm: merge branch 'th/cli-team-cleanup'Thomas Haller2019-04-2526-936/+2080
|\
| * ifcfg-rh: support serializaing all possible values for ethernet.s390-options ...Thomas Haller2019-04-252-2/+10
| * libnm: refactor implementation of "ethernet.s390-options" propertyThomas Haller2019-04-256-79/+274
| * libnm/keyfile: implement ethernet.s390-options in keyfileThomas Haller2019-04-252-2/+204
| * shared,libnm-core: use nm_utils_named_value_list_sort()Thomas Haller2019-04-253-9/+2
| * shared: add nm_utils_named_value_list_*() utilsThomas Haller2019-04-252-0/+114
| * cli: drop GValue transform functions for strdict and implement it in _get_fcn...Thomas Haller2019-04-252-45/+26
| * cli: drop GValue transformation of GBytes to string and implement bytes gette...Thomas Haller2019-04-252-67/+31
| * cli: drop GValue transform function for G_TYPE_STRV to G_TYPE_STRINGThomas Haller2019-04-252-30/+31
| * cli: cleanup and fix handling of unset/empty "ipv4.dns-options"Thomas Haller2019-04-255-565/+654
| * cli: add RETURN_STR_TEMPORARY() macro to "clients/common/nm-meta-setting-desc.c"Thomas Haller2019-04-251-0/+12
| * cli: use escaped-tokens style for team-link-watcher list propertiesThomas Haller2019-04-251-3/+1
| * cli: refactor team-link-watcher to/from stringsThomas Haller2019-04-254-128/+336
| * shared: fix to/from string of vlanid and missed-max values for NMTeamLinkWatcherThomas Haller2019-04-252-14/+19
| * shared/tests: add test for NMTeamLinkWatcher to/from stringThomas Haller2019-04-251-0/+220
| * shared/tests: add tests for libnm-core-auxThomas Haller2019-04-256-28/+120
| * shared: fix missing space printing "send-always" flag of NMTeamLinkWatcherThomas Haller2019-04-251-1/+1
| * cli,shared: move NMTeamLinkWatcher to/from string function to "nm-libnm-core-...Thomas Haller2019-04-253-154/+166
| * shared: add "nm-libnm-core-aux/nm-libnm-core-aux.h"Thomas Haller2019-04-254-1/+51
|/
* manager: merge branch 'bg/sw-device-sleep-rh1701585'Beniamino Galvani2019-04-241-7/+13
|\
| * manager: unmanage software devices when networking gets disabledBeniamino Galvani2019-04-241-3/+9
| * manager: clear unmanaged-sleeping flag on software devices on resumeBeniamino Galvani2019-04-241-4/+4
|/
* cli: don't wait for connection change on update failureBeniamino Galvani2019-04-241-2/+4
* README: Update git clone commandTill Maas2019-04-241-2/+2
* tools: fix out-of-tree build test "tools/check-docs.sh" for duplicate generat...Thomas Haller2019-04-231-1/+7
* tools: cleanup path variable in "tools/check-docs.sh"Thomas Haller2019-04-231-7/+7
* release: bump version to 1.19.1-dev after 1.18.0 release1.19.1-devThomas Haller2019-04-21315-78498/+2738
|\
| * libnm: add missing NM_AVAILABLE_IN_1_18 markers to nm_ip_routing_rule_*() APIThomas Haller2019-04-211-0/+2
| * gitlab-ci: install glib2-doc via "contrib/fedora/REQUIRED_PACKAGES"Thomas Haller2019-04-202-0/+6
| * po: updated Panjabi (pa) TranslationA S Alam2019-04-201-964/+831
| * gitlab-ci: don't use "test && cmd" in build stepThomas Haller2019-04-201-2/+2
| * libnm: don't return deep-copied strv array from nm_tc_qdisc_get_attribute_nam...Thomas Haller2019-04-202-7/+5
| * libnm-core: avoid cloning attributes of NMTCQdisc/NMTCAction to convert to st...Thomas Haller2019-04-205-31/+29
| * gitlab-ci: build release tarball and artifact itThomas Haller2019-04-191-6/+13
| * gitlab-ci: build on Ubuntu 16.04, 18.04 and Debian stretch (9), testing, sidThomas Haller2019-04-193-28/+152
| * contrib/rpm: Provide list of units to %systemd_postunTill Maas2019-04-181-2/+4
| * build/meson: fix location of introspection filesThomas Haller2019-04-182-6/+13
| * platform: fix nm_platform_lnk_gre_to_string() for tap linksThomas Haller2019-04-181-1/+2
| * shared: merge branch 'th/shared-library-refactoring'Thomas Haller2019-04-18158-314/+520
| |\
| | * build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-1817-25/+25
| | * shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-1846-91/+235
| | * shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-1813-12/+12
| | * shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-1891-149/+162
| | * shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller2019-04-1812-22/+22
| | * shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"Thomas Haller2019-04-1816-19/+68
| |/
| * cli,all: merge branch 'th/strsplit-pt4'Thomas Haller2019-04-187-290/+125
| |\
| | * cli: use "escaped-tokens" style for splitting "vlan.xgress-priority-map" listThomas Haller2019-04-181-7/+2
| | * cli: cleanup _get_fcn_vlan_xgress_priority_map()Thomas Haller2019-04-181-23/+21
| | * cli: unify set of characters to tokenize list propertiesThomas Haller2019-04-181-3/+3