summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux/nm-shared-utils.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-5710/+0
* shared,dhcp: add _nm_utils_ip4_get_default_prefix0() helperThomas Haller2021-02-111-18/+18
* all: add "nm-glib-aux/nm-default-glib-i18n-lib.h" as replacement for "nm-defa...Thomas Haller2021-02-091-1/+1
* shared: stack allocate GPollFD array in _ctx_integ_source_prepare()Thomas Haller2021-01-251-26/+51
* core: move NM_MANAGER_ERROR to shared/nm-glib-auxThomas Haller2021-01-151-0/+2
* shared: move nm_utils_ifname_cpy() to "shared/nm-glib-aux"Thomas Haller2021-01-151-0/+25
* shared: add nm_g_bytes_new_from_str() helperThomas Haller2021-01-081-0/+15
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* shared: add static asserts for size/alignment of NMEtherAddrThomas Haller2020-11-191-0/+3
* shared,all: cleanup nm_utils_hashtable_equal*() functionsThomas Haller2020-11-091-62/+62
* shared: use GEqualFunc instead of NMUtilsHashTableEqualFunc typedefThomas Haller2020-11-091-4/+4
* shared: add nm_utils_strdict_clone() helperThomas Haller2020-11-091-0/+18
* shared: add nm_utils_named_value_clear_with_g_free() helperThomas Haller2020-11-091-0/+12
* shared: introduce opaque type NMUtilsUserData for nm_utils_user_data_pack()Thomas Haller2020-10-221-4/+4
* shared: automatically cast strv argument for nm_utils_strv_equal()/nm_utils_s...Thomas Haller2020-10-121-2/+2
* all/trivial: rename _nm_utils_strv_equal()/_nm_utils_strv_cmp_n() to have no ...Thomas Haller2020-10-121-2/+2
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: manually replace remaining tabs with spaces and reformatThomas Haller2020-09-291-3/+3
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-149/+149
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-3802/+3695
* shared: add nm_utils_uid_to_name()/nm_utils_name_to_uid() helpersThomas Haller2020-09-251-0/+79
* shared,libnm: avoid mixing signed and unsigned integers in netmask_to_prefix(...Thomas Haller2020-09-241-1/+1
* all/style: remove duplicate semicolon (";;") in sourcesThomas Haller2020-09-231-1/+1
* all: require a semicolon after NM_CACHED_QUARK_FCN()Thomas Haller2020-09-231-1/+1
* shared: extend nm_utils_hexstr2bin_full() to require hexdigits in pairsThomas Haller2020-09-221-2/+6
* shared: add m_g_variant_singleton_u_0()Thomas Haller2020-09-181-0/+28
* shared: add nm_utils_hashtable_{equal,cmp}() helper functionThomas Haller2020-09-111-16/+236
* shared: add nm_g_timeout_source_new_seconds()Thomas Haller2020-09-031-0/+16
* shared: avoid multiple strlen() calls in _nm_utils_strv_dup_packed()Thomas Haller2020-08-251-10/+22
* shared: add nm_utils_strv_dup_packed() utilThomas Haller2020-08-251-0/+68
* shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller2020-08-251-8/+7
* shared/trivial: add gtk-doc for nm_utils_buf_utf8safe_unescape()Thomas Haller2020-08-241-0/+37
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-171-1/+4
* shared: avoid "-Wmaybe-uninitialized" in _char_lookup_has()Thomas Haller2020-08-071-0/+5
* shared: add CharLookupTable type for nm_utils_strsplit_set_full()Thomas Haller2020-08-061-48/+57
* shared,core: extend nm_utils_is_specific_hostname() and move to sharedThomas Haller2020-08-051-0/+78
* shared: add nm_strcmp_ascii_case_with_data() helperThomas Haller2020-08-051-0/+9
* shared: add compat function nm_g_ptr_array_copy() for older glibThomas Haller2020-07-241-0/+23
* shared: avoid heap allocation for temporary string in nm_utils_parse_inaddr_p...Thomas Haller2020-07-231-3/+6
* shared: assert that nm_utils_strsplit_set_full() returns non-empty strv arrayThomas Haller2020-07-101-0/+1
* libnm-core: don't print value for no-value attributesBeniamino Galvani2020-07-081-4/+6
* libnm-core: pass variant-attribute-spec to format functionBeniamino Galvani2020-07-081-0/+15
* all: fix minor typosYuri Chornoivan2020-07-071-4/+4
* shared: move nm_utils_get_next_realloc_size() to nm-std-auxThomas Haller2020-07-061-69/+0
* all: fix typo in man pagesSayed Shah2020-07-031-2/+2
* shared: refactor nm_utils_parse_next_line() and add testsThomas Haller2020-07-031-25/+39
* nm-shared-utils: add util to parse out lines from a stringAntonio Cardace2020-06-261-0/+41
* shared: add nm_hexchar() helperThomas Haller2020-06-261-0/+3
* shared: avoid copying empty string in nm_str_buf_append_printf()Thomas Haller2020-06-251-1/+6
* shared: add nm_utils_strsplit_quoted()Thomas Haller2020-06-231-0/+94