summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* meson: Improve the libnm-core build fileIñigo Martínez2019-10-011-0/+6
* meson: Improve the shared utils test build fileIñigo Martínez2019-10-011-4/+6
* meson: Use dependency for nm-default headerIñigo Martínez2019-10-011-14/+11
* meson: Improve the shared build fileIñigo Martínez2019-10-012-280/+202
* meson: Use generators placeholdersIñigo Martínez2019-10-011-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-0144-84/+44
* shared: add nmtst_g_source_assert_not_called() helperThomas Haller2019-09-301-0/+9
* shared: add NM_G_VARIANT_TYPE() macroThomas Haller2019-09-301-0/+8
* shared: add nm_utils_g_slist_strlist_join() utilThomas Haller2019-09-262-0/+20
* dns/dnsmasq: refactor tracking of dnsmasq processThomas Haller2019-09-262-1/+12
* shared: add compat macro for G_PID_FORMATThomas Haller2019-09-262-0/+37
* systemd: merge branch systemd into masterThomas Haller2019-09-2512-27/+108
|\
| * systemd: update code from upstream (2019-09-24)Thomas Haller2019-09-2513-28/+107
* | shared/trivial: rename _nm_g_slice_free_fcn1() macro to nm_g_slice_free_fcn1()Thomas Haller2019-09-231-4/+4
* | shared: add more nm_dbus_connection_call_*() and nm_dbus_connection_signal_su...Thomas Haller2019-09-222-5/+287
* | shared,all: add and use DBUS_INTERFACE_OBJECT_MANAGER defineThomas Haller2019-09-221-0/+2
* | shared: add nm_utils_hash_values_to_array() helperThomas Haller2019-09-222-0/+43
* | shared: add nm_auto_remove_source cleanup macroThomas Haller2019-09-221-0/+3
* | shared: add nm_auto_unref_io_channel cleanup macroThomas Haller2019-09-221-0/+3
* | shared: support nm_g_slice_free_fcn() for sizes of 32 bytesThomas Haller2019-09-221-1/+4
* | shared: add NMRefStringThomas Haller2019-09-213-0/+240
* | shared: add nm_auto_unlock_g_mutex and NM_G_MUTEX_LOCKED() helper macrosThomas Haller2019-09-211-0/+14
* | 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