summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-11-02tests: fix error message in nmtst_assert_ip6_address()Thomas Haller1-1/+1
2015-11-02test: disable g_log_set_always_fatal() for non-assert tests on older glib ver...Thomas Haller1-0/+5
2015-11-02core: add nm_utils_to_string_buffer global bufferThomas Haller1-2/+2
2015-11-01platform: add buffer argument to platform to-string functionsThomas Haller1-4/+8
2015-11-01macros: add nm_sprintf_buf() helper macroThomas Haller1-0/+12
2015-11-01macros: add nm_clear_g_cancellable() utilityThomas Haller1-0/+12
2015-11-01tests: handle no_expect_message also for tests without assert-loggingThomas Haller1-0/+2
2015-11-01tests: add nmtst_rand_perm() utilityThomas Haller1-0/+41
2015-11-01tests: add nmtst_assert_ip4_address() and nmtst_assert_ip6_address() utility ...Thomas Haller1-0/+31
2015-10-14test: add nmtst_get_rand_int() helperThomas Haller1-0/+6
2015-10-12macros: add nm_clear_g_variant() utilThomas Haller1-0/+11
2015-10-12macros: remove early return from nm_clear_g_signal_handler()Thomas Haller1-3/+0
2015-10-12macros: allow NULL pointer in nm_clear_g_signal_handler()Jiří Klimeš1-1/+2
2015-10-10libnm-util/test: use "nm-test-utils.h" in test-setting-dcbThomas Haller1-0/+10
2015-10-07macros: add NM_SET_OUT() macroThomas Haller1-0/+9
2015-10-05config: allow to enable/disable configuration snippetsThomas Haller1-0/+15
2015-10-05build: make NM_MORE_ASSERTS define numeric for different levels of more-assertsThomas Haller1-1/+1
2015-10-02macros: add nm_clear_g_signal_handler() helperThomas Haller1-0/+13
2015-10-01glib-compat: add g_hash_table_get_keys_as_array() compat functionBeniamino Galvani1-0/+39
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2-1/+77
2015-09-30glib-compat: add compatibility function for g_hash_table_insert() and g_hash_...Thomas Haller1-0/+29
2015-09-16systemd/build: use separate NETWORKMANAGER_COMPILATION define for systemd buildThomas Haller1-1/+2
2015-08-25macros: add NM_PRINT_FMT_QUOTE_STRING() macroThomas Haller1-0/+1
2015-08-12macros: use short-circuit evaluation in NM_IN_SET()Thomas Haller1-7/+9
2015-08-12macros: rework NM_IN_SET() macro to expand to a plain logical expressionThomas Haller1-13/+83
2015-08-10core: final gdbus portingDan Winship4-154/+0
2015-08-10core: port NMBusManager to gdbusDan Winship1-0/+19
2015-08-05nm-default: include i18n headers via "nm-default.h"Thomas Haller1-0/+13
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller2-3/+2
2015-08-05include: add convenience header "nm-default.h"Thomas Haller2-0/+60
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship5-17/+7
2015-07-24include: add nm-dbus-compat.hDan Winship2-0/+75
2015-07-24core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller1-58/+0
2015-07-24Revert "core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.h"Thomas Haller1-0/+58
2015-07-24core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller1-58/+0
2015-07-14test: add nmtst_platform_ip4_route() utilsThomas Haller1-0/+32
2015-07-12all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller1-3/+1
2015-07-12core: add glib compatibility wrapper nm_g_type_init() for g_type_init()Thomas Haller1-0/+11
2015-07-12nmtst: add function nmtst_assert_str_has_substr()Thomas Haller1-0/+11
2015-07-02test: add nmtst_assert_success() utilThomas Haller1-0/+8
2015-07-02macros: add nm_strstrip() utilThomas Haller1-0/+9
2015-07-02glib-compat: backport g_key_file_save_to_file()Thomas Haller1-0/+37
2015-06-26macros: add NM_BACKPORT_SYMBOL()Dan Winship1-0/+14
2015-06-23test: add NMTST_BUSY_WAIT() utilThomas Haller1-0/+12
2015-06-22glib-compat: include string.hLubomir Rintel1-0/+1
2015-06-21trivial: fix spelling error in code commentThomas Haller1-1/+1
2015-06-17macros: add NM_PRINT_FMT_QUOTED() macroThomas Haller1-0/+5
2015-06-17glib-compat: add g_ptr_array_insert()Thomas Haller1-0/+32
2015-06-17utils: add nm_utils_is_power_of_two() macroThomas Haller1-0/+17
2015-06-17glib-compat: add nm_g_hash_table_replace() compat functionThomas Haller1-0/+17