summaryrefslogtreecommitdiff
path: root/shared/nm-utils/nm-shared-utils.h
Commit message (Expand)AuthorAgeFilesLines
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1191/+0
* shared: remove unused _nm_utils_escape_plain()/_nm_utils_escape_spaces() APIThomas Haller2019-04-181-17/+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-171-2/+0
* shared: add nm_utils_escaped_tokens_escape()Thomas Haller2019-04-171-0/+31
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_ESCAPED to nm_utils_strsplit_set_full()Thomas Haller2019-04-171-0/+27
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_STRSTRIP to nm_utils_strsplit_set_full()Thomas Haller2019-04-171-0/+11
* shared: add NM_UTILS_STRSPLIT_SET_FLAGS_PRESERVE_EMPTY flag for nm_utils_strs...Thomas Haller2019-04-101-1/+13
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-101-1/+15
* shared: move nm_memdup(), nm_strndup_a(), and nm_strdup_int() to "nm-macros-i...Thomas Haller2019-04-041-112/+0
* shared/trivial: rename variables in nm_strndup_a() and nm_str_skip_leading_sp...Thomas Haller2019-04-041-12/+12
* shared: add nm_utils_str_simpletokens_extract_next()Thomas Haller2019-03-271-0/+2
* shared: add nm_ip_addr_is_null() helperThomas Haller2019-03-271-0/+10
* shared: add _nm_utils_escape_plain() APIThomas Haller2019-03-251-2/+14
* shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-251-1/+1
* shared: add _nm_utils_strv_cmp_n() and _nm_utils_strv_equal()Thomas Haller2019-03-241-0/+12
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-221-0/+21
* shared: add nm_ip_addr_set_from_untrusted() helperThomas Haller2019-02-221-0/+6
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-211-0/+6
* shared: add nm_ip4_addr_is_localhost() utilThomas Haller2019-02-191-0/+6
* shared: add nm_g_type_find_implementing_class_for_property() helperThomas Haller2019-02-191-0/+5
* shared: use nm_strerror_native_r() in lower layersThomas Haller2019-02-121-14/+20
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* shared: cleanup separation and transition between errno and nmerr numbersThomas Haller2019-02-121-1/+1
* shared: add nm_utils_gettid() and NM_ASSERT_ON_MAIN_THREAD()Thomas Haller2019-02-051-0/+12
* all: fix misspellingsRafael Fontenelle2019-01-241-1/+1
* shared: add "struct in_addr" union member to NMIPAddr structThomas Haller2019-01-221-0/+1
* shared: suppress -Wstringop-truncation warning in nm_strndup_a()Thomas Haller2019-01-221-1/+8
* shared: fix generic selection of integers in nm_strdup_int()Thomas Haller2019-01-161-9/+11
* shared/tests: add test for nm_strdup_int() macroThomas Haller2019-01-151-0/+2
* all: add static assertion for maximumg alloca() allocated bufferThomas Haller2019-01-151-0/+2
* shared: add nm_utils_strbuf_append_bin() helperThomas Haller2019-01-141-0/+1
* shared/trivial: rename nm_utils_mem_all_zero() to nm_utils_memeqzero()Thomas Haller2019-01-091-1/+1
* shared: refactor nm_utils_mem_all_zero() to use memcmp()Thomas Haller2019-01-091-13/+1
* shared: add nm_utils_getpagesize() and use it in netlink codeThomas Haller2019-01-091-0/+4
* shared: avoid compiler warning in nm_strndup_a()Thomas Haller2019-01-091-4/+10
* shared: add typed nm_g_object_set_property*() helpersThomas Haller2019-01-071-3/+55
* shared: move nm_errno() function to nm-errno.hThomas Haller2018-12-271-14/+9
* shared: add nm_utils_error_is_notfound() helperThomas Haller2018-12-121-0/+2
* shared: allow AF_UNSPEC for nm_utils_addr_family_to_char()Thomas Haller2018-12-111-2/+3
* shared: add nm_strv_ptrarray_*() helpersThomas Haller2018-12-031-0/+71
* shared: add nm_utils_checksum_get_digest*() helperThomas Haller2018-11-131-0/+40
* shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2018-10-171-1/+2
* shared: add nm_utils_invoke_on_idle() helperThomas Haller2018-10-171-0/+9
* libnm-core: fix int comparisons in team settingThomas Haller2018-10-071-1/+28
* shared: add nm_strndup_a() helperThomas Haller2018-10-041-0/+31
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-171-5/+8
* shared: add nm_errno() and nm_utils_error_set_errno() helperThomas Haller2018-09-121-0/+21
* shared: add nm_utils_strbuf_seek_end() helperThomas Haller2018-09-071-0/+1
* shared: add nm_utils_mem_all_zero()Thomas Haller2018-09-071-0/+16