summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-212-0/+239
* shared: add nm_auto_unlock_g_mutex and NM_G_MUTEX_LOCKED() helper macrosThomas Haller2019-09-211-0/+14
* all: SPDX header conversionLubomir Rintel2019-09-1031-463/+31
* 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
* shared: refactor nm_utils_g_slist_strlist_cmp() to avoid dead-code warning fr...Thomas 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
* 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
* 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
* 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: 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
* 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 emacs file variables from source filesThomas Haller2019-06-1119-19/+0
* 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