summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* test: fix wrong use of memcmp() in nmtst_platform_ip4_routes_equal()Thomas Haller2015-05-131-6/+0
* test: fix parsing of command line arguments for setting nmtst_test_quick()Thomas Haller2015-05-041-7/+8
* test: add nmtst_test_quick()Thomas Haller2015-05-011-3/+45
* test: add EXIT_SKIP defineThomas Haller2015-05-011-0/+3
* utils: add nm_clear_g_source() helperThomas Haller2015-04-281-0/+13
* test: print NMTST_SEED_RAND value with g_print()Thomas Haller2015-04-101-1/+1
* test: fix compiler warning in g_test_assert_expected_messages_internal()Thomas Haller2015-04-101-2/+7
* test: log message at g_test_assert_expected_messages()Thomas Haller2015-04-101-2/+14
* tests: check for no pending expected_messages on exit of testsThomas Haller2015-04-101-7/+8
* test: add description of test behavior to nm-test-utils.hThomas Haller2015-04-101-0/+54
* test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller2015-04-091-2/+30
* test: setup logging during nmtst_init_assert_logging()Thomas Haller2015-04-091-5/+21
* test: fix enabling DEBUG logging for testsThomas Haller2015-04-091-1/+1
* test: fix parsing of NMTST_SEED_RANDThomas Haller2015-04-091-1/+1
* test: change message about random seed in nmtstThomas Haller2015-04-091-1/+1
* test: fix printing error in nmtst_assert_connection_equals()Thomas Haller2015-03-201-7/+10
* test: fix __NMTST_LOG() macro to allow format-string-only argumentThomas Haller2015-03-201-3/+4
* libgsystem: update copy of gsystem-local-alloc.hThomas Haller2015-03-201-16/+41
* all: add macro NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-03-131-0/+60
* libnm/tests: fix memleaks in tests for valgrindThomas Haller2015-03-131-2/+2
* test: fix setup of logging for no-expect-messageThomas Haller2015-02-161-0/+12
* all: move STRLEN() macro to global header nm-utils-internal.hThomas Haller2014-12-181-0/+3
* tests: mute coverity for CHECKED_RETURN (CWE-252) in testsJiří Klimeš2014-12-161-0/+33
* libnm: remove nm_utils_init() from the public APIDan Winship2014-12-041-5/+0
* glib-compat: sync local definition of g_clear_pointer() with upstream glib an...Thomas Haller2014-11-121-17/+16
* core: fix new NMIP4Config and NMIP6Config propertiesDan Winship2014-11-071-2/+2
* all: add macro NM_IN_SETThomas Haller2014-11-071-0/+15
* libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship2014-11-071-0/+5
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-071-12/+0
* all: add macros to suppress compiler warningsThomas Haller2014-10-311-0/+41
* build: fix -Wstrict-prototypes warningsThomas Haller2014-10-291-2/+2
* libnm-core: add nm-errors.[ch]Dan Winship2014-10-221-0/+14
* nmtst: fix a bug in NMTST_VARIANT_EDITORDan Winship2014-10-211-2/+2
* core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-201-2/+2
* nmtst: improve nmtst_assert_connection_verifies_without_normalization()Thomas Haller2014-10-121-2/+1
* nmtst: fix compiler warnings and make initialization of macro variables explictThomas Haller2014-09-221-1/+5
* nmtst: move #endif to hide NMTST_VARIANT_* macros if not neededThomas Haller2014-09-221-1/+2
* nmtst: add NMTST_VARIANT_EDITOR()Dan Winship2014-09-181-0/+88
* 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