summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* libnm: rename nm_setting_gendata_*() API to nm_setting_option_*()Thomas Haller2020-05-221-3/+3
* ethtool: add and use _NM_ETHTOOL_ID_FEATURE_AS_IDX() macroThomas Haller2020-05-221-0/+1
* platform: make states of NMEthtoolCoalesceState indexed by ethtool_idThomas Haller2020-05-221-0/+2
* ifcfg-rh: add support for ethtool ring settingsAntonio Cardace2020-05-202-0/+23
* ethtool: add ring settingsAntonio Cardace2020-05-202-1/+22
* n-dhcp4: style fix in n_dhcp4_client_probe_transition_accept()Thomas Haller2020-05-181-1/+1
* shared: move _nm_utils_format_variant_attributes*() API to "shared/nm-glib-aux"Thomas Haller2020-05-142-0/+106
* build: fix redefinition of VALGRIND define in "nm-sd-adapt-shared.h"Thomas Haller2020-05-131-0/+2
* shared: add NM_UTILS_NAMED_VALUE_INIT() macroThomas Haller2020-05-132-0/+5
* shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-132-11/+40
* shared: assert that nm_utils_buf_utf8safe_unescape() doesn't reallocate memoryThomas Haller2020-05-132-2/+23
* ethtool: add coalesce settingsAntonio Cardace2020-05-132-2/+78
* keyfile: add support for uint32 variant types when using gendataAntonio Cardace2020-05-131-0/+21
* ethtool: accept %NULL as argument for nm_ethtool_data_get_by_optname()/nm_eth...Thomas Haller2020-05-111-1/+2
* ethtool: use NM_MORE_ASSERT_ONCE() in _ASSERT_data() to assert immutable data...Thomas Haller2020-05-111-2/+3
* all: use "int/char" instead of "gint/gchar" typedefsThomas Haller2020-05-081-1/+1
* shared: add nm_str_is_empty() helperThomas Haller2020-05-081-2/+9
* shared: add NM_G_PARAM_SPEC_GET_DEFAULT_*() helper macrosThomas Haller2020-05-081-0/+19
* shared: add NM_ENSURE_NOT_NULL() macroThomas Haller2020-05-081-0/+8
* keyfile: use nm_g_error_matches() in g_error_matches()Thomas Haller2020-05-071-4/+4
* keyfile,config: use nm_keyfile_error_is_not_found() helperThomas Haller2020-05-071-6/+2
* shared: add nm_keyfile_error_is_not_found() helperThomas Haller2020-05-071-0/+12
* shared: add nm_g_error_matches() helperThomas Haller2020-05-071-0/+15
* shared: add NM_STR_HAS_PREFIX_WITH_MORE() helperThomas Haller2020-05-071-0/+10
* shared: fix accessing "str" argument to NM_STR_HAS_PREFIX() macro twiceThomas Haller2020-05-071-6/+11
* tests: add include guard to "nm-test-libnm-utils.h" headerThomas Haller2020-05-071-0/+5
* shared: add nm_strvarray_*() helper APIThomas Haller2020-05-061-0/+48
* shared: add nm_indirect_g_free() helperThomas Haller2020-05-062-0/+22
* shared: add nm_g_array_len() helperThomas Haller2020-05-061-0/+8
* shared: add nm_g_ptr_array_len() helperThomas Haller2020-05-061-0/+8
* keyfile: implement nm_keyfile_plugin_kf_get_string_list() directly without macroThomas Haller2020-05-041-29/+26
* keyfile: add nm_keyfile_plugin_kf_get_integer_list_uint() to parse a list of ...Thomas Haller2020-05-043-26/+65
* keyfile: implement nm_keyfile_plugin_kf_set_string_list() directly without macroThomas Haller2020-05-041-14/+11
* keyfile: refactor writing of G_TYPE_ARRAY list of unsigned integersThomas Haller2020-05-043-17/+31
* keyfile: use NMStrBuf in nm_keyfile_plugin_kf_set_integer_list_uint8()Thomas Haller2020-05-042-15/+9
* keyfile: refactor defining keyfile list getter/setter functionsThomas Haller2020-05-041-21/+24
* keyfile: refactor defining keyfile getter/setter functionsThomas Haller2020-05-041-20/+24
* n-dhcp4: don't fail dispatch in case of receive errorsBeniamino Galvani2020-04-302-8/+22
* keyfile: don't declare keyfile getters/setter functions with macroThomas Haller2020-04-301-40/+21
* shared/glib: prevent users to use g_cancellable_reset()Thomas Haller2020-04-281-0/+8
* shared: add nm_gbytes_get_empty() singleton getterThomas Haller2020-04-282-0/+20
* shared: add nm_gbytes_hash() and nm_gbytes_equal()Thomas Haller2020-04-282-0/+14
* dhcp: make connection.mud-url configurable as global connection defaultThomas Haller2020-04-281-0/+2
* dhcp: enforce MUD URL to use "https://" schemeThomas Haller2020-04-242-13/+18
* shared: add nm_utils_invoke_on_timeout()Thomas Haller2020-04-242-32/+84
* systemd: add nm_sd_http_url_is_valid() to access internal http_url_is_valid()Thomas Haller2020-04-243-15/+61
* shared: add NM_CMP_DIRECT_PTR() macroThomas Haller2020-04-221-0/+8
* keyfile: minor cleanup handling error in read_array_of_uint()Thomas Haller2020-04-151-2/+3
* keyfile: avoid assertion failure in nm_keyfile_plugin_kf_get_{string,integer}...Thomas Haller2020-04-151-1/+0
* keyfile: cleanup mac_address_parser()Thomas Haller2020-04-151-52/+29