summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: preserve assume state if updating port failsbg/rh2092215Beniamino Galvani2023-02-131-0/+1
* systemd: merge branch systemd into mainThomas Haller2023-02-1399-1459/+2212
|\
| * systemd: update code from upstream (2023-02-07)systemdThomas Haller2023-02-0891-1707/+2156
* | build: meson: add option to set the mobile-broadband-provider-info databaseHeiko Thiery2023-02-132-1/+6
* | examples: rework "python/gi/show-wifi-networks.py" exampleThomas Haller2023-02-131-90/+159
* | contrib/release: fix version in import-docs hint messageThomas Haller2023-02-131-1/+6
* | std-aux: suppress verbose assert message with _nm_assert_fail()Thomas Haller2023-02-132-13/+12
* | Revert "std-aux: drop assertion and function name from assert() in release mode"Thomas Haller2023-02-131-19/+0
* | libnm/tests: adjust test for glib change in 2.75.0 for assertion warningThomas Haller2023-02-112-5/+16
* | libnm/docs: fix gtk-doc generation for settingsThomas Haller2023-02-102-4/+0
* | contrib/rpm: fix "--enable-ppp" flag to build without pppThomas Haller2023-02-101-1/+1
* | contrib/rpm: sync obsoletes_{initscripts_updown,ifcfg_rh} versionThomas Haller2023-02-101-2/+2
* | contrib/rpm: fix building without pppStewart Smith2023-02-101-0/+4
* | contrib/rpm: fix flatpak buildYaakov Selkowitz2023-02-101-5/+7
* | release: bump version to 1.43.2 (development)1.43.2-devThomas Haller2023-02-1031-883/+1246
|\ \
| * | NEWS: updateThomas Haller2023-02-101-2/+8
| * | contrib: accept ssh:// git url for origin in "nm-setup-git.sh"Thomas Haller2023-02-091-1/+2
| * | NEWS: updateLubomir Rintel2023-02-091-26/+23
| * | logging/trivial: add code comment about logging "<level> [timestamp]"Thomas Haller2023-02-091-0/+14
| * | dispatcher: merge branch 'dylanvanassche:method-change-dispatch'Thomas Haller2023-02-085-2/+15
| |\ \
| | * | man: NetworkManager-dispatcher: document reapply actionDylan Van Assche2023-02-081-0/+6
| | * | nm-dispatcher: dispatch on reapplyDylan Van Assche2023-02-084-2/+9
| |/ /
| * | glib-aux: drop usage of malloc_usable_size() in nm_free_secret()Thomas Haller2023-02-081-15/+1
| * | test-client: merge branch 'th/test-client-fixes'Thomas Haller2023-02-0821-1174/+1530
| |\ \
| | * | test-client: re-enable test_monitor() testThomas Haller2023-02-081-5/+0
| | * | test-client: fix race in test_monitor() testThomas Haller2023-02-081-2/+15
| | * | test-client: randomly kill or close the stub test serviceThomas Haller2023-02-081-3/+23
| | * | nmcli: replace all uses of g_print()/g_printerr() with nmc_print()/nmc_printe...Thomas Haller2023-02-089-859/+885
| | * | nmcli: add nmc_print()/nmc_printerr() macrosThomas Haller2023-02-081-0/+30
| | * | nmcli/trivial: rename nmc_print() to nmc_print_table()Thomas Haller2023-02-087-135/+137
| | * | nmcli/trivial: rename monitor functions in internal header fileThomas Haller2023-02-085-6/+6
| | * | test-client: pass LIBNM_CLIENT_DEBUG to nmcliThomas Haller2023-02-081-1/+6
| | * | libnm: support LIBNM_CLIENT_DEBUG_FILE to print debug logging to fileThomas Haller2023-02-081-20/+120
| | * | test-client: cleanup importsThomas Haller2023-02-081-20/+19
| | * | test-client: add valgrind support for call_nmcli_pexpect() testsThomas Haller2023-02-083-38/+146
| | * | test-client: drop unused NmTestBase base classThomas Haller2023-02-081-7/+5
| | * | test-client: cleanup start/shutdown of stub serviceThomas Haller2023-02-081-6/+13
| | * | test-client: accept yes/true/no/false for boolean argumentsThomas Haller2023-02-081-3/+16
| | * | test-client: add Util.shlex_join() helperThomas Haller2023-02-081-10/+13
| | * | test-client: pass extra argument in "test-client.sh" to python testThomas Haller2023-02-083-11/+53
| | * | contrib: avoid using "sudo" in REQUIRED_PACKAGES scriptsThomas Haller2023-02-083-6/+12
| | * | cli: fix leaking "value" string in ask_option()Thomas Haller2023-02-081-3/+5
| | * | cli: use "free()" for string from readlineThomas Haller2023-02-081-5/+2
| | * | cli: avoid leak in readline_cb() overwriting previous lineThomas Haller2023-02-081-3/+13
| | * | hostname: combine implementations of read_hostname() for Gentoo and SlackwareThomas Haller2023-02-081-39/+19
| |/ /
| * | platform: merge branch 'th/platform-ecmp-fixes'Thomas Haller2023-02-077-21/+117
| |\ \
| | * | core: suppress onlink flag for IPv4 routes without gatewayThomas Haller2023-02-072-1/+21
| | * | platform,core: better handle onlink flag for ECMP routesThomas Haller2023-02-076-10/+45
| | * | core: don't postpone configuring onlink ECMP routesThomas Haller2023-02-071-9/+36
| | * | core: don't create dependent onlink route for onlink routesThomas Haller2023-02-071-0/+3