summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: cast from/to argument to unsigned for GFlags in _nm_utils_enum_get_va...Thomas Haller2017-04-271-1/+1
* libnm-core,shared: fix typo in '(allow-none)' annotationBeniamino Galvani2017-04-271-1/+1
* cli: don't mark field names for translationThomas Haller2017-04-231-35/+34
* cli/trivial: remove whitespace between N_ macro and parenthesisThomas Haller2017-04-191-34/+34
* cli: add meta data for NMSettingGenericThomas Haller2017-04-122-0/+6
* shared: add NM_PTRARRAY_EMPTY() utilThomas Haller2017-04-122-0/+8
* shared: add NM_PTRARRAY_LEN() utility macroThomas Haller2017-04-121-0/+17
* libnm: move public nm_utils_enum_*() functions back to libnm-coreThomas Haller2017-04-052-63/+3
* shared: move NM_UTILS_LOOKUP() macro shared utilsThomas Haller2017-04-051-0/+44
* shared: move _nm_utils_strv_cleanup() to shared utilsThomas Haller2017-04-052-0/+34
* utils: add _nm_utils_enum_from_str_full() to support aliasesThomas Haller2017-03-302-4/+52
* libnm: move enum utils to new shared file shared/nm-utils/nm-enum-utils.hThomas Haller2017-03-302-0/+345
* cli: add property type for enum and showcase for ipv6.addr-gen-modeThomas Haller2017-03-301-0/+8
* cli: move utils function from common.h to nm-meta-setting-desc.cThomas Haller2017-03-301-0/+2
* cli: split nm-meta-setting-desc out of settingsThomas Haller2017-03-302-4/+4
* cli: add property-info for the restThomas Haller2017-03-302-0/+6
* meta: add table @nm_meta_setting_infos of all settings typesThomas Haller2017-03-302-10/+296
* release: bump version to 1.9.0 (development)1.9.0-devLubomir Rintel2017-03-281-2/+3
* shared: minor change to NM_FLAGS_HAS() and nm_utils_is_power_of_two() macrosThomas Haller2017-03-231-5/+5
* udev: add and use nm_udev_utils_property_decode() functionThomas Haller2017-03-222-0/+55
* udev: only create monitor in NMUdevClient when neededThomas Haller2017-03-221-26/+25
* udev: drop libgudev in favor of libudevThomas Haller2017-03-222-0/+286
* shared: increase max number of args for _NM_UTILS_MACRO_RESTBeniamino Galvani2017-03-211-2/+4
* 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