summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: add nmtst_auto_unlinkfile cleanup macroThomas Haller2016-11-091-0/+42
* shared: add nmtst_file_get_contents()Thomas Haller2016-11-091-0/+14
* shared: add NM_STRCHAR_ALL() and NM_STRCHAR_ANY() macrosThomas Haller2016-11-091-0/+46
* shared: minor cleanup in _nm_utils_ascii_str_to_int64() using const pointerThomas Haller2016-11-021-2/+2
* shared: add nm_assert_se() macroThomas Haller2016-10-281-0/+2
* shared: make nm_str_not_empty() inline function instead of macroThomas Haller2016-10-241-7/+5
* shared: add unaligned.hBeniamino Galvani2016-10-141-0/+129
* build: merge shared/Makefile.am into parent Makefile.amThomas Haller2016-10-131-21/+0
* shared: re-define _G_BOOLEAN_EXPR() to allow nesting g_assert()Thomas Haller2016-10-111-0/+27
* shared: add NM_DECIMAL_STR_MAX() macroThomas Haller2016-10-111-0/+14
* shared: assert against buffer length in nm_sprintf_buf()Thomas Haller2016-10-111-4/+8
* shared: add NMTST_UUID_INIT() macroThomas Haller2016-10-051-0/+4
* shared: add nm_clear_g_free()Thomas Haller2016-10-031-0/+21
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-034-19/+19
* 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