summaryrefslogtreecommitdiff
path: root/shared/nm-utils/nm-shared-utils.c
Commit message (Expand)AuthorAgeFilesLines
* cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-071-0/+2
* shared: support empty blobs in nm_utils_bin2hexstr_full()Thomas Haller2019-02-221-15/+17
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-221-0/+141
* shared: add nm_ip_addr_set_from_untrusted() helperThomas Haller2019-02-221-0/+58
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-211-0/+59
* shared: add nm_g_type_find_implementing_class_for_property() helperThomas Haller2019-02-191-0/+47
* all: assert that native errno numbers are positiveThomas Haller2019-02-121-2/+4
* all: cache errno in local variable before using itThomas Haller2019-02-121-3/+5
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* shared: avoid "-Wmissing-braces" warning initalizing NMIPAddrThomas Haller2019-02-081-1/+1
* shared: add nm_utils_gettid() and NM_ASSERT_ON_MAIN_THREAD()Thomas Haller2019-02-051-0/+52
* shared: add nm_utils_strbuf_append_bin() helperThomas Haller2019-01-141-0/+35
* 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-0/+23
* shared: add nm_utils_getpagesize() and use it in netlink codeThomas Haller2019-01-091-0/+32
* shared: add typed nm_g_object_set_property*() helpersThomas Haller2019-01-071-10/+116
* keyfile: various refactoring and restructure nm_keyfile_read()Thomas Haller2019-01-021-1/+1
* shared: add nm_utils_error_is_notfound() helperThomas Haller2018-12-121-5/+18
* shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2018-10-171-0/+44
* shared: add nm_utils_invoke_on_idle() helperThomas Haller2018-10-171-0/+67
* shared/nm-utils: avoid a coverity warningBeniamino Galvani2018-10-061-1/+1
* Fix typosRafael Fontenelle2018-09-301-1/+1
* shared: relax assertion in nm_utils_parse_inaddr()/nm_utils_parse_inaddr_pref...Thomas Haller2018-09-181-4/+0
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-171-28/+18
* shared: change nm_utils_strbuf_seek_end() handling truncated stringsThomas Haller2018-09-071-46/+42
* shared: add nm_utils_strbuf_seek_end() helperThomas Haller2018-09-071-1/+83
* shared: add nm_utils_gbytes_equal_mem() utilThomas Haller2018-08-301-0/+30
* shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller2018-08-221-32/+201
* shared: add nm_utils_gbytes_to_variant_ay() utilThomas Haller2018-08-221-0/+17
* shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2018-08-111-12/+28
* shared: add space escape functionsBeniamino Galvani2018-08-111-0/+57
* shared: move nm_utils_ptrarray_find_binary_search() to shared utilsThomas Haller2018-08-101-0/+81
* shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller2018-08-101-0/+65
* shared: add nm_utils_hash_table_equal() utilThomas Haller2018-08-101-0/+57
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-8/+8
* shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-261-7/+4
* shared: add nm_utils_dbus_path_cmp() helperThomas Haller2018-05-141-0/+89
* shared: add nm_utils_dbus_path_get_last_component() helperThomas Haller2018-05-141-0/+13
* shared: add nm_utils_user_data_pack() and unpack helpersThomas Haller2018-04-241-0/+41
* shared: move cmp functions to nm-shared-utils.cThomas Haller2018-04-191-0/+50
* shared: add nm_utils_strv_sort() helperThomas Haller2018-04-181-0/+35
* shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller2018-04-161-0/+79
* shared: add nm_utils_hash_keys_to_array() helperThomas Haller2018-03-271-18/+21
* shared: add nm_utils_strv_make_deep_copied() helperThomas Haller2017-12-181-0/+17
* shared: add nm_utils_strdict_get_keys() helperThomas Haller2017-12-181-0/+27
* shared: add nm_utils_named_values_from_str_dict()Thomas Haller2017-12-081-0/+33
* shared: fix nm_utils_strsplit_set() to increase buffer size exponentiallyThomas Haller2017-11-291-1/+1
* shared: add nm_g_object_set_property_*() helperThomas Haller2017-11-231-0/+26
* shared: trivial: add space before comment closeFrancesco Giudici2017-11-091-1/+1
* shared: split random and hash utilsThomas Haller2017-10-171-160/+0