summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* n-dhcp4: arm timers in bound stateBeniamino Galvani2019-09-181-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-1062-922/+65
* shared/tests: add nmtst_keyfile_get_num_keys() helperThomas Haller2019-08-271-0/+23
* shared/hash: implement nm_hash_obfuscate_ptr() as inline function instead of ...Thomas Haller2019-08-231-9/+9
* shared: allow negative timestamps for nm_utils_monotonic_timestamp_as_boottime()Thomas Haller2019-08-211-7/+11
* shared: use nm_auto_unref_gtypeclass in _nm_utils_enum_from_str_full()Thomas Haller2019-08-161-2/+1
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-083-110/+109
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-082-22/+19
* shared: add nm_c_list_elem_find_first() helper macroThomas Haller2019-08-081-9/+20
* n-dhcp4: allocate memory of right size in n_dhcp4_client_probe_option_new()Thomas Haller2019-08-081-1/+1
* build: fix meson warning about path separator in targetBeniamino Galvani2019-08-052-21/+25
* n-dhcp4: remove dead codeBeniamino Galvani2019-08-021-4/+1
* n-dhcp4: avoid "-Werror=declaration-after-statement" warning with static_assertThomas Haller2019-08-021-2/+2
* n-acd: fix leaking socket handle in n_acd_socket_new() when setsockopt() failsThomas Haller2019-08-021-2/+4
* 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