| Commit message (Expand) | Author | Age | Files | Lines |
* | nmtst: fix compiler warnings and make initialization of macro variables explict | Thomas Haller | 2014-09-22 | 1 | -1/+5 |
* | nmtst: move #endif to hide NMTST_VARIANT_* macros if not needed | Thomas Haller | 2014-09-22 | 1 | -1/+2 |
* | nmtst: add NMTST_VARIANT_EDITOR() | Dan Winship | 2014-09-18 | 1 | -0/+88 |
* | libnm-core: clean up nm_connection_replace_settings()'s semantics | Dan Winship | 2014-09-04 | 1 | -5/+0 |
* | ibft: add settings plugin for reading iBFT configuration (bgo #734009) | Dan Williams | 2014-08-29 | 1 | -0/+46 |
* | glib-compat: fix compatibility wrapper for g_type_ensure() | Thomas Haller | 2014-08-25 | 1 | -11/+12 |
* | core: add compatibility wrapper for g_test_add_data_func_full() to nm-glib-co... | Thomas Haller | 2014-08-22 | 1 | -0/+25 |
* | nmtst: add assertion functions for verify() connection | Thomas Haller | 2014-08-22 | 1 | -1/+131 |
* | nmtst: add nmtst_assert_connection_equals() function | Thomas Haller | 2014-08-22 | 1 | -0/+38 |
* | nmtst: add nmtst_connection_normalize() function | Thomas Haller | 2014-08-22 | 1 | -0/+65 |
* | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 1 | -2/+2 |
* | libnm-core: move some fake NMConnection methods over to NMSetting | Dan Winship | 2014-08-16 | 1 | -1/+1 |
* | all: fix up multiple-include-guard defines | Dan Winship | 2014-08-16 | 4 | -16/+16 |
* | nmtst: fix memory leak in nmtst_create_minimal_connection() | Thomas Haller | 2014-08-07 | 1 | -1/+3 |
* | nmtst: add nmtst_create_minimal_connection() function | Thomas Haller | 2014-08-07 | 1 | -0/+44 |
* | include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlags | Dan Winship | 2014-08-01 | 2 | -38/+0 |
* | utils: add _NM_UTILS_MACRO_FIRST and _NM_UTILS_MACRO_REST macros | Thomas Haller | 2014-08-01 | 1 | -0/+17 |
* | core: add project-wide header file nm-utils-internal.h | Thomas Haller | 2014-08-01 | 2 | -1/+29 |
* | all: add compatibility macros to ignore deprecation warnings for clang | Thomas Haller | 2014-08-01 | 2 | -0/+19 |
* | build: clean nm-version.h | Dan Williams | 2014-07-31 | 1 | -0/+2 |
* | libgsystem: add local copy of gsystem-local-alloc.h | Thomas Haller | 2014-07-15 | 2 | -0/+184 |
* | libnm-util, libnm-glib: whitespace fixes | Dan Winship | 2014-07-15 | 3 | -3/+0 |
* | libnm-util, libnm-glib: standardize copyright/license headers | Dan Winship | 2014-07-15 | 5 | -17/+9 |
* | libnm-util: move NetworkManager.h, etc, from include/ to here | Dan Winship | 2014-07-15 | 4 | -959/+0 |
* | nmtst: ensure call to nm_utils_get_monotonic_timestamp_s() in nmtst_init() | Thomas Haller | 2014-07-10 | 1 | -0/+5 |
* | libnm-util, libnm-glib: add NM_VERSION_1_0, NM_DEPRECATED_IN_1_0, and NM_DEPR... | Thomas Haller | 2014-06-27 | 1 | -11/+17 |
* | nmtst: add NMTST_DEBUG=no-expect-message for debugging assert_message tests | Thomas Haller | 2014-06-05 | 1 | -2/+31 |
* | nmtst: turn on g_debug() messages in nmtst_init() when debug logging is enabled | Thomas Haller | 2014-06-05 | 1 | -0/+13 |
* | nmtst: add new mode where tests assert against logged messages (assert_messages) | Thomas Haller | 2014-06-05 | 1 | -6/+48 |
* | core: add compatibility wrapper for g_test_skip() to nm-glib-compat.h | Thomas Haller | 2014-06-05 | 2 | -0/+15 |
* | nmtst: call nm_utils_init() in nmtst_init() | Thomas Haller | 2014-06-05 | 1 | -0/+7 |
* | nmtst: add nmtst_spawn_sync() | Thomas Haller | 2014-06-05 | 1 | -0/+51 |
* | nmtst: add nmtst_reexec_sudo() function | Thomas Haller | 2014-06-05 | 1 | -0/+49 |
* | nmtst: add nmtst_free() | Thomas Haller | 2014-06-05 | 1 | -0/+22 |
* | nmtst: combine files nm-test-helpers.h and nm-test-utils.h | Thomas Haller | 2014-06-05 | 3 | -50/+23 |
* | nmtst: add functions nmtst_platform_ip[46]_routes_equal | Thomas Haller | 2014-06-05 | 1 | -0/+42 |
* | nmtst: add functions nmtst_static_SIZE_NUM() to create a copy of a string ret... | Thomas Haller | 2014-06-05 | 1 | -0/+20 |
* | nmtst: add nmtst_is_debug() and interpret environment NMTST_DEBUG | Thomas Haller | 2014-06-05 | 2 | -1/+134 |
* | nmtst: add nmtst_initialized() | Thomas Haller | 2014-06-05 | 1 | -2/+12 |
* | nmtst: add parameter to nmtst_init to setup nm-logging | Thomas Haller | 2014-06-05 | 1 | -1/+9 |
* | nmtst: include missing header file glib-object.h | Thomas Haller | 2014-06-05 | 1 | -0/+1 |
* | nmtst: return const address from nmtst_inet6_from_string() | Thomas Haller | 2014-06-05 | 1 | -1/+1 |
* | nmtst: make all test functions "inline static" | Thomas Haller | 2014-06-05 | 1 | -40/+11 |
* | nmtst: move header file to include/ directory | Thomas Haller | 2014-06-05 | 2 | -0/+264 |
* | wwan: disable autoconnect if the given SIM PIN was wrong | Dan Williams | 2014-05-06 | 1 | -0/+3 |
* | wwan: use modem states instead of enabled/connected properties | Dan Williams | 2014-05-06 | 1 | -0/+6 |
* | platform, devices: add support for vxlan devices | Dan Winship | 2014-03-06 | 1 | -0/+1 |
* | replace snprintf by g_snprintf | Thomas Haller | 2014-02-24 | 1 | -1/+2 |
* | build: improve our use of glib's version macros to catch more bugs | Dan Winship | 2014-02-13 | 1 | -0/+34 |
* | libnm-util, libnm-glib: add versioned deprecation/availability macros | Dan Winship | 2014-02-13 | 1 | -0/+55 |