summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: add nm_utils_user_data_pack() and unpack helpersThomas Haller2018-04-242-0/+53
* systemd: merge branch systemd into masterThomas Haller2018-04-231-13/+0
|\
| * systemd: update code from upstream (2018-04-23)Thomas Haller2018-04-231-13/+0
* | n-acd: don't use a return value in deallocatorLubomir Rintel2018-04-232-5/+3
* | shared: move cmp functions to nm-shared-utils.cThomas Haller2018-04-193-48/+56
* | build: meson: link NM against n-acdBeniamino Galvani2018-04-181-0/+25
* | shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-183-399/+2
* | shared: fix nmtst_main_loop_run()Beniamino Galvani2018-04-181-1/+4
* | n-acd: use CLOCK_MONOTONIC timers on older kernelsBeniamino Galvani2018-04-181-0/+7
* | Merge commit '23cbce4bc9c70fc33d3413fc1b9a5f3303498036' as 'shared/n-acd'Beniamino Galvani2018-04-1820-0/+2256
* | Merge commit 'afe2594a7799d3113470c40664c6eda88b83c7e5' as 'shared/c-list'Beniamino Galvani2018-04-1814-0/+1750
* | Merge commit '1ea09eb549dbd910ea593e01fb6f746ae20b4beb' as 'shared/c-siphash'Beniamino Galvani2018-04-1815-0/+1570
* | all: replace "it's" with "its" where neededBeniamino Galvani2018-04-182-2/+2
* | shared: add nm_utils_dbus_normalize_object_path() helperThomas Haller2018-04-181-0/+12
* | shared: add nm_utils_strv_sort() helperThomas Haller2018-04-182-0/+38
* | shared: add NM_CAST_STRV_*() helper macrosThomas Haller2018-04-181-0/+35
* | shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller2018-04-162-0/+83
* | shared: use value infos in _nm_utils_enum_to_str_fullBeniamino Galvani2018-04-132-11/+41
* | shared/tests: add nmtst_assert_nonnull() macroThomas Haller2018-04-091-0/+8
* | nmtst: add nmtst_get_rand_bool() utilThomas Haller2018-04-091-0/+6
* | shared: add nm_pstr_hash() and nm_pstr_equal()Thomas Haller2018-04-062-0/+35
* | shared: add nm_c_list_contains_entry() helperThomas Haller2018-04-051-0/+7
* | shared/nm-glib: add compat implementation for g_autofreeThomas Haller2018-03-271-0/+8
* | shared: add nm_utils_hash_keys_to_array() helperThomas Haller2018-03-272-21/+36
* | shared: fix typecheck in NM_PTRARRAY_LEN()Thomas Haller2018-03-201-1/+2
* | shared: add nm_clear_pointer() and implement existing nm_clear_*() based on itThomas Haller2018-03-191-27/+28
* | shared: clear destination pointer in nm_clear_*() functions firstThomas Haller2018-03-191-9/+21
* | shared: don't validate type-string in G_VARIANT_TYPE() cast macro in producti...Thomas Haller2018-03-121-0/+29
* | shared: add nm_g_variant_unref_floating() helperThomas Haller2018-03-101-0/+17
* | dbus: extend NM_DEFINE_GDBUS*() helper macrosThomas Haller2018-03-101-8/+61
* | systemd: merge branch systemd into masterThomas Haller2018-02-151-36/+24
|\ \ | |/
| * systemd: update code from upstream (2018-02-14)Thomas Haller2018-02-141-36/+24
* | shared: add nm_steal_int() helperThomas Haller2018-02-121-0/+19
* | shared: add macros to define GDBus registration infoThomas Haller2018-02-121-0/+35
* | shared: add NM_UNCONST_PTR() and NM_UNCONST_PPTR()Thomas Haller2018-02-121-0/+22
* | all: fix -Wcast-function-type warningsLubomir Rintel2018-02-081-1/+1
* | shared/utils/dedup-multi: make nm_dedup_multi_obj_unref() return voidLubomir Rintel2018-02-082-4/+2
* | shared/utils: don't warn of unknown warning disables with clangLubomir Rintel2018-01-241-0/+1
* | version: rename macro NM_VERSION_CUR_STABLE to NM_API_VERSIONThomas Haller2018-01-231-3/+13
* | version: calculate NM_VERSION_CUR_STABLE based on the version numbersThomas Haller2018-01-231-1/+4
* | version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller2018-01-231-1/+0
* | version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2018-01-232-3/+5
* | tests: fix test setup after requiring glib 2.40Thomas Haller2018-01-221-4/+0
* | all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-183-391/+5
* | all: require jansson 2.5Lubomir Rintel2018-01-181-30/+0
* | meson: Improve dependency systemIñigo Martínez2018-01-101-4/+10
* | shared: add nm_cmp_int2ptr_p_with_data() helperThomas Haller2018-01-091-0/+19
* | shared: add NMCListElemThomas Haller2018-01-091-0/+74
* | tests: add NMTST_EXPECT*() macrosThomas Haller2018-01-081-0/+14
* | build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-084-60/+133