summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2016-09-08shared: add _NM_GET_PRIVATE() macroThomas Haller1-0/+18
2016-09-08shared: add NM_MIN()/NM_MAX() macros to replace glib's MIN()/MAX()Thomas Haller1-0/+44
2016-09-06shared: add helper macros nm_str_not_empty() and nm_strdup_not_empty()Thomas Haller1-0/+16
2016-08-17auth: check when setting statistics refresh rateAlfonso Sanchez-Beato1-0/+1
2016-08-17checkpoint: use polkit to check permissionBeniamino Galvani1-0/+1
2016-08-11nm-glib.h: fix compatibility wrapper for g_variant_new_take_string()Thomas Haller1-1/+10
2016-08-11nm-glib: add compatibility wrapper for g_variant_new_take_string()Thomas Haller1-0/+23
2016-08-11build: cleanup src/Makefile.amThomas Haller3-1/+64
2016-07-06shared: add NM_VPN_PLUGIN_CONFIG_PROXY_PAC to "nm-vpn-plugin-macros.h" for VP...Thomas Haller1-0/+4
2016-07-05shared: add nm_strquote_a() helperThomas Haller1-0/+29
2016-07-05shared: drop function name from g_return_val_if_reached()Thomas Haller1-0/+24
2016-07-04vpn: support option to preserve previous routing information on VPN config up...Thomas Haller1-0/+14
2016-06-30device: extend MAC address handling including randomization for ethernet and ...Thomas Haller1-0/+15
2016-06-28dns: log DNS servers at TRACE levelBeniamino Galvani1-0/+8
2016-06-17nm-glib: implement compatibility macro for g_strv_contains() differentlyThomas Haller1-14/+7
2016-06-17nm-glib: remove G_GNUC_EXTENSIONThomas Haller1-6/+6
2016-06-17shared: backport g_strv_contains()Lubomir Rintel1-0/+30
2016-06-16shared: add also "shared/nm-utils/nm-vpn-plugin-macros.h"Thomas Haller2-0/+44
2016-06-16tests: fix checking NM_ASSERT_NO_MSG define in "nm-test-utils.h"Thomas Haller1-1/+1
2016-06-16shared: include "nm-glib.h" from "nm-macros-internal.h"Thomas Haller2-2/+3
2016-06-16shared: include "gsystem-local-alloc.h" from "nm-glib.h"Thomas Haller3-2/+2
2016-06-16shared: add "nm-utils/nm-vpn-plugin-utils.h"Thomas Haller3-0/+174
2016-06-16shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller10-12/+13
2016-06-15libnm/vpn: add nm_vpn_editor_plugin_load_vt()Thomas Haller2-1/+191
2016-06-15shared: add nm_strcmp_p() utils macroThomas Haller1-0/+30
2016-06-09build: remove assertion messages in non-debug buildThomas Haller2-1/+50
2016-06-09tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller1-0/+5
2016-06-05macros: add macro _nm_printf() for function attributeThomas Haller1-0/+1
2016-06-01all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller1-0/+16
2016-06-01shared: add "nm-common-macros.h" headerThomas Haller2-0/+28
2016-05-17all/tests: split core part out of "nm-test-utils.h"Thomas Haller1-271/+3
2016-05-16shared: add _nm_pure/_nm_const define for __attribute__ ((pure))/((const))Thomas Haller1-0/+2
2016-05-14macros: define NM_MORE_ASSERTS is not definedThomas Haller1-0/+16
2016-05-12all: replace nm_unauto() by g_steal_pointer()Thomas Haller1-12/+0
2016-05-12nm-glib: backport g_steal_pointer() from glib-2.44Thomas Haller1-0/+18
2016-05-12shared: add define _nm_unused for __attribute__((unused))Thomas Haller1-0/+1
2016-05-09nmtst: allow non-boolean argument to nmtst_assert_success()Thomas Haller1-7/+5
2016-05-03utils: refactor _nm_utils_ascii_str_to_int64()Thomas Haller1-35/+12
2016-04-28core/trivial: rename "source" field of addresses and routesThomas Haller1-4/+4
2016-04-19shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.hThomas Haller2-0/+37
2016-04-11shared: add _nm_packed macro for __attribute__((packed))Thomas Haller1-1/+3
2016-04-11nmtst: add nmtst_platform_ip4_address() utilThomas Haller1-0/+47
2016-04-11nmtst: add nmtst_rand_buf() utilThomas Haller1-0/+28
2016-04-05release: bump version to 1.3.0 (development)1.3.0-devLubomir Rintel1-2/+2
2016-04-05release: add version 1.4 macrosLubomir Rintel1-0/+1
2016-04-05build: disable deprecation checks for internal compilationThomas Haller1-0/+6
2016-03-26shared: add nm_g_object_set_property()Thomas Haller2-0/+99
2016-03-26shared: move NM_UTILS_ERROR to shared-utilsThomas Haller2-0/+58
2016-03-26shared: move _nm_utils_ascii_str_to_int64() to "shared/nm-shared-utils.h"Thomas Haller2-0/+82
2016-03-26shared: include "nm-shared-utils.h"Thomas Haller1-0/+1