summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: add _NM_GET_PRIVATE() macroThomas Haller2016-12-121-0/+18
* shared: add NM_MIN()/NM_MAX() macros to replace glib's MIN()/MAX()Thomas Haller2016-12-121-0/+44
* shared: add also "shared/nm-utils/nm-vpn-plugin-macros.h"Thomas Haller2016-12-122-1/+45
* release: bump version to 1.2.61.2.6Beniamino Galvani2016-12-021-2/+3
* release: bump version to 1.2.41.2.4Francesco Giudici2016-08-031-2/+3
* dns: log DNS servers at TRACE levelBeniamino Galvani2016-06-281-0/+8
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-101-0/+16
* shared: add "nm-common-macros.h" headerThomas Haller2016-06-102-0/+28
* shared: add define _nm_unused for __attribute__((unused))Thomas Haller2016-06-101-0/+1
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-121-12/+0
* nm-glib: backport g_steal_pointer() from glib-2.44Thomas Haller2016-05-121-0/+18
* 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