summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-05utils: add NM_FLAGS_SET(), NM_FLAGS_UNSET() and NM_FLAGS_ASSIGN() macrosThomas Haller1-0/+23
2015-06-05core: make nm_assert() always compile conditionThomas Haller1-1/+1
2015-06-05Revert "core: avoid loading GIO modules"Lubomir Rintel1-5/+0
2015-06-04core: avoid loading GIO modulesLubomir Rintel1-0/+5
2015-06-01build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller3-5/+5
2015-05-29utils: move NM_FLAGS_*() macros to header file "include/nm-utils-internal.h"Thomas Haller1-0/+10
2015-05-26tests: call g_test_run() even when skipping the testLubomir Rintel1-3/+0
2015-05-20test: include "nm-keyfile-internal.h" for tests under src/Thomas Haller1-1/+3
2015-05-19core/tests: add nm_utils_get_testing() functionThomas Haller1-0/+9
2015-05-13test: fix wrong use of memcmp() in nmtst_platform_ip4_routes_equal()Thomas Haller1-6/+0
2015-05-04test: fix parsing of command line arguments for setting nmtst_test_quick()Thomas Haller1-7/+8
2015-05-01test: add nmtst_test_quick()Thomas Haller1-3/+45
2015-05-01test: add EXIT_SKIP defineThomas Haller1-0/+3
2015-04-28utils: add nm_clear_g_source() helperThomas Haller1-0/+13
2015-04-10build: add --enable-more-asserts configure option and nm_assert() macroThomas Haller1-0/+8
2015-04-10test: print NMTST_SEED_RAND value with g_print()Thomas Haller1-1/+1
2015-04-10test: fix compiler warning in g_test_assert_expected_messages_internal()Thomas Haller1-2/+7
2015-04-09test: log message at g_test_assert_expected_messages()Thomas Haller1-2/+14
2015-04-09test: add description of test behavior to nm-test-utils.hThomas Haller1-0/+54
2015-04-08test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller1-2/+30
2015-04-08test: setup logging during nmtst_init_assert_logging()Thomas Haller1-5/+21
2015-04-08test: fix enabling DEBUG logging for testsThomas Haller1-1/+1
2015-04-08test: fix parsing of NMTST_SEED_RANDThomas Haller1-1/+1
2015-04-08test: change message about random seed in nmtstThomas Haller1-1/+1
2015-03-20test: print connections as keyfile on failure of nmtst_assert_connection_equa...Thomas Haller1-0/+18
2015-03-20test: fix printing error in nmtst_assert_connection_equals()Thomas Haller1-7/+10
2015-03-20test: fix __NMTST_LOG() macro to allow format-string-only argumentThomas Haller1-3/+4
2015-03-12test: add nmtst_create_connection_from_keyfile()Thomas Haller1-0/+30
2015-03-12test: add nmtst_assert_resolve_relative_path_equals() functionThomas Haller1-0/+33
2015-03-12libgsystem: update copy of gsystem-local-alloc.hThomas Haller1-16/+41
2015-02-27core: pass ifindex as parameter to nm_ip6_config_new()Lubomir Rintel1-1/+1
2015-02-27core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams1-1/+1
2015-02-26test: fix defining nmtst_create_minimal_connection() without including nm-set...Thomas Haller1-1/+1
2015-02-16test: fix setup of logging for no-expect-messageThomas Haller1-0/+12
2015-02-09libnm/tests: fix memleaks in tests for valgrindThomas Haller1-2/+2
2015-01-12all: add macro NM_DEFINE_SINGLETON_GETTER()Thomas Haller1-0/+60
2015-01-07tests: check for no pending expected_messages on exit of testsThomas Haller1-7/+8
2014-12-18all: move STRLEN() macro to global header nm-utils-internal.hThomas Haller1-0/+3
2014-12-15tests: mute coverity for CHECKED_RETURN (CWE-252) in testsJiří Klimeš1-0/+33
2014-12-04libnm: remove nm_utils_init() from the public APIDan Winship1-5/+0
2014-11-12glib-compat: sync local definition of g_clear_pointer() with upstream glib an...Thomas Haller1-17/+16
2014-11-07core: fix new NMIP4Config and NMIP6Config propertiesDan Winship1-2/+2
2014-11-07all: add macro NM_IN_SETThomas Haller1-0/+15
2014-11-07libnm-core, libnm, core: add AddressData and RouteData propertiesDan Winship1-0/+5
2014-11-07libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship1-12/+0
2014-10-31all: add macros to suppress compiler warningsThomas Haller1-0/+41
2014-10-29build: fix -Wstrict-prototypes warningsThomas Haller1-2/+2
2014-10-22libnm-core: add nm-errors.[ch]Dan Winship1-0/+14
2014-10-21nmtst: fix a bug in NMTST_VARIANT_EDITORDan Winship1-2/+2
2014-10-20core: Move NMPlatformSource to nm-types.hLubomir Rintel1-2/+2