summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* shared: add debugging statement for assertion in nm_utils_parse_inaddr_bin_fu...Thomas Haller2020-02-101-1/+5
* n-dhcp4: fix initialization of the 'secs' DHCP header fieldBeniamino Galvani2020-02-103-6/+6
* shared: redefine G_SOURCE_FUNCBeniamino Galvani2020-02-051-2/+2
* n-dhcp4: fix uninitialized variablebg/gcc10Beniamino Galvani2020-02-031-0/+1
* n-dhcp4: move back to INIT after lease expiresBeniamino Galvani2020-01-301-4/+3
* shared: add nm_ip_addr_cmp()/nm_ip_addr_equal() helpersThomas Haller2020-01-281-0/+16
* shared: add NM_IP_ADDR_ZERO macro for initializing NMIPAddr to zeroThomas Haller2020-01-281-0/+4
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-282-5/+5
* shared: add nm_utils_ipaddr_is_valid()/nm_utils_ipaddr_is_normalized() helpersThomas Haller2020-01-282-0/+45
* shared: use static array indices in function parameter declarations of _nm_ut...Thomas Haller2020-01-281-2/+2
* shared: move nm_utils_inet* helpers from libnm-core to sharedThomas Haller2020-01-281-0/+58
* libnm/tests: cleanup add_device_common() test helperThomas Haller2020-01-281-33/+43
* libnm/tests: extend nmtstc_client_new() to create other GObject typesThomas Haller2020-01-282-85/+129
* shared/tests: add nmtst_main_context_iterate_until() helperThomas Haller2020-01-281-3/+12
* shared/tests/trivial: rename nmtst_main_context_iterate_until() to nmtst_main...Thomas Haller2020-01-281-1/+1
* shared/tests: use nmtst_g_source_set_boolean_true() in nmtst_main_context_ite...Thomas Haller2020-01-281-11/+1
* shared/tests: add nmtst_main_context_assert_no_dispatch() helperThomas Haller2020-01-281-0/+20
* shared/tests: add nmtst_g_source_set_boolean_true() helperThomas Haller2020-01-281-9/+20
* shared/tests: add nmtst_context_busy_watcher_wait() helperThomas Haller2020-01-281-0/+68
* shared: add nm_g_main_context_is_thread_default() utilThomas Haller2020-01-281-0/+19
* shared: add NM_UTILS_USEC_PER_SEC macroThomas Haller2020-01-281-1/+2
* shared: add _NM_MACRO_COMMA_IF_ARGS() helper macroThomas Haller2020-01-281-0/+5
* shared: cleanup NM_NARG() and related macrosThomas Haller2020-01-281-40/+48
* n-dhcp4: accept options that are longer than requestedBeniamino Galvani2020-01-251-4/+4