summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: add test for NM_SET_OUT()Thomas Haller2016-09-261-0/+5
* core: add _nm_utils_array_find_binary_search()Thomas Haller2016-09-231-0/+13
* macros: simplify NM_IN_SET() and NM_IN_STRSET() macrosThomas Haller2016-09-221-78/+36
* shared: add nm_utils_syslog_coerce_from_nm() utilThomas Haller2016-09-191-0/+32
* build: disable type checks in G_TYPE_CHECK_INSTANCE_CAST() macros (bgo#771120)Thomas Haller2016-09-121-4/+57
* shared: add _NM_GET_PRIVATE() macroThomas Haller2016-09-081-0/+18
* shared: add NM_MIN()/NM_MAX() macros to replace glib's MIN()/MAX()Thomas Haller2016-09-081-0/+44
* shared: add helper macros nm_str_not_empty() and nm_strdup_not_empty()Thomas Haller2016-09-061-0/+16
* release: bump version to 1.5.0 (development)1.5.0-devLubomir Rintel2016-08-171-2/+3
* auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-171-0/+1
* checkpoint: use polkit to check permissionBeniamino Galvani2016-08-171-0/+1
* nm-glib.h: fix compatibility wrapper for g_variant_new_take_string()Thomas Haller2016-08-111-1/+10
* nm-glib: add compatibility wrapper for g_variant_new_take_string()Thomas Haller2016-08-111-0/+23
* build: cleanup src/Makefile.amThomas Haller2016-08-113-1/+64
* 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