summaryrefslogtreecommitdiff
path: root/src/libnm-client-impl/tests
Commit message (Expand)AuthorAgeFilesLines
* libnm/tests: test that nm_vpn_service_plugin_read_vpn_details() does not cons...Thomas Haller2022-03-281-7/+88
* libnm: handle NUL characters in nm_vpn_service_plugin_read_vpn_details() and ...Thomas Haller2022-03-281-2/+8
* all: suppress wrong gcc-12 warning "-Wdangling-pointer"Thomas Haller2022-02-211-2/+10
* libnm/tests: enable check for dangling pointer in test_activate_virtual()Thomas Haller2022-01-281-2/+2
* Revert "libnm: fix dangling pointer in public API while destructing NMClient"Thomas Haller2022-01-251-2/+2
* libnm/tests: fix race in test test_activate_virtual()Thomas Haller2022-01-211-1/+2
* libnm: fix dangling pointer in public API while destructing NMClientThomas Haller2022-01-211-2/+2
* libnm/tests: add unit test for checking dangling pointer in libnmThomas Haller2022-01-211-0/+80
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-294-187/+187
* libnm: introduce nm_device_get_ports() to NMDeviceFernando Fernandez Mancera2021-10-111-0/+5
* dbus-metadata: make 'extra' available from NML_DBUS_META_PROPERTY_INIT_FCN()Fernando Fernandez Mancera2021-10-111-2/+2
* libnm/tests: replace NM_PRAGMA_WARNING_DISABLE() by _nm_unusedThomas Haller2021-08-311-1/+1
* format: reformat code with clang-format-12.0.1-1.fc34Thomas Haller2021-08-301-1/+1
* all: use G_CALLBACK() macro instead of plain castThomas Haller2021-08-051-9/+9
* libnm: fix clearing parentheses in nm_utils_fixup_product_string()Thomas Haller2021-07-191-27/+27
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-1/+1
* libnm: abort read in nm_vpn_service_plugin_read_vpn_details() on '\0'Thomas Haller2021-05-261-37/+71
* libnm: avoid g_warning() in nm_vpn_service_plugin_read_vpn_details()Thomas Haller2021-05-261-2/+1
* clang-format: reformat code with clang 12Thomas Haller2021-05-041-1/+1
* build/meson: cleanup testsThomas Haller2021-02-281-1/+1
* build/meson: don't link static library libnm_client_impl with helperThomas Haller2021-02-281-0/+1
* build/meson: drop libnm_nm_default_dep dependencyThomas Haller2021-02-281-1/+1
* build/meson: explicitly link libnm-cryptoThomas Haller2021-02-281-0/+1
* build/meson: explicitly link libnm-core-aux-internThomas Haller2021-02-281-0/+1
* build/meson: cleanup dependencies for libnm-core-implThomas Haller2021-02-281-1/+2
* build/meson: cleanup dependencies for libnm-udev-auxThomas Haller2021-02-281-0/+2
* build/meson: cleanup dependencies for libnm-systemd-sharedThomas Haller2021-02-281-0/+1
* build/meson: cleanup libnm-glib-aux dependenciesThomas Haller2021-02-281-0/+4
* build/introspection: cleanup dependencies for libnmdbus in mesonThomas Haller2021-02-241-0/+1
* shared: move "nm-compat.[hc]" to "src/contrib/"Thomas Haller2021-02-241-1/+1
* shared: move "nm-vpn-editor-plugin-call.h" to "src/contrib/"Thomas Haller2021-02-241-0/+7
* shared: move "nm-vpn-plugin-utils.c" to "src/contrib/"Thomas Haller2021-02-241-8/+0
* libnm/tests: add static helper library "src/libnm-client-test/"Thomas Haller2021-02-244-8/+5
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-245-0/+6051