summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: clean up nm_connection_replace_settings()'s semanticsDan Winship2014-09-041-5/+0
* ibft: add settings plugin for reading iBFT configuration (bgo #734009)Dan Williams2014-08-291-0/+46
* glib-compat: fix compatibility wrapper for g_type_ensure()Thomas Haller2014-08-251-11/+12
* core: add compatibility wrapper for g_test_add_data_func_full() to nm-glib-co...Thomas Haller2014-08-221-0/+25
* nmtst: add assertion functions for verify() connectionThomas Haller2014-08-221-1/+131
* nmtst: add nmtst_assert_connection_equals() functionThomas Haller2014-08-221-0/+38
* nmtst: add nmtst_connection_normalize() functionThomas Haller2014-08-221-0/+65
* libnm-core, libnm, core: make NMConnection an interfaceDan Winship2014-08-161-2/+2
* libnm-core: move some fake NMConnection methods over to NMSettingDan Winship2014-08-161-1/+1
* all: fix up multiple-include-guard definesDan Winship2014-08-164-16/+16
* nmtst: fix memory leak in nmtst_create_minimal_connection()Thomas Haller2014-08-071-1/+3
* nmtst: add nmtst_create_minimal_connection() functionThomas Haller2014-08-071-0/+44
* include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlagsDan Winship2014-08-012-38/+0
* utils: add _NM_UTILS_MACRO_FIRST and _NM_UTILS_MACRO_REST macrosThomas Haller2014-08-011-0/+17
* core: add project-wide header file nm-utils-internal.hThomas Haller2014-08-012-1/+29
* all: add compatibility macros to ignore deprecation warnings for clangThomas Haller2014-08-012-0/+19
* build: clean nm-version.hDan Williams2014-07-311-0/+2
* libgsystem: add local copy of gsystem-local-alloc.hThomas Haller2014-07-152-0/+184
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-153-3/+0
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-155-17/+9
* libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship2014-07-154-959/+0
* nmtst: ensure call to nm_utils_get_monotonic_timestamp_s() in nmtst_init()Thomas Haller2014-07-101-0/+5
* libnm-util, libnm-glib: add NM_VERSION_1_0, NM_DEPRECATED_IN_1_0, and NM_DEPR...Thomas Haller2014-06-271-11/+17
* nmtst: add NMTST_DEBUG=no-expect-message for debugging assert_message testsThomas Haller2014-06-051-2/+31
* nmtst: turn on g_debug() messages in nmtst_init() when debug logging is enabledThomas Haller2014-06-051-0/+13
* nmtst: add new mode where tests assert against logged messages (assert_messages)Thomas Haller2014-06-051-6/+48
* core: add compatibility wrapper for g_test_skip() to nm-glib-compat.hThomas Haller2014-06-052-0/+15
* nmtst: call nm_utils_init() in nmtst_init()Thomas Haller2014-06-051-0/+7
* nmtst: add nmtst_spawn_sync()Thomas Haller2014-06-051-0/+51
* nmtst: add nmtst_reexec_sudo() functionThomas Haller2014-06-051-0/+49
* nmtst: add nmtst_free()Thomas Haller2014-06-051-0/+22
* nmtst: combine files nm-test-helpers.h and nm-test-utils.hThomas Haller2014-06-053-50/+23
* nmtst: add functions nmtst_platform_ip[46]_routes_equalThomas Haller2014-06-051-0/+42
* nmtst: add functions nmtst_static_SIZE_NUM() to create a copy of a string ret...Thomas Haller2014-06-051-0/+20
* nmtst: add nmtst_is_debug() and interpret environment NMTST_DEBUGThomas Haller2014-06-052-1/+134
* nmtst: add nmtst_initialized()Thomas Haller2014-06-051-2/+12
* nmtst: add parameter to nmtst_init to setup nm-loggingThomas Haller2014-06-051-1/+9
* nmtst: include missing header file glib-object.hThomas Haller2014-06-051-0/+1
* nmtst: return const address from nmtst_inet6_from_string()Thomas Haller2014-06-051-1/+1
* nmtst: make all test functions "inline static"Thomas Haller2014-06-051-40/+11
* nmtst: move header file to include/ directoryThomas Haller2014-06-052-0/+264
* wwan: disable autoconnect if the given SIM PIN was wrongDan Williams2014-05-061-0/+3
* wwan: use modem states instead of enabled/connected propertiesDan Williams2014-05-061-0/+6
* platform, devices: add support for vxlan devicesDan Winship2014-03-061-0/+1
* replace snprintf by g_snprintfThomas Haller2014-02-241-1/+2
* build: improve our use of glib's version macros to catch more bugsDan Winship2014-02-131-0/+34
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-131-0/+55
* core: implement update_connection() for TeamDan Williams2013-11-081-0/+3
* core: set up and tear down DCB/FCoE when DCB is enabledDan Williams2013-10-311-0/+3
* dispatcher: fix memory leak in nm-dispatcher-actionThomas Haller2013-10-221-6/+10