summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nm-glib: add compatibility for G_IO_ERROR_NOT_CONNECTEDLubomir Rintel2015-09-021-0/+5
* macros: add NM_PRINT_FMT_QUOTE_STRING() macroThomas Haller2015-08-251-0/+1
* macros: use short-circuit evaluation in NM_IN_SET()Thomas Haller2015-08-121-7/+9
* macros: rework NM_IN_SET() macro to expand to a plain logical expressionThomas Haller2015-08-121-13/+83
* core: final gdbus portingDan Winship2015-08-104-154/+0
* core: port NMBusManager to gdbusDan Winship2015-08-101-0/+19
* nm-default: include i18n headers via "nm-default.h"Thomas Haller2015-08-051-0/+13
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-052-3/+2
* include: add convenience header "nm-default.h"Thomas Haller2015-08-052-0/+60
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-245-17/+7
* include: add nm-dbus-compat.hDan Winship2015-07-242-0/+75
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-241-58/+0
* Revert "core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.h"Thomas Haller2015-07-241-0/+58
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-241-58/+0
* test: add nmtst_platform_ip4_route() utilsThomas Haller2015-07-141-0/+32
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-3/+1
* core: add glib compatibility wrapper nm_g_type_init() for g_type_init()Thomas Haller2015-07-121-0/+11
* nmtst: add function nmtst_assert_str_has_substr()Thomas Haller2015-07-121-0/+11
* test: add nmtst_assert_success() utilThomas Haller2015-07-021-0/+8
* macros: add nm_strstrip() utilThomas Haller2015-07-021-0/+9
* glib-compat: backport g_key_file_save_to_file()Thomas Haller2015-07-021-0/+37
* macros: add NM_BACKPORT_SYMBOL()Dan Winship2015-06-261-0/+14
* test: add NMTST_BUSY_WAIT() utilThomas Haller2015-06-231-0/+12
* glib-compat: include string.hLubomir Rintel2015-06-221-0/+1
* trivial: fix spelling error in code commentThomas Haller2015-06-211-1/+1
* macros: add NM_PRINT_FMT_QUOTED() macroThomas Haller2015-06-171-0/+5
* glib-compat: add g_ptr_array_insert()Thomas Haller2015-06-171-0/+32
* utils: add nm_utils_is_power_of_two() macroThomas Haller2015-06-171-0/+17
* glib-compat: add nm_g_hash_table_replace() compat functionThomas Haller2015-06-171-0/+17
* utils: add NM_FLAGS_SET(), NM_FLAGS_UNSET() and NM_FLAGS_ASSIGN() macrosThomas Haller2015-06-051-0/+23
* core: make nm_assert() always compile conditionThomas Haller2015-06-051-1/+1
* Revert "core: avoid loading GIO modules"Lubomir Rintel2015-06-051-5/+0
* core: avoid loading GIO modulesLubomir Rintel2015-06-041-0/+5
* build: rename file "include/nm-utils-internal.h" to "nm-macros-internal.h"Thomas Haller2015-06-013-5/+5
* utils: move NM_FLAGS_*() macros to header file "include/nm-utils-internal.h"Thomas Haller2015-05-291-0/+10
* tests: call g_test_run() even when skipping the testLubomir Rintel2015-05-261-3/+0
* test: include "nm-keyfile-internal.h" for tests under src/Thomas Haller2015-05-201-1/+3
* core/tests: add nm_utils_get_testing() functionThomas Haller2015-05-191-0/+9
* 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
* build: add --enable-more-asserts configure option and nm_assert() macroThomas Haller2015-04-101-0/+8
* 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-091-2/+14
* test: add description of test behavior to nm-test-utils.hThomas Haller2015-04-091-0/+54
* test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller2015-04-081-2/+30
* test: setup logging during nmtst_init_assert_logging()Thomas Haller2015-04-081-5/+21