summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.2.21.2.2Lubomir Rintel2016-05-111-2/+3
* build: belatedly bump version number for current and next stableThomas Haller2016-05-101-2/+3
* utils: refactor _nm_utils_ascii_str_to_int64()Thomas Haller2016-05-031-35/+12
* shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.hThomas Haller2016-04-192-0/+37
* shared: add _nm_packed macro for __attribute__((packed))Thomas Haller2016-04-121-1/+3
* nmtst: add nmtst_platform_ip4_address() utilThomas Haller2016-04-121-0/+47
* nmtst: add nmtst_rand_buf() utilThomas Haller2016-04-121-0/+28
* release: add version 1.4 macrosLubomir Rintel2016-04-051-0/+1
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-0/+6
* shared: add nm_g_object_set_property()Thomas Haller2016-03-262-0/+99
* shared: move NM_UTILS_ERROR to shared-utilsThomas Haller2016-03-262-0/+58
* shared: move _nm_utils_ascii_str_to_int64() to "shared/nm-shared-utils.h"Thomas Haller2016-03-262-0/+82
* shared: include "nm-shared-utils.h"Thomas Haller2016-03-261-0/+1
* shared: add "nm-shared-utils"Thomas Haller2016-03-263-0/+54
* shared: add nm_auto_unset_gvalue macroThomas Haller2016-03-261-0/+7
* nmtst: add nmtst_variant_new_vardict() functionThomas Haller2016-03-261-0/+21
* nmtst: fix memleak when using NMTST_VARIANT_DROP_SETTING()Thomas Haller2016-03-261-0/+2
* shared: include <stdlib.h> in "nm-macros-internal.h"Thomas Haller2016-03-241-0/+2
* shared: add nm_unauto() helper macroThomas Haller2016-03-171-0/+12
* shared: add nm_assert_not_reached()Thomas Haller2016-03-171-0/+2
* nmtst: add NMTST_DEBUG option "D"Thomas Haller2016-03-151-1/+8
* shared: add nm_g_object_ref() and nm_g_object_unref() functionThomas Haller2016-03-131-0/+20
* nmtst: add nmtst_main_loop_quit_on_notify functionThomas Haller2016-03-101-0/+12
* nmtst: add nmtst_assert_variant_*() helper macrosThomas Haller2016-03-101-0/+28
* nmtst: convert nmtst_assert_error() to a macro to preserve func:line informationThomas Haller2016-03-041-17/+18
* all: clean-up usage of GErrorThomas Haller2016-03-031-1/+1
* shared: add NM_G_ERROR_MSG()Thomas Haller2016-03-031-0/+20
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-291-1/+1
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-291-1/+1
* macros: add nm_auto() macro to cleanup functionsThomas Haller2016-02-291-1/+3
* nm-glib: backport g_info() macroThomas Haller2016-02-241-0/+7
* macros: split macro NM_GOBJECT_PROPERTIES_DEFINE() in twoThomas Haller2016-02-191-2/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-192-2/+6
* shared: fix nm_sprintf_buf() macro to allow plain stringThomas Haller2016-02-191-2/+2
* shared: move definition of "bool" to nm-macros-internal.hThomas Haller2016-02-162-47/+47
* macros: add nm_auto_free macroThomas Haller2016-02-162-1/+11
* shared: add nm_streq() and nm_streq0() macroThomas Haller2016-02-151-0/+5
* nmtst: drop deprecated test helper macro ASSERT()Thomas Haller2016-02-151-8/+0
* nmtst: add nmtst_assert_connection_verify() and don't normalize connection in...Thomas Haller2016-02-151-31/+43
* nmtst: add nmtst_assert_no_success() macroThomas Haller2016-02-141-0/+6
* all/trivial: rename STRLEN() macro to NM_STRLEN()Thomas Haller2016-02-141-1/+1
* build: cleanup default includesThomas Haller2016-02-122-2/+3
* test: use g_assert_not_reached () instead of asserting FALSELubomir Rintel2016-02-121-2/+2
* nmtst: introduce nmtst_setting_ip_config_add_{address,route} helpersBeniamino Galvani2016-02-111-0/+50
* build: define g_assert_cmpmem() for glib < 2.46Dan Williams2016-02-111-0/+14
* macros: add NM_IN_STRSET()Thomas Haller2016-02-111-0/+65
* macros: simplify NM_IN_SET() macroThomas Haller2016-02-111-46/+43
* tests: get rid of FAIL macroDan Williams2016-02-111-7/+1
* nmtst: drop details argument from add-test helperThomas Haller2016-02-101-12/+5
* nmtst: fix nmtst_test_data_unpack() macroThomas Haller2016-02-091-1/+1