summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: fix CentOS Linux 9 containers during ".gitlab-ci/fedora-install.sh"th/tmp3Fernando Fernandez Mancera2023-01-242-9/+11
* contrib/fedora: install "python36-gobject" when building with meson on centos7Thomas Haller2023-01-231-0/+4
* contrib/fedora: disable "qt" build of examples for spec fileThomas Haller2023-01-231-0/+1
* contrib/fedora: explicitly set "pppd" path in configure scriptThomas Haller2023-01-231-2/+4
* merge: branch 'pr/1479'Beniamino Galvani2023-01-233-4/+53
|\
| * ndisc: Accept routes from on-link prefixes form raAlexander Lochmann2023-01-233-4/+53
|/
* libnm: valide IPv4 ECMP routes in NMIPRoute as unicast routesThomas Haller2023-01-201-4/+19
* meson: increase "default_test_timeout" to 3 minutesThomas Haller2023-01-202-2/+2
* glib-aux/trivial: fix code comment about nmtst_is_debug()Thomas Haller2023-01-201-1/+1
* release: bump version to 1.43.0 (development)1.43.0-devThomas Haller2023-01-192-3/+3
* release: bump version to 1.41.90 (1.42-rc1)1.42-rc1Thomas Haller2023-01-192-2/+2
* gitlab-ci: set OMP_NUM_THREADS=1 to avoid libgomp crash for msgmergeThomas Haller2023-01-191-0/+1
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-192-6/+3
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-191-5/+6
* libnm/doc: document "weight" attribute for IPv4 routesThomas Haller2023-01-191-0/+7
* NEWS: updateFernando Fernandez Mancera2023-01-191-12/+97
* gitlab-ci: avoid clean step in "run-test.sh" for manual invocationThomas Haller2023-01-191-11/+12
* platform/tests: temporarily disable failing check in "/route/test_cache_consi...Thomas Haller2023-01-191-0/+5
* l3cfg: schedule an update after every commit-type/config-data register/unregi...ff/fix_ecmp_empty_lstFernando Fernandez Mancera2023-01-192-9/+21
* platform: merge branch 'th/platform-cache-consistency-routes'Thomas Haller2023-01-1919-239/+929
|\
| * platform/tests: add test for cache consistency for IP routesThomas Haller2023-01-192-1/+230
| * platform/tests: add nmtstp_assert_platform() helperThomas Haller2023-01-192-0/+320
| * platform/tests: extend nmtstp_env1_add_test_func() to create more interfacesThomas Haller2023-01-195-60/+93
| * platform: allow setting multi_idx instance for NMPlatformThomas Haller2023-01-197-16/+51
| * platform: add NMP_OBJECT_TYPE_NAME() macroThomas Haller2023-01-191-0/+2
| * platform: abort handling routes in _rtnl_handle_msg() when resync is requiredThomas Haller2023-01-191-0/+2
| * platform: resync route cache upon NLM_F_REPLACE flagThomas Haller2023-01-191-14/+37
| * platform: parse routes of any type to handle replaceThomas Haller2023-01-191-9/+11
| * platform: better handle `ip route replace` for ignored routesThomas Haller2023-01-194-20/+19
| * platform: minor cleanup in nmp_cache_update_netlink_route()Thomas Haller2023-01-191-7/+6
| * platform: fix nmp_lookup_init_route_by_weak_id() to honor the route-tableThomas Haller2023-01-193-21/+46
| * platform: avoid printing raw pointer values in logThomas Haller2023-01-193-63/+73
| * glib-aux/tests: enable TRACE logging level when debugging nmtst testsThomas Haller2023-01-191-1/+1
| * glib-aux/tests: add nmtst_keeper_add() test helperThomas Haller2023-01-191-0/+21
| * glib-aux: rename and change nm_g_ptr_array_copy() to nm_g_ptr_array_new_clone()Thomas Haller2023-01-192-29/+19
|/
* curl: use CURLOPT_PROTOCOLS_STR instead of deprecated CURLOPT_PROTOCOLSThomas Haller2023-01-182-0/+11
* core: fix enum argument in prototype of nm_utils_kill_process_sync(), etc.Thomas Haller2023-01-181-3/+3
* gitlab-ci: bump ci-templates tag to generate new container imagesThomas Haller2023-01-182-6/+6
* merge: branch 'lr/nl-retry'Lubomir Rintel2023-01-171-25/+34
|\
| * platform: retry link change on RESULT_FAILED_RESYNCLubomir Rintel2023-01-161-11/+24
| * platform: log something nice about RESULT_FAILED_RESYNCLubomir Rintel2023-01-161-0/+3
| * platform: remove log_result from do_change_link()Lubomir Rintel2023-01-161-7/+2
| * platform: don't negate lefthand argument in set comparisonLubomir Rintel2023-01-161-10/+8
* | CONTRIBUTING: add hint for using cscopeThomas Haller2023-01-171-0/+7
* | build: fix `make cscope` step for removed directoriesThomas Haller2023-01-171-1/+1
* | tests: merge branch 'th/leak-test-data'Thomas Haller2023-01-172-35/+137
|\ \
| * | glib-aux: use struct initialization in nm_dedup_multi_index_new()Thomas Haller2023-01-171-6/+9
| * | glib-aux/tests: avoid valgrind leak with nmtst_add_test_func()Thomas Haller2023-01-171-1/+5
| * | glib-aux/tests: add mechanims to track and free test dataThomas Haller2023-01-171-0/+69
| * | glib-aux/tests: embed testpath in NmtstTestData structThomas Haller2023-01-171-18/+14