summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * wifi: fix find_freq() implementationThomas Haller2022-02-212-9/+9
| | * core/style: add empty line after g_return_val_if_fail() preambleThomas Haller2022-02-212-0/+16
| |/
| * ppp-manager: give PPP more time to terminateLubomir Rintel2022-02-191-1/+1
| * libnm: change error message about routing-rules without priorityThomas Haller2022-02-181-1/+1
| * tests: propagate 77 exit code from "tools/run-nm-test.sh"Thomas Haller2022-02-181-2/+2
| * version: add 1.38 macrosThomas Haller2022-02-182-0/+15
| * TODO: add "Improve Shutdown of NetworkManager" itemThomas Haller2022-02-181-8/+115
| * style: fix clang-formatThomas Haller2022-02-171-1/+1
| * configure: determine the systemd unit directory from pkg-configLubomir Rintel2022-02-171-1/+1
| * core: fix DNS configuration type for wireguard connectionsBeniamino Galvani2022-02-161-2/+4
| * nmcli: do not save/restore terminal attrsLubomir Rintel2022-02-161-6/+0
| * merge: branch 'bg/ipv6-route-src'Beniamino Galvani2022-02-163-1/+37
| |\
| | * device: delay IP ready state until all objects are committedBeniamino Galvani2022-02-161-1/+7
| | * core: do a commit after all addresses complete ACD/DADBeniamino Galvani2022-02-163-0/+30
| |/
| * NEWS: update NEWS file for 1.38 developmentThomas Haller2022-02-161-4/+10
| * device: fix crash for shared IPv6 method in nm_device_copy_ip6_dns_config()Thomas Haller2022-02-161-5/+5
| * platform: merge branch 'th/platform-ip6-multipath-routes'Thomas Haller2022-02-163-106/+132
| |\
| | * platform: support IPv6 mulitpath routes and fix cache inconsistencyThomas Haller2022-02-163-106/+132
| | * platform: fix parsing RTA_MULTIHOP netlink attribute to use no policyThomas Haller2022-02-151-2/+2
| |/
| * po: remove ar.po translationsJavier Jardón2022-02-152-12839/+0
| * gitlab-ci: disable CentOS 8 Linux containersThomas Haller2022-02-142-98/+5
| * gitlab-ci: regenerate ci-templates's containersThomas Haller2022-02-142-6/+6
| * examples/python: avoid Python2 "print" statementThomas Haller2022-02-143-22/+28
| * libnmc: fix typo in passwd-file exampleSigurd Rønningen Jenssen2022-02-141-1/+1
| * Merge branch 'ac/wip-empty-properties'Ana Cabral2022-02-114-74/+98
| |\
| | * keyfile: do not write empty string list propertiesAna Cabral2022-02-112-70/+63
| | * keyfile: write ethernet group always on the top of the fileAna Cabral2022-02-113-4/+35
| |/
| * libnm: merge branch 'th/libnm-direct-strv-property-1'Thomas Haller2022-02-109-225/+353
| |\
| | * libnm: rework strv properties of NMSetting as "direct" propertiesThomas Haller2022-02-103-160/+115
| | * libnm: add direct strv type for NMSetting and use it for "match.interface-name"Thomas Haller2022-02-106-70/+216
| | * glib-aux: add nm_strvarray_*() helpers for cmp/equal functionsThomas Haller2022-02-101-0/+27
| |/
| * core/tests: make test_machine_id_read() more robust against the test systemThomas Haller2022-02-101-4/+25
| * core/trivial: add code comment to _set_hostname()Thomas Haller2022-02-101-1/+4
| * NEWS: update for 1.36-rc2Lubomir Rintel2022-02-101-2/+9
| * nm-l3cfg: fix check on timestamp for assuming probing is goodFernando Fernandez Mancera2022-02-101-3/+3
| * libnm,core: merge branch 'th/route-blackhole'Thomas Haller2022-02-1030-1362/+1939
| |\
| | * libnm/doc: describe routing-rules in `man nm-settings-nmcli`Thomas Haller2022-02-093-0/+36
| | * libnm/doc: list route attributes in `man nm-settings-nmcli`Thomas Haller2022-02-092-3/+132
| | * tools: fix constructing XML by dropping broken pretty_xml()Thomas Haller2022-02-091-14/+0
| | * tools: re-use regular expression in process_data()Thomas Haller2022-02-091-21/+24
| | * libnm: allow configuring blackhole/unreachable/prohibit routesThomas Haller2022-02-091-1/+18
| | * core/l3cfg: let NML3Cfg handle nodev (blackhole) routesThomas Haller2022-02-092-15/+106
| | * core: handle blackhole/unreachable/prohibit route types in coreThomas Haller2022-02-092-2/+17
| | * core/l3cfg: rework generating list of routes in _l3_commit_one()Thomas Haller2022-02-091-31/+70
| | * platform: improve way to prune dirty route-manager entriesThomas Haller2022-02-093-7/+9
| | * platform: return boolean changed value from nmp_route_manager_track()Thomas Haller2022-02-092-42/+61
| | * platform: return self from nmp_route_manager_ref()Thomas Haller2022-02-092-4/+5
| | * platform: track linked list of objects in NMPRouteManager by typeThomas Haller2022-02-091-12/+39
| | * platform: extend NMPRouteManager to work for routesThomas Haller2022-02-094-65/+126
| | * platform: use nm_pdirect_{hash,equal}() in "nmp-route-manager.c"Thomas Haller2022-02-091-19/+4