summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2020-02-10shared/tests: add nmtst_get_rand_uint64() utilThomas Haller1-0/+9
2020-02-10shared: add nm_ref_string_equals_str() helperThomas Haller1-0/+12
2020-02-10shared: rename local variable in _NM_GET_PRIVATE_PTR() macroThomas Haller1-2/+2
2020-02-10shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller1-12/+0
2020-02-10shared: add nm_g_variant_lookup() and nm_g_variant_lookup_value() helpersThomas Haller1-0/+18
2020-02-10shared: add nm_utils_strdup_reset() helperThomas Haller1-0/+14
2020-02-10shared: add NM_FLAGS_ASSIGN_MASK() helperThomas Haller1-0/+8
2020-02-10shared: add nm_dbus_connection_call_set() utilThomas Haller2-2/+43
2020-02-10shared: add NM_PRINT_FMT_QUOTE_REF_STRING() macroThomas Haller1-0/+1
2020-02-10shared: add NM_UTILS_STRING_TABLE_LOOKUP_DEFINE() macro to simplify defining ...Thomas Haller1-0/+50
2020-02-10shared: add nm_utils_get_monotonic_timestamp_msec_cached() helperThomas Haller1-0/+7
2020-02-10shared/trivial: rename time related functions to use "nsec"/"msec" abbreviati...Thomas Haller2-9/+10
2020-02-10all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2-8/+12
2020-02-10shared: add debugging statement for assertion in nm_utils_parse_inaddr_bin_fu...Thomas Haller1-1/+5
2020-02-10n-dhcp4: fix initialization of the 'secs' DHCP header fieldBeniamino Galvani3-6/+6
2020-02-05shared: redefine G_SOURCE_FUNCBeniamino Galvani1-2/+2
2020-02-03n-dhcp4: fix uninitialized variableBeniamino Galvani1-0/+1
2020-01-30n-dhcp4: move back to INIT after lease expiresBeniamino Galvani1-4/+3
2020-01-28shared: add nm_ip_addr_cmp()/nm_ip_addr_equal() helpersThomas Haller1-0/+16
2020-01-28shared: add NM_IP_ADDR_ZERO macro for initializing NMIPAddr to zeroThomas Haller1-0/+4
2020-01-28all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2-5/+5
2020-01-28shared: add nm_utils_ipaddr_is_valid()/nm_utils_ipaddr_is_normalized() helpersThomas Haller2-0/+45
2020-01-28shared: use static array indices in function parameter declarations of _nm_ut...Thomas Haller1-2/+2
2020-01-28shared: move nm_utils_inet* helpers from libnm-core to sharedThomas Haller1-0/+58
2020-01-28libnm/tests: cleanup add_device_common() test helperThomas Haller1-33/+43
2020-01-28libnm/tests: extend nmtstc_client_new() to create other GObject typesThomas Haller2-85/+129
2020-01-28shared/tests: add nmtst_main_context_iterate_until() helperThomas Haller1-3/+12
2020-01-28shared/tests/trivial: rename nmtst_main_context_iterate_until() to nmtst_main...Thomas Haller1-1/+1
2020-01-28shared/tests: use nmtst_g_source_set_boolean_true() in nmtst_main_context_ite...Thomas Haller1-11/+1
2020-01-28shared/tests: add nmtst_main_context_assert_no_dispatch() helperThomas Haller1-0/+20
2020-01-28shared/tests: add nmtst_g_source_set_boolean_true() helperThomas Haller1-9/+20
2020-01-28shared/tests: add nmtst_context_busy_watcher_wait() helperThomas Haller1-0/+68
2020-01-28shared: add nm_g_main_context_is_thread_default() utilThomas Haller1-0/+19
2020-01-28shared: add NM_UTILS_USEC_PER_SEC macroThomas Haller1-1/+2
2020-01-28shared: add _NM_MACRO_COMMA_IF_ARGS() helper macroThomas Haller1-0/+5
2020-01-28shared: cleanup NM_NARG() and related macrosThomas Haller1-40/+48
2020-01-25n-dhcp4: accept options that are longer than requestedBeniamino Galvani1-4/+4
2020-01-16shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2-111/+7
2020-01-16shared: add nm_source_func_unref_gobject() helperThomas Haller1-0/+8
2020-01-16shared/tests: add nmtst_file_set_contents_size() helperThomas Haller1-2/+14
2020-01-14license: relicense "shared/nm-std-aux/nm-dbus-compat.h" under LGPL-2.1+Thomas Haller1-49/+12
2020-01-14n-dhcp4: fix integer context in n_dhcp4_client_probe_transition_nak() on 32 bitThomas Haller1-3/+3
2020-01-14libnm-core,cli: add VRF settingBeniamino Galvani2-0/+8
2020-01-13shared/udev: don't use GIOChannel to watch plain file descriptorThomas Haller1-11/+9
2020-01-13shared: add nm_g_unix_fd_source_new() helperThomas Haller2-1/+28
2020-01-13shared: use G_SOURCE_FUNC() macro in "shared/nm-test-utils-impl.c"Thomas Haller1-1/+1
2020-01-09shared: improve nm_free_secret() to clear entire memory bufferThomas Haller2-8/+27
2020-01-09n-dhcp4: use C_CLAMP() macro instead of c_clamp()Beniamino Galvani1-1/+1
2020-01-09n-dhcp4: restart the transaction after a NAKBeniamino Galvani2-4/+7
2020-01-09n-dhcp4: allow calling listen() on already listening connectionBeniamino Galvani1-0/+3