summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: use C99 static array indexes in function parameters for compute_hash()th/dns-minor-cleanupThomas Haller2021-04-061-1/+1
* dns/trivial: add code commentThomas Haller2021-04-061-0/+2
* dns/trivial: rename "ip_configs_lst" to "ip_config_lst"Thomas Haller2021-04-061-20/+20
* dns: also log empty DNS info during _collect_resolv_conf_data()Thomas Haller2021-04-061-10/+7
* dns: use NMStrBuf in _collect_resolv_conf_data()Thomas Haller2021-04-061-15/+16
* tools: use libtool --mode=executeorbea2021-04-042-15/+18
* contrib: fix URL to nm-git-bundle in "nm-copr-build.sh"Thomas Haller2021-04-011-1/+1
* docs: fix reference to "main" branch in docsThomas Haller2021-04-011-1/+1
* Changelog: update references to "main" branchThomas Haller2021-04-011-2/+2
* contrib/rpm: fix reference to main branch in NetworkManager.specThomas Haller2021-04-011-1/+1
* contrib/scripts: use "main" branch name in "checkpatch-feature-branch.sh"Thomas Haller2021-04-011-4/+4
* contrib: update nm-git-bundle to use "main" branchThomas Haller2021-04-012-5/+5
* gilab-ci: update .gitlab-ci.yml to use "main" branch nameThomas Haller2021-04-012-7/+7
* contrib/scripts: update find-backports script to use "main" branch nameThomas Haller2021-04-011-2/+2
* contrib/release: update release.sh script to use "main" branch nameThomas Haller2021-04-011-25/+25
* example: rework "vpn-import-libnm" exampleThomas Haller2021-04-011-41/+130
* systemd: fix borked mergeThomas Haller2021-04-0115-94/+172
* systemd: merge branch systemd into masterThomas Haller2021-04-0184-1988/+2287
|\
| * systemd: update code from upstream (2021-03-30)Thomas Haller2021-03-3084-1961/+2287
* | all: merge branch 'balrog-kun:serialize-flags'Thomas Haller2021-04-0119-100/+129
|\ \
| * | libnm-core: use _nm_connection_serialize_non_secret() in _nm_utils_hwaddr_clo...Thomas Haller2021-04-011-2/+1
| * | all: Replace deprecated NM_CONNECTION_SERIALIZE_* flagsAndrew Zaborowski2021-04-0110-19/+19
| * | settings: Don't clone connections to serialize secretsAndrew Zaborowski2021-04-011-37/+15
| * | libnm: Refactor NM_CONNECTION_SERIALIZE_* flagsAndrew Zaborowski2021-04-019-44/+96
|/ /
* | po: update Russian (ru) translationJulia Dronova2021-04-011-9640/+10220
* | po: update Ukrainian (uk) translationYuri Chornoivan2021-04-011-8137/+8177
* | libnm: don't use defined strings in translated strings in "nm-setting-ip-conf...Yuri Chornoivan2021-03-301-5/+3
* | systemd: merge branch 'systemd'Thomas Haller2021-03-300-0/+0
|\ \ | |/
| * all: move "shared/nm-std-aux/unaligned.h" to "src/libnm-std-aux/"Thomas Haller2021-03-301-0/+0
| * all: move "shared/systemd/" directory to "src/libnm-systemd-shared/"Thomas Haller2021-03-30128-0/+0
* | ifcfg-rh: always honor "$VLAN_ID" in ifcfg filesThomas Haller2021-03-296-11/+67
* | libnm: merge branch 'th/libnm-client-context'Thomas Haller2021-03-291-23/+87
|\ \
| * | libnm: add comment about context-busy-watcher and g_dbus_connection_signal_un...Thomas Haller2021-03-291-1/+19
| * | libnm: better explain nm_client_new()/nm_client_new_async()Thomas Haller2021-03-291-9/+46
| * | libnm: cleanup handling of cancellation for initializing NMClientThomas Haller2021-03-291-14/+23
|/ /
* | man: fix typo in *commanded* in wifi.iwd.autoconnect descriptionPaul Menzel2021-03-291-1/+1
* | Revert "initrd: set the bootif MAC in existing connection with ifname"Beniamino Galvani2021-03-262-8/+33
* | build: dist other missing meson.build filesBeniamino Galvani2021-03-251-0/+5
* | build: dist "src/libnm-systemd-shared/meson.build"Thomas Haller2021-03-251-2/+3
* | core: fix crash in nm_wildcard_match_check()Thomas Haller2021-03-241-1/+2
* | release: bump version to 1.31.2 (development)1.31.2-devBeniamino Galvani2021-03-242-2/+2
* | core: micro optimization in check_connection_compatible() to check for patternsThomas Haller2021-03-241-6/+5
* | libnm/docs: improve wording for documentation of [match] setting optionsThomas Haller2021-03-243-7/+7
* | CONTRIBUTIING: add chapter describing Cscope and code structureWen Liang2021-03-241-0/+32
* | core: merge branch 'th/local-route-sync'Thomas Haller2021-03-245-74/+138
|\ \
| * | core: don't add dependent local route for addressesth/local-route-syncThomas Haller2021-03-233-31/+91
| * | core: minor cleanup in nm_platform_ip_route_get_prune_list()Thomas Haller2021-03-231-5/+5
| * | core: don't add ff00::/8 unicast route to nm_ip6_config_add_dependent_routes()Thomas Haller2021-03-231-17/+0
| * | core: add NM_IP_ROUTE_TABLE_SYNC_MODE_ALL_PRUNE modeThomas Haller2021-03-232-14/+27
| * | core: log route-table-sync-mode in nm_device_set_ip_config()Thomas Haller2021-03-231-10/+18