summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* n-dhcp4: fallback to CLOCK_MONOTONIC for timerfd (resync with upstream)Thomas Haller2020-03-182-29/+28
* shared: add nm_g_variant_is_of_type() helperThomas Haller2020-03-171-0/+8
* shared: expose size of nm_ethtool_data array in headerThomas Haller2020-03-061-1/+1
* shared: move assertion in _NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller2020-03-021-2/+2
* shared: fix handling %NULL argument in nm_ref_string_equals_str()Thomas Haller2020-03-021-1/+1
* shared: add NMU_IFACE_OVS_OR_KERNEL for nm_utils_ifname_valid()Thomas Haller2020-02-262-0/+4
* shared: add NMU_IFACE_ANY for nm_utils_ifname_valid()Thomas Haller2020-02-262-1/+13
* shared: reject reserved names from "connection.interface-name"Thomas Haller2020-02-261-0/+13
* shared: reject '%' from nm_utils_ifname_valid() for kernel namesThomas Haller2020-02-261-2/+28
* n-dhcp4: keep trying after a failure in send()Beniamino Galvani2020-02-241-12/+13
* n-dhcp4: fix logging macroBeniamino Galvani2020-02-241-2/+3
* shared: fix suffix for NM_GOBJECT_PROPERTIES_DEFINE_BASE*() for multiple defi...Thomas Haller2020-02-241-6/+9
* shared: add more debug messages to nm_utils_parse_inaddr_bin_full()Beniamino Galvani2020-02-211-5/+31
* shared: extend NM_GOBJECT_PROPERTIES_DEFINE*() macros to append suffix to def...Thomas Haller2020-02-211-16/+22
* shared: add nm_utils_named_values_from_str_dict_full() to allow different sor...Thomas Haller2020-02-192-3/+18
* shared: add NM_UTILS_STRING_TABLE_LOOKUP_STRUCT_DEFINE() macro for lookup of ...Thomas Haller2020-02-191-18/+41
* shared: add NM_MORE_ASSERT_ONCE() macroThomas Haller2020-02-191-0/+18
* shared/trivial: add code comment to nm_utils_ifname_valid_kernel()Thomas Haller2020-02-181-0/+4
* shared: check for valid UTF-8 in nm_utils_ifname_valid()Thomas Haller2020-02-181-1/+5
* nm-shared-utils: relax ovs ifname check to accept any (non-space) ASCII print...Antonio Cardace2020-02-181-2/+5
* n-dhcp4: request previous address after expirationBeniamino Galvani2020-02-172-4/+10
* shared: fix returning out_len from nm_utils_hash_values_to_array()Thomas Haller2020-02-171-0/+1
* nm-shared-utils: add nm_utils_ifname_valid*() to shared utilsAntonio Cardace2020-02-172-0/+102
* shared: add LOGD_DHCP_from_addr_family() helperThomas Haller2020-02-171-0/+8
* license: relicense "shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h" unde...Thomas Haller2020-02-161-1/+1
* license: relicense "shared/nm-utils/nm-vpn-editor-plugin-call.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
* license: relicense "shared/nm-libnm-core-intern-aux/nm-auth-subject.[hc]" und...Thomas Haller2020-02-162-2/+2
* license: relicense "shared/nm-glib-aux/nm-jansson.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
* license: relicense "shared/nm-glib-aux/nm-glib.h" under LGPL-2.1+Thomas Haller2020-02-161-1/+1
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-2/+2
* shared: don't require callback argument to nm_dbus_connection_call_set()Thomas Haller2020-02-141-2/+0
* shared: drop compat implementation for G_DEFINE_QUARK()th/define-fcn-macros-cleanupThomas Haller2020-02-131-16/+0
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-134-31/+18
* shared: explicitly implement binary search in NM_UTILS_STRING_TABLE_LOOKUP_DE...Thomas Haller2020-02-131-11/+22
* shared/tests: add test for NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*()Thomas Haller2020-02-131-0/+30
* shared: add entry_cmd argument to NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*() macroThomas Haller2020-02-131-16/+24
* n-dhcp4: avoid double free of NDhcp4OutgoingBeniamino Galvani2020-02-111-2/+3
* shared/tests: add nmtst_get_rand_uint64() utilThomas Haller2020-02-101-0/+9
* shared: add nm_ref_string_equals_str() helperThomas Haller2020-02-101-0/+12
* shared: rename local variable in _NM_GET_PRIVATE_PTR() macroThomas Haller2020-02-101-2/+2
* shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller2020-02-101-12/+0
* shared: add nm_g_variant_lookup() and nm_g_variant_lookup_value() helpersThomas Haller2020-02-101-0/+18
* shared: add nm_utils_strdup_reset() helperThomas Haller2020-02-101-0/+14
* shared: add NM_FLAGS_ASSIGN_MASK() helperThomas Haller2020-02-101-0/+8
* shared: add nm_dbus_connection_call_set() utilThomas Haller2020-02-102-2/+43
* shared: add NM_PRINT_FMT_QUOTE_REF_STRING() macroThomas Haller2020-02-101-0/+1
* shared: add NM_UTILS_STRING_TABLE_LOOKUP_DEFINE() macro to simplify defining ...Thomas Haller2020-02-101-0/+50
* shared: add nm_utils_get_monotonic_timestamp_msec_cached() helperThomas Haller2020-02-101-0/+7
* shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2020-02-102-9/+10
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-102-8/+12