summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: add nm_utils_hashtable_{equal,cmp}() helper functionThomas Haller2020-09-113-18/+371
* shared: fix out of bounds for nm_g_array_append_new() macroThomas Haller2020-09-111-6/+6
* shared: extend NM_IN_SET()/NM_IN_STRSET() macros to support up to 30 argumentsThomas Haller2020-09-101-0/+20
* shared: add nm_utils_bin2hexstr_a() macroThomas Haller2020-09-031-0/+25
* shared: add nm_g_timeout_source_new_seconds()Thomas Haller2020-09-032-0/+23
* shared: add nm_g_hash_table_contains() helperThomas Haller2020-09-031-0/+6
* shared: redefine "gs_*" cleanup macros to their "nm_auto*" counterpartsThomas Haller2020-09-021-87/+11
* all: replace cleanup macro "gs_free_slist" by "nm_auto_free_slist"Thomas Haller2020-09-021-9/+0
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-022-11/+3
* shared: add "nm_auto*" macros as future replacements for "gs_*" cleanup macrosThomas Haller2020-09-021-0/+33
* shared: rename "gs_local_option_context" to "nm_auto_free_option_context"Thomas Haller2020-09-021-8/+3
* initrd: fix memory leakAntonio Cardace2020-09-011-0/+8
* shared/trivial: add code comment about the purpose of "nm-default.h" headerThomas Haller2020-09-011-0/+10
* n-dhcp4: add n_dhcp4_client_lease_get_server_identifier()Beniamino Galvani2020-08-263-0/+28
* shared: add nm_strvarray_remove_first()Beniamino Galvani2020-08-261-0/+18
* 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-253-0/+119
* shared: enforce compatible C-type argument for nm_utils_strv_dup()Thomas Haller2020-08-252-11/+12
* shared: add nm_is_ascii()Beniamino Galvani2020-08-241-0/+6
* shared/trivial: add gtk-doc for nm_utils_buf_utf8safe_unescape()Thomas Haller2020-08-241-0/+37
* shared: add a struct and definition for MAC addressSayed Shah2020-08-201-0/+8
* all: avoid wrong compiler warning about uninitalized variables with LTOThomas Haller2020-08-171-1/+4
* n-dhcp4/connection: avoid compiler warning in n_dhcp4_c_connection_connect() ...Thomas Haller2020-08-171-14/+9
* n-dhcp4/packet: avoid compiler warning in n_dhcp4_c_socket_packet_recv()Thomas Haller2020-08-171-10/+2
* systemd: merge branch systemd into masterThomas Haller2020-08-135-13/+77
|\
| * systemd: update code from upstream (2020-08-11)Thomas Haller2020-08-135-13/+77
* | shared: add NM_STR_HAS_SUFFIX_WITH_MORE()/NM_STR_HAS_SUFFIX_ASCII_CASE_WITH_M...Thomas Haller2020-08-072-3/+29
* | shared: avoid "-Wmaybe-uninitialized" in _char_lookup_has()Thomas Haller2020-08-071-0/+5
* | shared: change NM_SWAP() macro to take pointer argumentsThomas Haller2020-08-063-8/+10
* | shared: add CharLookupTable type for nm_utils_strsplit_set_full()Thomas Haller2020-08-061-48/+57
* | shared: add nm_puint32_hash/nm_puint32_equals helpersThomas Haller2020-08-061-0/+4
* | shared: extend NM_IN_STRSET and NM_IN_SET to support up to 20 argsAntonio Cardace2020-08-061-0/+8
* | shared,core: extend nm_utils_is_specific_hostname() and move to sharedThomas Haller2020-08-053-0/+116
* | shared: add nm_strcmp_ascii_case_with_data() helperThomas Haller2020-08-052-0/+10
* | shared: add NM_STR_HAS_SUFFIX_ASCII_CASE() macroThomas Haller2020-08-051-0/+14
* | shared: add NM_IN_STRSET_ASCII_CASE() macroThomas Haller2020-08-052-0/+30
* | shared: make implementation for NM_IN_STRSET() more reusableThomas Haller2020-08-051-28/+32
* | shared: add nm_strv_ptrarray_get_unsafe() helperThomas Haller2020-08-051-0/+17
* | shared/tests: add nmtst_assert_ip_address()Thomas Haller2020-08-051-0/+8
* | shared/tests: add static assert to ensure proper alignment of NMIPAddr structThomas Haller2020-08-051-0/+5
* | systemd: merge branch systemd into masterBeniamino Galvani2020-08-0422-101/+361
|\ \ | |/
| * systemd: update code from upstream (2020-08-04)Beniamino Galvani2020-08-0423-103/+363
* | n-dhcp4: fix BPF filter endianness issueBeniamino Galvani2020-08-041-2/+2
* | shared: add NM_CMP_DIRECT_UNSAFE() macroThomas Haller2020-07-311-0/+6
* | shared: move nm_utils_is_power_of_two() to nm-stdaux and add nm_utils_is_powe...Thomas Haller2020-07-312-10/+21
* | shared: add nm_strv_ptrarray_cmp() helperThomas Haller2020-07-311-0/+14
* | shared: add nm_g_ptr_array_pdata() helperThomas Haller2020-07-311-0/+6
* | shared: use designated initializer in nm_dedup_multi_idx_type_init()Thomas Haller2020-07-311-3/+4
* | shared/tests: add nmtst_stable_rand()Thomas Haller2020-07-241-0/+44
* | shared: add nm_strv_ptrarray_clone() helperThomas Haller2020-07-241-0/+10