summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * core/ovs: fix leak of "NMOvsdbPrivate.db_uuidThomas Haller2020-11-091-2/+6
| * core/trivial: add FIXME comment about immutable applied-connectionThomas Haller2020-11-092-0/+4
| * device: refactor NMDevice's can_reapply_change() to return earlyThomas Haller2020-11-091-20/+26
| * device: improve "nm-device-logging.h" to support a self pointer of NMDevice typeThomas Haller2020-11-0929-55/+58
| * format: mark json_{object,array}_foreach() macors as ForEachMacros for clang-...Thomas Haller2020-11-092-12/+8
| * examples: add "ovs-external-ids.py" example scriptThomas Haller2020-11-092-0/+426
| * libnm: add NMSettingOvsExternalIDsThomas Haller2020-11-0916-4/+747
| * libnm: add nm_utils_print() functionThomas Haller2020-11-093-0/+45
| * shared/strbuf: add nm_str_buf_get_char() and nm_str_buf_get_str_at_unsafe() h...Thomas Haller2020-11-091-1/+26
| * shared,all: cleanup nm_utils_hashtable_equal*() functionsThomas Haller2020-11-095-86/+84
| * shared: use GEqualFunc instead of NMUtilsHashTableEqualFunc typedefThomas Haller2020-11-092-10/+8
| * shared: add nm_g_array_unref() helperThomas Haller2020-11-091-0/+7
| * shared: add nm_utils_strdict_clone() helperThomas Haller2020-11-092-0/+20
| * shared: add nm_utils_named_value_clear_with_g_free() helperThomas Haller2020-11-092-0/+14
| * shared: add nm_utils_strdup_reset_take() helperThomas Haller2020-11-091-0/+19
| * libnm: fix assertion in nm_setting_user_set_data() to check input argumentThomas Haller2020-11-091-1/+1
|/
* contrib: fix failure for "fedora/REQUIRED_PACKAGES" on CentOS 8 for "black"Thomas Haller2020-11-091-1/+1
* po: update Ukrainian (uk) translationYuri Chornoivan2020-11-091-484/+444
* gitlab-ci: don't explicitly install black/clang/gettext during checkpatch stageThomas Haller2020-11-092-2/+0
* contrib: add xargs/black/clang packages to fedora/REQUIRED_PACKAGESThomas Haller2020-11-091-0/+3
* gitlab-ci: add ubuntu:20.04 test and reorder versionsThomas Haller2020-11-092-78/+109
* gitlab-ci: let Fedora 33 test always runThomas Haller2020-11-092-2/+2
* gitlab-ci: generate pages on Fedora 33 imageThomas Haller2020-11-092-4/+4
* gitlab-ci: reorder jobs for checkpatch testThomas Haller2020-11-092-2/+2
* gitlab CI: switch to using ci-templatesPeter Hutterer2020-11-098-166/+1059
* dns: sd-resolved: fix hash table initializationbg/rh1894839Beniamino Galvani2020-11-061-2/+1
* build: merge branch 'th/build-generate-docs'Thomas Haller2020-11-037-33/+1166
|\
| * build: rename "tools/check-settings-docs.sh" to "check-compare-generated.sh"Thomas Haller2020-11-034-5/+5
| * build: cleanup "tools/check-settings-docs.sh" scriptThomas Haller2020-11-031-14/+13
| * build: commit pre-generated "generate-docs-nm-settings-nmcli.xml" to gitThomas Haller2020-11-033-7/+1141
| * build: only generate "settings-docs.h" with "--enable-gtk-doc"Thomas Haller2020-11-032-2/+2
| * build/meson: move enable_docs variableThomas Haller2020-11-031-2/+2
|/
* build: merge branch 'th/workaround-glib-atomic-pointer-get'Thomas Haller2020-11-0311-62/+146
|\
| * libnm: with meson include "nm-default.h" for glib-mkenums sourcesThomas Haller2020-11-032-0/+2
| * libnm/tests: include "nm-default.h" for "libnm-core/tests/nm-core-tests-enum-...Thomas Haller2020-11-031-0/+1
| * shared: don't enforce unset G_LOG_DOMAIN in "nm-default.h"Thomas Haller2020-11-031-3/+0
| * shared: also reimplement g_atomic_pointer_set() macroThomas Haller2020-11-031-0/+19
| * shared: add a compat implementation for g_atomic_pointer_get()Thomas Haller2020-11-031-13/+38
| * introspection: avoid compiler warning in generated introspection filesThomas Haller2020-11-035-14/+23
| * build: don't depend dispatcher code on introspection sourcesThomas Haller2020-11-031-2/+0
| * tests: avoid race condition in nmtstc_service_cleanup()Thomas Haller2020-11-031-1/+5
| * shared/tests: add nmtst_main_context_iterate_until_full() helperThomas Haller2020-11-031-29/+51
| * shared/tests: add nmtst_g_source_nop() helperThomas Haller2020-11-031-0/+7
|/
* device: fix crash in nm_device_reactivate_ip_config()Thomas Haller2020-11-031-2/+2
* contrib/release: check whether access to master.gnome.org works before publis...Thomas Haller2020-11-021-1/+8
* release: bump version to 1.29.1 (development)1.29.1-devAntonio Cardace2020-11-022-2/+2
* merge branch 'ac/bridge_mtu_autoadjust' into masterAntonio Cardace2020-11-029-22/+103
|\
| * bridge: force (hack)-set of the MTU when explicitly set in the profileac/bridge_mtu_autoadjustAntonio Cardace2020-11-023-0/+34
| * bridge: set MTU at link creation timeAntonio Cardace2020-11-024-2/+13
| * platform: allow setting the MTU at link creation timeAntonio Cardace2020-11-024-21/+57
|/