summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* nm-glib: add nm_glib_check_version() utilThomas Haller2015-11-251-0/+11
* nmtst: support -p and -s arguments from gtestutils via $NMTST_DEBUGThomas Haller2015-11-241-1/+49
* nmtst: pass -m=quick when specifying quick test in $NMTST_DEBUGThomas Haller2015-11-241-1/+38
* nmtst: detect whether the test runs as tap testThomas Haller2015-11-241-0/+3
* nmtst: initialize g_test_init() after parsing NMTST_DEBUGThomas Haller2015-11-241-11/+11
* all: add C99's "bool" defineThomas Haller2015-11-181-0/+47
* macros: avoid signed overflow in nm_utils_is_power_of_two()Beniamino Galvani2015-11-151-6/+6
* build: disable Pragmas for pre 4.6 gccGlenn Washburn2015-11-131-2/+2
* tests: fix error message in nmtst_assert_ip6_address()Thomas Haller2015-11-021-1/+1
* test: disable g_log_set_always_fatal() for non-assert tests on older glib ver...Thomas Haller2015-11-021-0/+5
* core: add nm_utils_to_string_buffer global bufferThomas Haller2015-11-021-2/+2
* platform: add buffer argument to platform to-string functionsThomas Haller2015-11-011-4/+8
* macros: add nm_sprintf_buf() helper macroThomas Haller2015-11-011-0/+12
* macros: add nm_clear_g_cancellable() utilityThomas Haller2015-11-011-0/+12
* tests: handle no_expect_message also for tests without assert-loggingThomas Haller2015-11-011-0/+2
* tests: add nmtst_rand_perm() utilityThomas Haller2015-11-011-0/+41
* tests: add nmtst_assert_ip4_address() and nmtst_assert_ip6_address() utility ...Thomas Haller2015-11-011-0/+31
* test: add nmtst_get_rand_int() helperThomas Haller2015-10-141-0/+6
* macros: add nm_clear_g_variant() utilThomas Haller2015-10-121-0/+11
* macros: remove early return from nm_clear_g_signal_handler()Thomas Haller2015-10-121-3/+0
* macros: allow NULL pointer in nm_clear_g_signal_handler()Jiří Klimeš2015-10-121-1/+2
* libnm-util/test: use "nm-test-utils.h" in test-setting-dcbThomas Haller2015-10-101-0/+10
* macros: add NM_SET_OUT() macroThomas Haller2015-10-071-0/+9
* config: allow to enable/disable configuration snippetsThomas Haller2015-10-051-0/+15
* build: make NM_MORE_ASSERTS define numeric for different levels of more-assertsThomas Haller2015-10-051-1/+1
* macros: add nm_clear_g_signal_handler() helperThomas Haller2015-10-021-0/+13
* glib-compat: add g_hash_table_get_keys_as_array() compat functionBeniamino Galvani2015-10-011-0/+39
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-302-1/+77
* glib-compat: add compatibility function for g_hash_table_insert() and g_hash_...Thomas Haller2015-09-301-0/+29
* systemd/build: use separate NETWORKMANAGER_COMPILATION define for systemd buildThomas Haller2015-09-161-1/+2
* 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