summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: trigger -Wenum-conversion warning in NM_IN_SET*() macrosThomas Haller2017-03-161-6/+19
* shared/trivial: minor style fixes in "nm-utils/nm-macros-internal.h"Thomas Haller2017-03-161-4/+6
* all: use "static inline" instead of "inline static"Thomas Haller2017-03-141-4/+4
* shared: add _NM_GET_PRIVATE_VOID() macroThomas Haller2017-03-101-1/+19
* shared: add test utilities for IP routesBeniamino Galvani2017-03-061-0/+45
* all: use "static inline" keywords instead of "inline static"Thomas Haller2017-02-232-57/+57
* shared: move NMSetting8021xSchemeVtable to "shared/nm-setting-metadata.h"Thomas Haller2017-02-172-0/+110
* all: add new "shared/nm-setting-metadata.h" fileThomas Haller2017-02-172-0/+50
* shared: cleanup nm_strquote_a() and nm_sprintf_bufa()Thomas Haller2017-02-101-28/+25
* all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller2017-02-101-1/+1
* shared: add NM_CACHED_QUARK() and NM_CACHED_QUARK_FCN() macrosThomas Haller2017-02-101-0/+34
* shared: fix -Wtype-limits warning in nm_glib_check_version() macroThomas Haller2017-02-061-8/+11
* shared: add nm_utils_strv_find_first() helperThomas Haller2017-02-042-0/+52
* shared/tests: add nmtst_rand_perm_gslist() helperThomas Haller2017-01-201-0/+25
* release: bump version to 1.7.0 (development)1.7.0-devThomas Haller2017-01-181-2/+3
* shared: add nm_offsetofend() macroThomas Haller2017-01-161-0/+2
* shared: add nm_str_realloc()Thomas Haller2017-01-091-0/+19
* shared: move nm_utils_strbuf_*() helper to shared/nm-utilsThomas Haller2017-01-052-0/+98
* shared: add nm_str_skip_leading_spaces() macroThomas Haller2016-12-251-0/+12
* libnm: add public macro NM_VERSION for the current build-time version of libnmThomas Haller2016-12-202-0/+3
* build: allow specifying the python interpreter for buildingThomas Haller2016-12-141-2/+4
* shared: add NM_AUTO_PROTECT_ERRNOThomas Haller2016-12-131-0/+7
* shared: add nm_auto_close and nm_auto_fcloseThomas Haller2016-12-131-0/+26
* 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