summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: add comment about context-busy-watcher and g_dbus_connection_signal_un...th/libnm-client-contextThomas 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
* 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
| * core: avoid logging pointer value in nm_device_set_ip_config()Thomas Haller2021-03-231-2/+2
|/
* config: use nm_streq() instead of strcmp()Thomas Haller2021-03-231-19/+18
* wifi: minor cleanup in "nm-wifi-utils.c"Thomas Haller2021-03-231-7/+10
* wifi/iwd: merge branch 'balrog-kun:write-iwd-configs'Thomas Haller2021-03-238-26/+1134
|\
| * iwd: Mirror NM connections to IWD network config filesAndrew Zaborowski2021-03-236-26/+290
| * wifi: Add utilities for writing IWD connection profilesAndrew Zaborowski2021-03-232-0/+844
|/
* core: merge branch 'th/routing-rule-attr-uidrange-and-type'Thomas Haller2021-03-2312-147/+410
|\
| * libnm,core: support "prohibit"/"blackhole"/"unreachable" type routing rulesThomas Haller2021-03-231-12/+55
| * libnm,core: support "uidrange" parameter for routing rulesThomas Haller2021-03-234-9/+176
| * libnm: use binary search to lookup D-Bus info for routing-rulesThomas Haller2021-03-231-31/+53
| * all: use nm_net_aux_rtnl_rtntype_{n2a,a2n}() helpersThomas Haller2021-03-235-95/+23
| * base: add nm_net_aux_rtnl_rtntype_{n2a,a2n}() helpersThomas Haller2021-03-232-0/+87
| * base: add "nm-net-aux.c" helperThomas Haller2021-03-234-0/+16
| * glib-aux: fix NM_AUTO_PROTECT_ERRNO() macroThomas Haller2021-03-231-1/+1
|/
* gitignore: ignore "examples/C/glib/vpn-import-libnm"Thomas Haller2021-03-221-0/+1
* build: fix race due to missing dependency for libnm-core-null to "config-extr...Thomas Haller2021-03-221-0/+2
* examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller2021-03-221-0/+2
* libnm: improve detection for C11 _Generic() supportThomas Haller2021-03-223-8/+17
* example: importing vpn with libnmJagadeesh Kotra2021-03-223-1/+82
* build: fix detection of python for autotoolsThomas Haller2021-03-221-3/+7
* man: clarify keyfile.unmanaged-devices in `man NetworkManager.conf`Thomas Haller2021-03-201-10/+20
* glib-aux: merge branch 'th/refstr-inline'Thomas Haller2021-03-193-94/+138
|\
| * refstr: be extra careful about calling memcpy() with dangling pointerThomas Haller2021-03-191-1/+5
| * refstr: add NM_REF_STRING_UPCAST() helperThomas Haller2021-03-192-0/+16
| * refstr: use nm_assert_nm_ref_string() in NM_IS_REF_STRING()Thomas Haller2021-03-191-8/+2
| * refstr: inline nm_ref_string_{ref,unref}()Thomas Haller2021-03-192-32/+43
| * refstr: drop internal struct RefString and pack NMRefStringThomas Haller2021-03-192-60/+79
| * refstr: drop "const" from argument of NM_IS_REF_STRING()Thomas Haller2021-03-191-1/+1
|/
* tests/client: rework error handling in "test-client.sh" scriptThomas Haller2021-03-191-2/+2
* Revert "tests/client: increase timeout to wait for process"Thomas Haller2021-03-191-1/+1
* tests/client: ensure that we run nmcli before client tests for LTO (again)Thomas Haller2021-03-191-0/+5
* dispatcher: set G_LOG_DOMAIN to "nm-dispatcher"Thomas Haller2021-03-182-1/+5
* all: use NM_IW_ESSID_MAX_SIZE define instead of literally 32Thomas Haller2021-03-184-6/+6