summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: refactor nm_utils_g_slist_strlist_cmp() to avoid dead-code warning fr...th/coverityThomas Haller2019-08-021-3/+8
* shared: try avoid coverity warning in _nm_utils_user_data_unpack()Thomas Haller2019-08-021-1/+1
* shared: explicitly ignore return value of g_utf8_validate()Thomas Haller2019-08-021-1/+1
* shared: fix non-serious bug with bogus condition in assertion in nm_key_file_...Thomas Haller2019-08-011-1/+1
* shared: add NM_HASH_SEED_16() macroThomas Haller2019-07-311-0/+3
* release: bump version to 1.21.0 (development)1.21.0-devThomas Haller2019-07-291-0/+1
* systemd: merge branch systemd into masterThomas Haller2019-07-2634-163/+452
|\
| * systemd: update code from upstream (2019-07-26)Thomas Haller2019-07-2631-159/+1917
* | shared: add nm_g_slice_free() helperThomas Haller2019-07-251-0/+5
* | core: improve code comment and add assertion to nm_utils_monotonic_timestamp_...Thomas Haller2019-07-251-7/+9
* | config: simplify no-auto-default list handling and sort entriesThomas Haller2019-07-251-0/+2
* | shared: accept %NULL strings in nm_utils_strv_sort()Thomas Haller2019-07-251-4/+11
* | shared: add nm_strcmp0_p_with_data() helperThomas Haller2019-07-252-0/+10
* | shared: add nm_strcmp_with_data()Thomas Haller2019-07-252-0/+10
* | shared: add nm_utils_clock_gettime_*() utilThomas Haller2019-07-232-0/+39
* | shared: suppress -Werror=stringop-overflow= warning in nm_strndup_a()Thomas Haller2019-07-161-0/+2
* | shared: add NM_CMP_DIRECT_STRCMP() macroThomas Haller2019-07-101-0/+3
* | shared: optimize nm_utils_error_set() for string literalsThomas Haller2019-07-101-1/+7
* | shared: add nm_pdirect_hash()/nm_pdirect_equal()Thomas Haller2019-07-102-0/+31
* | n-dhcp4: client/probe: fix memory leakBeniamino Galvani2019-07-051-0/+1
* | n-dhcp4: client/connection: fix memory leakBeniamino Galvani2019-07-051-0/+1
* | shared: add nm_sd_dns_name_to_wire_format()Beniamino Galvani2019-07-052-0/+14
* | systemd: add dns-domain utils to systemd static libraryBeniamino Galvani2019-07-053-0/+1503
* | n-dhcp4: avoid {net,linux}/if.h clashes on old distrosTom Gundersen2019-07-054-7/+8
* | shared/n-dhcp4: avoid c_min() macro to work with old GCCTom Gundersen2019-07-052-4/+13
* | dhcp: add nettools dhcp4 clientTom Gundersen2019-07-051-0/+37
* | systemd: merge branch systemd into masterBeniamino Galvani2019-07-0534-407/+710
|\ \ | |/
| * systemd: update code from upstream (2019-07-04)Beniamino Galvani2019-07-0433-407/+704
* | shared: gracefully accept %NULL strings for NM_STR_HAS_PREFIX() and NM_STR_HA...Thomas Haller2019-07-041-4/+9
* | shared: add nm_c_list_elem_free_steal() utilThomas Haller2019-07-021-0/+12
* | libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+1
* | shared: add nm_utils_strv_dup() utilThomas Haller2019-06-282-0/+58
* | shared: add nm_c_list_free_all() macroThomas Haller2019-06-281-0/+10
* | shared: add nm_clear_error() and patch g_clear_error() to use this inlinable ...Thomas Haller2019-06-261-0/+24
* | shared/glib: unconditionally redefine g_object_ref()/g_object_ref_sink() as t...Thomas Haller2019-06-261-2/+10
* | shared: add nm_utils_file_stat() utilThomas Haller2019-06-262-0/+27
* | shared: add nm_utils_hashtable_same_keys() utilThomas Haller2019-06-262-0/+32
* | 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