summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: refactor nm_utils_strdict_to_variant_ass() to use nm_utils_named_valu...Thomas Haller2020-06-191-40/+15
* shared,core: rename and move function to nm_utils_strdict_to_variant_asv()Thomas Haller2020-06-192-0/+28
* shared: avoid allocating temporary buffer for nm_utils_named_values_from_strd...Thomas Haller2020-06-192-22/+43
* shared: make NMUtilsNamedValue.value_ptr non constThomas Haller2020-06-191-1/+1
* glib: always re-implement g_steal_pointer()Thomas Haller2020-06-151-3/+9
* systemd: merge branch systemd into masterThomas Haller2020-06-1343-477/+1134
|\
| * systemd: update code from upstream (2020-06-13)Thomas Haller2020-06-1341-471/+1125
* | shared: add nm_utils_buf_utf8safe_escape_cp() helperThomas Haller2020-06-112-0/+12
* | shared: add nm_utils_ether_addr_equal(), nm_utils_ether_addr_cmp()Thomas Haller2020-06-112-0/+24
* | shared: add nm_g_variant_builder_add_sv_*() helpersThomas Haller2020-06-111-0/+24
* | shared/tests: add nmtst_assert_variant_bytestring() helperThomas Haller2020-06-111-0/+37
* | all: move "shared/nm-libnm-aux" to "libnm/nm-libnm-aux"Thomas Haller2020-06-113-172/+0
* | all: move "shared/nm-libnm-core-aux" to "libnm-core/nm-libnm-core-aux"Thomas Haller2020-06-114-444/+0
* | all: move "shared/nm-libnm-core-intern" to "libnm-core/nm-libnm-core-intern"Thomas Haller2020-06-118-1303/+0
* | all: move "shared/nm-keyfile" to "libnm-core/nm-keyfile"Thomas Haller2020-06-115-5436/+0
* | core: add "external" flag for connections of external devicesThomas Haller2020-06-101-0/+1
* | libnm-core: support variant attributes of type int32 and uint64Beniamino Galvani2020-06-081-0/+4
* | shared: add FIXME about interpretation of variant-attribute bytestringsBeniamino Galvani2020-06-081-2/+4
* | keyfile: add NMKeyfileHandlerFlagsThomas Haller2020-06-053-3/+14
* | keyfile: add nm_keyfile_handler_data_warn_get() and construct message lazyThomas Haller2020-06-052-5/+58
* | keyfile: add accessors for NMKeyfileHandlerDataThomas Haller2020-06-052-0/+67
* | keyfile: add handler context for all parser callbacksThomas Haller2020-06-052-46/+170
* | keyfile: use cleanup attribute for GBytes and GByteArrayThomas Haller2020-06-051-21/+13
* | keyfile: don't check for info->error before calling handle_warn()Thomas Haller2020-06-051-10/+10
* | keyfile: style cleanup calling handle_warn()Thomas Haller2020-06-051-78/+203
* | keyfile: rework error reporting from read/write handlerThomas Haller2020-06-052-20/+33
* | keyfile: rename handler variable in KeyfileReaderInfo and KeyfileWriterInfoThomas Haller2020-06-051-26/+26
* | keyfile: add NMKeyfileHandlerData typedef for arguments of keyfile callbacksThomas Haller2020-06-052-56/+78
* | keyfile: merge NMKeyfile{Read,Write}Type as NMKeyfileHandlerTypeThomas Haller2020-06-052-14/+11
* | nettools: reimport nettools' n-dhcp4 and rework loggingThomas Haller2020-06-0314-106/+296
* | shared/n-acd: reimportThomas Haller2020-06-0312-53/+134
* | shared/c-siphash: reimportThomas Haller2020-06-036-37/+21
* | shared/c-rbtree: reimportThomas Haller2020-06-037-43/+33
* | shared/c-stdaux: reimportThomas Haller2020-06-035-37/+21
* | shared/c-list: reimportThomas Haller2020-06-036-41/+25
* | keyfile: suppress bogus warning about [ethernet-s390-options] settingThomas Haller2020-05-261-1/+2
* | 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