summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: add NM_VPN_PLUGIN_CONFIG_PROXY_PAC to "nm-vpn-plugin-macros.h" for VP...Thomas Haller2016-07-061-0/+4
* shared: add nm_strquote_a() helperThomas Haller2016-07-051-0/+29
* shared: drop function name from g_return_val_if_reached()Thomas Haller2016-07-051-0/+24
* vpn: support option to preserve previous routing information on VPN config up...Thomas Haller2016-07-041-0/+14
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-0/+15
* dns: log DNS servers at TRACE levelBeniamino Galvani2016-06-281-0/+8
* nm-glib: implement compatibility macro for g_strv_contains() differentlyThomas Haller2016-06-171-14/+7
* nm-glib: remove G_GNUC_EXTENSIONThomas Haller2016-06-171-6/+6
* shared: backport g_strv_contains()Lubomir Rintel2016-06-171-0/+30
* shared: add also "shared/nm-utils/nm-vpn-plugin-macros.h"Thomas Haller2016-06-162-0/+44
* tests: fix checking NM_ASSERT_NO_MSG define in "nm-test-utils.h"Thomas Haller2016-06-161-1/+1
* shared: include "nm-glib.h" from "nm-macros-internal.h"Thomas Haller2016-06-162-2/+3
* shared: include "gsystem-local-alloc.h" from "nm-glib.h"Thomas Haller2016-06-163-2/+2
* shared: add "nm-utils/nm-vpn-plugin-utils.h"Thomas Haller2016-06-163-0/+174
* shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller2016-06-1610-12/+13
* libnm/vpn: add nm_vpn_editor_plugin_load_vt()Thomas Haller2016-06-152-1/+191
* shared: add nm_strcmp_p() utils macroThomas Haller2016-06-151-0/+30
* build: remove assertion messages in non-debug buildThomas Haller2016-06-092-1/+50
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-091-0/+5
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-051-0/+1
* all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-011-0/+16
* shared: add "nm-common-macros.h" headerThomas Haller2016-06-012-0/+28
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-171-271/+3
* shared: add _nm_pure/_nm_const define for __attribute__ ((pure))/((const))Thomas Haller2016-05-161-0/+2
* macros: define NM_MORE_ASSERTS is not definedThomas Haller2016-05-141-0/+16
* 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
* shared: add define _nm_unused for __attribute__((unused))Thomas Haller2016-05-121-0/+1
* nmtst: allow non-boolean argument to nmtst_assert_success()Thomas Haller2016-05-091-7/+5
* utils: refactor _nm_utils_ascii_str_to_int64()Thomas Haller2016-05-031-35/+12
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-281-4/+4
* 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-111-1/+3
* nmtst: add nmtst_platform_ip4_address() utilThomas Haller2016-04-111-0/+47
* nmtst: add nmtst_rand_buf() utilThomas Haller2016-04-111-0/+28
* release: bump version to 1.3.0 (development)1.3.0-devLubomir Rintel2016-04-051-2/+2
* 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