summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
...
* | shared: allow nm_c_list_move_*() API also to move from one list to anotherThomas Haller2019-06-261-2/+26
* | shared/tests: add test for nm_utils_bin2hexstr_full()Thomas Haller2019-06-191-0/+82
* | shared: fix nm_utils_bin2hexstr_full() for buffers of length zeroThomas Haller2019-06-191-4/+9
* | shared: add nm_utils_g_slist_strlist_cmp() utilThomas Haller2019-06-172-0/+21
* | libnm-core: add ovs-dpdk settingLubomir Rintel2019-06-142-0/+8
* | shared: add nm_g_variant_ref_sink() utilThomas Haller2019-06-131-0/+8
* | shared: add nm_c_list_elem_find_first() and minor cleanups of NMCListElem APIThomas Haller2019-06-131-15/+37
* | shared: add nm_utils_g_slist_find_str() utilThomas Haller2019-06-132-0/+33
* | all: drop empty first line from sourcesThomas Haller2019-06-116-6/+0
* | all: drop emacs file variables from source filesThomas Haller2019-06-1142-42/+0
* | shared: add nmtst_get_rand_uint() helperThomas Haller2019-06-111-0/+7
* | tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller2019-06-112-8/+8
* | shared: use NM_MIN() in NM_CMP_FIELD_MEMCMP_LEN() macroThomas Haller2019-06-111-1/+1
* | shared: fix _NM_ENSURE_TYPE_CONST() for const pointers with clangThomas Haller2019-05-291-1/+5
* | ifcfg-rh: preserve existence of wired settingBeniamino Galvani2019-05-281-0/+4
* | shared: fix return in nm_value_type_to_variant()/nm_value_type_get_variant_ty...Thomas Haller2019-05-271-0/+2
* | shared: add _NM_ENSURE_TYPE_CONST()Thomas Haller2019-05-271-0/+2
* | Merge commit 'e23b3c9c3ac86b065eef002fa5c4321cc4a87df2' as 'shared/n-dhcp4'Tom Gundersen2019-05-2540-0/+10480
* | libnm: mark NMTeamLinkWatcher arguments as const in APIThomas Haller2019-05-232-8/+8
* | shared/utils: add nmtst_assert_setting_dbus_roundtrip() utilThomas Haller2019-05-231-0/+35
* | shared/tests: add nmtst_assert_setting_is_equal() utilThomas Haller2019-05-231-0/+28
* | shared/tests: add nmtst_variant_from_string() utilThomas Haller2019-05-231-0/+19
* | shared: add nm_utils_gvariant_vardict_filter*() helpersThomas Haller2019-05-232-0/+75
* | shared: add JSON helper functions for NMValueTypeThomas Haller2019-05-232-0/+52
* | shared: add accessor functions for NMValueTypeThomas Haller2019-05-231-0/+183
* | shared: add "shared/nm-glib-aux/nm-value-type.h"Thomas Haller2019-05-231-0/+23
* | shared: add nm_json_aux_gstr_append_*() helperThomas Haller2019-05-232-0/+163
* | shared: add nm_jansson_json_as_*() helpers to "shared/nm-glib-aux/nm-jansson.h"Thomas Haller2019-05-231-0/+72
* | shared: add "shared/nm-glib-aux/nm-json-aux.h"Thomas Haller2019-05-233-0/+46
* | shared: add NM_GOBJECT_PROPERTIES_DEFINE_NOTIFY() macro as part of NM_GOBJECT...Thomas Haller2019-05-231-6/+9
* | shared: add nm_utils_strv_make_deep_copied_n() helperThomas Haller2019-05-232-1/+20
* | shared: add nm_strcmp0()Thomas Haller2019-05-232-3/+32
* | shared: fix invalid assertion in nm_utils_team_link_watcher_from_string()Thomas Haller2019-05-231-3/+4
* | shared: implement _nm_utils_monotonic_timestamp_initialized() in "nm-logging-...Thomas Haller2019-05-226-22/+20
* | shared: fix type shenanigans for data pointer of nm_memdup_maybe_a()Thomas Haller2019-05-161-3/+2
* | shared: propagate types in nm_malloc_maybe_a(), nm_malloc0_maybe_a(), nm_memd...Thomas Haller2019-05-161-4/+5
* | shared: embed scheme_type in NMSetting8021xSchemeVtableThomas Haller2019-05-152-81/+91
* | systemd: merge branch systemd into masterThomas Haller2019-05-1416-135/+283
|\ \ | |/
| * systemd: update code from upstream (2019-05-14)Thomas Haller2019-05-1416-135/+265
* | shared: use union instead of _nm_alignas() for static hash-seedThomas Haller2019-05-132-6/+12
* | shared: add NM_HASH_OBFUSCATE_PTR() macroThomas Haller2019-05-131-2/+12
* | shared: add nm_dbus_connection_call_start_service_by_name() helperThomas Haller2019-05-121-0/+24
* | shared: add nm_clear_g_dbus_connection_signal() helperThomas Haller2019-05-121-0/+17
* | shared: add nm_dbus_connection_signal_subscribe_name_owner_changed() helperThomas Haller2019-05-122-0/+80
* | shared: add "shared/nm-glib-aux/nm-dbus-aux.h"Thomas Haller2019-05-123-1/+52
* | all: fix typos (milli seconds -> milliseconds)Beniamino Galvani2019-05-081-1/+1
* | shared: use nm_str_skip_leading_spaces() in _nm_utils_ascii_str_to_int64()Thomas Haller2019-05-071-6/+3
* | shared: add NMKeyFileDB APIThomas Haller2019-05-072-0/+443
* | shared: add "shared/nm-glib-aux/nm-keyfile-aux.h"Thomas Haller2019-05-073-0/+49
* | shared: add nm_log_level_from_syslog() helper to convert from syslog levelsThomas Haller2019-05-072-18/+19