summaryrefslogtreecommitdiff
path: root/shared/nm-utils
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-108-119/+8
* shared/tests: add nmtst_keyfile_get_num_keys() helperThomas Haller2019-08-271-0/+23
* build: fix meson warning about path separator in targetBeniamino Galvani2019-08-051-0/+22
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+1
* shared/tests: add test for nm_utils_bin2hexstr_full()Thomas Haller2019-06-191-0/+82
* all: drop empty first line from sourcesThomas Haller2019-06-113-3/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-117-7/+0
* shared: add nmtst_get_rand_uint() helperThomas Haller2019-06-111-0/+7
* tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-112-8/+8
* shared/utils: add nmtst_assert_setting_dbus_roundtrip() utilThomas Haller2019-05-231-0/+35
* shared/tests: add nmtst_assert_setting_is_equal() utilThomas Haller2019-05-231-0/+28
* shared/tests: add nmtst_variant_from_string() utilThomas Haller2019-05-231-0/+19
* shared: implement _nm_utils_monotonic_timestamp_initialized() in "nm-logging-...Thomas Haller2019-05-221-14/+0
* shared/tests: add tests for libnm-core-auxThomas Haller2019-04-251-1/+0
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-1826-11119/+3
* shared: move udev helper to separate directory "shared/nm-udev-aux"Thomas Haller2019-04-182-339/+0
* shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"Thomas Haller2019-04-185-377/+3
* shared: remove unused _nm_utils_escape_plain()/_nm_utils_escape_spaces() APIThomas Haller2019-04-182-92/+0
* shared: add nm_utils_escaped_tokens_escape_gstr_assert()Thomas Haller2019-04-171-0/+33
* shared: remove unused nm_utils_str_simpletokens_extract_next()Thomas Haller2019-04-172-55/+0
* shared: add nm_utils_escaped_tokens_escape()Thomas Haller2019-04-172-0/+107
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_ESCAPED to nm_utils_strsplit_set_full()Thomas Haller2019-04-172-1/+53
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_STRSTRIP to nm_utils_strsplit_set_full()Thomas Haller2019-04-172-17/+66
* all: goodbye libnm-glibLubomir Rintel2019-04-161-8/+0
* shared: add nm_auto_clear_variant_builderThomas Haller2019-04-121-0/+2
* shared: pre-calculate number of tokens in nm_utils_strsplit_set_full()Thomas Haller2019-04-101-44/+66
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_PRESERVE_EMPTY flag for nm_utils_strs...Thomas Haller2019-04-102-17/+55
* shared: refactor allowed-escaped handling in nm_utils_strsplit_set_full()Thomas Haller2019-04-101-28/+21
* shared: refactor lookup of delimiter tables in nm_utils_strsplit_set_full()Thomas Haller2019-04-101-15/+21
* all: don't accept %NULL as delimiters for nm_utils_strsplit_set()Thomas Haller2019-04-101-3/+4
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-102-11/+28
* shared: cleanup _nm_utils_ascii_str_to_bool()Thomas Haller2019-04-041-18/+14
* shared: add nm_strstrip_avoid_copy_a() helperThomas Haller2019-04-042-0/+80
* shared: move nm_memdup(), nm_strndup_a(), and nm_strdup_int() to "nm-macros-i...Thomas Haller2019-04-042-112/+112
* shared/trivial: rename variables in nm_strndup_a() and nm_str_skip_leading_sp...Thomas Haller2019-04-042-18/+18
* shared: add nm_auto_unref_gmainloop cleanup macroThomas Haller2019-04-041-0/+3
* Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-031-0/+8
* shared: better implement compat version of explicit_bzero()Thomas Haller2019-04-021-6/+13
* shared: add nm_utils_str_simpletokens_extract_next()Thomas Haller2019-03-272-0/+55
* shared: add nm_ip_addr_is_null() helperThomas Haller2019-03-271-0/+10
* shared: add _nm_utils_escape_plain() APIThomas Haller2019-03-252-12/+40
* all: consider all ASCII spaces for _nm_utils_escape_spaces() and unescapeThomas Haller2019-03-251-9/+5
* shared: add NM_ASCII_SPACES macroThomas Haller2019-03-251-0/+3
* shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-252-5/+21
* cli: avoid unnecessary string clones for stripping whitespace for property va...Thomas Haller2019-03-251-0/+2
* shared: don't implement nm_utils_parse_inaddr() based on nm_utils_parse_inadd...Thomas Haller2019-03-251-1/+9
* shared: add _nm_utils_strv_cmp_n() and _nm_utils_strv_equal()Thomas Haller2019-03-243-0/+208
* shared/tests: add parentheses around arguments of NMTST_SWAP() macroThomas Haller2019-03-241-5/+6
* all: goodbye libnm-glibLubomir Rintel2019-03-191-8/+0
* shared: add nm_hash_obfuscate_ptr() helperThomas Haller2019-03-131-1/+26