summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/keyfile: don't parse JSON config in keyfile reader twiceth/libnm-teamThomas Haller2019-05-231-5/+5
* nmcli: don't validate team config in nmcliThomas Haller2019-05-231-13/+0
* libnm: support strict parsing of team link watcher from GVariantThomas Haller2019-05-234-52/+106
* libnm: implement team's _link_watcher_from_variant() reusing meta dataThomas Haller2019-05-221-85/+148
* libnm: implement team's _link_watcher_to_variant() reusing meta dataThomas Haller2019-05-221-102/+76
* libnm: split creation/conversion of team link watcher from variantThomas Haller2019-05-221-155/+171
* libnm: move team link-watchers to/from variant to "nm-team-setting.c"Thomas Haller2019-05-224-207/+211
* libnm: rework team handling of JSON configThomas Haller2019-05-2213-1583/+2728
* libnm: add "libnm-core/nm-team-utils.h"Thomas Haller2019-05-224-11/+68
* libnm: add init_from_dbus() virtual function to NMSettingThomas Haller2019-05-222-30/+69
* ifcfg-rh: don't check for errors reading team settings in ifcfg-rhThomas Haller2019-05-223-76/+25
* libnm: don't duplicate NMTeamLinkWatcher and make ref thread-safeThomas Haller2019-05-224-21/+32
* libnm: rework NMTeamLinkWatcher structure and embed stringsThomas Haller2019-05-221-61/+81
* libnm: add internal cmp() function for NMTeamLinkWatcher typesThomas Haller2019-05-223-43/+91
* libnm: mark NMTeamLinkWatcher arguments as const in APIThomas Haller2019-05-224-33/+35
* libnm/tests: mark team tests as skipped without JSON validationThomas Haller2019-05-222-6/+24
* libnm/tests: add tests for modifying team settingThomas Haller2019-05-221-0/+64
* libnm/tests: check for identical team config in _team_config_equal_check()Thomas Haller2019-05-221-0/+5
* libnm/tests: cleanup testsThomas Haller2019-05-221-15/+15
* shared/utils: add nmtst_assert_setting_dbus_roundtrip() utilThomas Haller2019-05-221-0/+35
* shared/tests: add nmtst_assert_setting_is_equal() utilThomas Haller2019-05-221-0/+28
* shared/tests: add nmtst_variant_from_string() utilThomas Haller2019-05-221-0/+19
* shared: add nm_utils_gvariant_vardict_filter*() helpersThomas Haller2019-05-222-0/+75
* shared: add JSON helper functions for NMValueTypeThomas Haller2019-05-222-0/+52
* shared: add accessor functions for NMValueTypeThomas Haller2019-05-221-0/+183
* shared: add "shared/nm-glib-aux/nm-value-type.h"Thomas Haller2019-05-222-0/+24
* shared: add nm_json_aux_gstr_append_*() helperThomas Haller2019-05-222-0/+163
* shared: add nm_jansson_json_as_*() helpers to "shared/nm-glib-aux/nm-jansson.h"Thomas Haller2019-05-221-0/+72
* shared: add "shared/nm-glib-aux/nm-json-aux.h"Thomas Haller2019-05-224-0/+48
* shared: add NM_GOBJECT_PROPERTIES_DEFINE_NOTIFY() macro as part of NM_GOBJECT...Thomas Haller2019-05-221-6/+9
* shared: add nm_utils_strv_make_deep_copied_n() helperThomas Haller2019-05-222-1/+20
* shared: add nm_strcmp0()Thomas Haller2019-05-222-3/+32
* shared: fix invalid assertion in nm_utils_team_link_watcher_from_string()Thomas Haller2019-05-221-3/+4
* libnm: fix parsing "nsna_ping" team link watcher from GVariantThomas Haller2019-05-221-1/+1
* build: merge branch 'th/build-link-static-libraries-later'Thomas Haller2019-05-2210-159/+255
|\
| * build: don't statically link static libraries with other static libraries (6)Thomas Haller2019-05-221-8/+9
| * build: don't statically link static libraries with other static libraries (5)Thomas Haller2019-05-221-9/+17
| * build: don't statically link static libraries with other static libraries (4)Thomas Haller2019-05-221-7/+21
| * build: drop trivial variables from Makefile.amThomas Haller2019-05-221-12/+14
| * build: don't statically link static libraries with other static libraries (3)Thomas Haller2019-05-221-1/+10
| * build: don't statically link static libraries with other static libraries (2)Thomas Haller2019-05-221-4/+11
| * build: don't statically link static libraries with other static libraries (1)Thomas Haller2019-05-221-4/+1
| * build: link src/NetworkManager explicitly with glibThomas Haller2019-05-221-0/+1
| * build: link libnm/liblibnm.la with udev libraryThomas Haller2019-05-221-0/+1
| * Revert "libnm: don't assert for success of g_dbus_error_register_error()"Thomas Haller2019-05-221-1/+2
| * build/meson: introduce libnm/liblibnm.la as static library for libnm/libnm.laThomas Haller2019-05-222-31/+49
| * build: introduce libnm/liblibnm.la as static library for libnm/libnm.laThomas Haller2019-05-221-22/+16
| * build: style cleanups of Makefile.amThomas Haller2019-05-221-47/+91
| * shared: implement _nm_utils_monotonic_timestamp_initialized() in "nm-logging-...Thomas Haller2019-05-227-22/+21
|/
* Revert "Do not manage Docker bridge interfaces"Lubomir Rintel2019-05-211-3/+0