summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clients/tests: test `nmcli con mod` command with different localeth/clients-testsThomas Haller2018-06-052-4/+4
* clients/tests: verify connections in test-networkmanager-service.py using libnmThomas Haller2018-06-054-58/+188
* tests: nest custom exceptions in common namespaceThomas Haller2018-06-051-55/+57
* tests: reorder definitions in test-networkmanager-service.pyThomas Haller2018-06-051-77/+67
* tests: use libnm defines for NM test stubThomas Haller2018-06-051-26/+31
* tests: rename local variables in NM test stub (2)Thomas Haller2018-06-051-29/+26
* tests: rename local variables in NM test stub (1)Thomas Haller2018-06-051-47/+47
* manager: fix failed assertion on user activationsBeniamino Galvani2018-06-041-1/+5
* settings: let connections keep NMSettings aliveBeniamino Galvani2018-06-031-0/+7
* dhcp: fix handling of failure eventsBeniamino Galvani2018-06-021-7/+8
* cli: fix active connections colorBeniamino Galvani2018-06-011-1/+1
* device: don't try to change MTU on a disconnected deviceBeniamino Galvani2018-06-011-2/+4
* cli: merge branch 'th/cli-connection-handling-2'Thomas Haller2018-06-0192-1803/+2941
|\
| * cli/trivial: move codeThomas Haller2018-06-011-79/+81
| * cli: rework printing of general active-connection propertiesThomas Haller2018-06-0112-131/+176
| * cli: sort active-connection for `nmcli connection show $PROFILE` outputThomas Haller2018-06-015-24/+30
| * cli: rework printing of `nmcli connection` for multiple active connectionsThomas Haller2018-06-0134-378/+607
| * clients/tests: add test for showing connection's active stateThomas Haller2018-06-0177-1328/+1391
| * clients/tests: add test for showing invisible connection in nmcliThomas Haller2018-06-0149-44/+648
| * clients/tests: add tests for output of `nmcli con show`Thomas Haller2018-06-0159-1282/+1471
|/
* shared/trivial: add code comment to explain NMUtilsEnumValueInfo consistency ...Thomas Haller2018-06-011-0/+9
* settings: fix plugins loadingBeniamino Galvani2018-06-011-5/+5
* man: clarify main.rc-manager=file behavior for resolv.conf as dangling symlinkThomas Haller2018-06-012-2/+7
* dns: move local variables to inner scope in update_resolv_conf()Thomas Haller2018-06-011-2/+2
* release: bump version to 1.11.4 (development)1.11.4-devLubomir Rintel2018-05-312-2/+2
* release: update NEWS for a development snapshotLubomir Rintel2018-05-311-0/+53
* test: don't assert on the tun link being up to date prior to upping itLubomir Rintel2018-05-311-0/+8
* all: merge branch 'th/build-cleanup-defines'Thomas Haller2018-05-3151-747/+626
|\
| * build/meson: fix meson build for shared filesThomas Haller2018-05-317-77/+94
| * all: replace systemd's siphash24 with c-siphashThomas Haller2018-05-3110-267/+101
| * build: use default NM_BUILD_* defines for testsThomas Haller2018-05-3133-392/+402
| * build: define NM_BUILD_SRCDIR and NM_BUILD_BUILDDIRThomas Haller2018-05-312-0/+10
| * build: use common locale directory for building nmtuiThomas Haller2018-05-311-1/+1
| * build: unifiy specifying locale directory defineThomas Haller2018-05-319-15/+17
| * build: don't add shared/nm-utils directory to include search pathThomas Haller2018-05-314-2/+8
|/
* platform/wifi: do not double-free nl_msgAlfonso Sánchez-Beato2018-05-311-6/+2
* merge: branch 'lr/setting-plugin-props-cleanup'Lubomir Rintel2018-05-319-299/+97
|\
| * settings-plugin: drop all propertieslr/setting-plugin-props-cleanupLubomir Rintel2018-05-318-194/+0
| * settings: do away with plugin capabilitiesLubomir Rintel2018-05-311-7/+9
| * settings: don't use the name property to disambiguate pluginsLubomir Rintel2018-05-311-19/+12
| * settings: simplify the settings plugin loading log lineLubomir Rintel2018-05-311-10/+1
| * settings: refactor load_plugins() to remote a harmful use of gotoLubomir Rintel2018-05-311-71/+77
|/
* platform: sort known IPv6 addresses by scope before a syncBeniamino Galvani2018-05-301-0/+26
* shared: don't use nm_str_hash() in "nm-enum-utils.c"Thomas Haller2018-05-301-1/+1
* shared: don't allow aliases re-numbering in _nm_utils_enum_from_str_full()Thomas Haller2018-05-291-25/+73
* shared/trivial: rename local variable classThomas Haller2018-05-291-21/+21
* libnm/tests: fix crash in testsThomas Haller2018-05-291-0/+1
* shared: fix parsing aliases for flags in _nm_utils_enum_from_str_full()Thomas Haller2018-05-292-2/+3
* shared/tests: extend tests for nm_utils_enum_from_str()Thomas Haller2018-05-291-70/+184
* n-acd: merge branch 'bg/n-acd-fixes-rh1578675'Beniamino Galvani2018-05-296-22/+47
|\