summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-011-21/+5
* shared: add nm_g_ascii_strtoull() to workaround bugThomas Haller2020-04-012-0/+53
* shared: add nm_g_ascii_strtod() to workaround bugThomas Haller2020-04-012-0/+40
* shared: add nm_g_ascii_strtoll() to workaround bugThomas Haller2020-04-012-0/+70
* shared: add assertions to _parse_legacy_addr4() and _nm_utils_ascii_str_to_in...Thomas Haller2020-03-311-2/+23
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-2814-0/+28
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-1714-0/+28
* | tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller2020-03-262-12/+3
* | shared: add NM_SWAP() macroThomas Haller2020-03-261-0/+11
* | shared: add NM_ASCII_WHITESPACES macroThomas Haller2020-03-241-1/+6
* | systemd: merge branch systemd into masterThomas Haller2020-03-2330-504/+1004
|\ \
| * | systemd: update code from upstream (2020-03-23)Thomas Haller2020-03-2329-500/+995
* | | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-3/+3
* | | shared: allow nm_dbus_connection_call_finish_variant_cb() with D-Bus methods ...Thomas Haller2020-03-231-4/+2
* | | 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