summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2018-02-12shared: add nm_steal_int() helperThomas Haller1-0/+19
2018-02-12shared: add macros to define GDBus registration infoThomas Haller1-0/+35
2018-02-12shared: add NM_UNCONST_PTR() and NM_UNCONST_PPTR()Thomas Haller1-0/+22
2018-02-08all: fix -Wcast-function-type warningsLubomir Rintel1-1/+1
2018-02-08shared/utils/dedup-multi: make nm_dedup_multi_obj_unref() return voidLubomir Rintel2-4/+2
2018-01-24shared/utils: don't warn of unknown warning disables with clangLubomir Rintel1-0/+1
2018-01-23version: rename macro NM_VERSION_CUR_STABLE to NM_API_VERSIONThomas Haller1-3/+13
2018-01-23version: calculate NM_VERSION_CUR_STABLE based on the version numbersThomas Haller1-1/+4
2018-01-23version: drop NM_VERSION_MAX_ALLOWED defines for internal buildThomas Haller1-1/+0
2018-01-23version: combine NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLEThomas Haller2-3/+5
2018-01-22tests: fix test setup after requiring glib 2.40Thomas Haller1-4/+0
2018-01-18all: require glib 2.40Lubomir Rintel3-391/+5
2018-01-18all: require jansson 2.5Lubomir Rintel1-30/+0
2018-01-10meson: Improve dependency systemIñigo Martínez1-4/+10
2018-01-09shared: add nm_cmp_int2ptr_p_with_data() helperThomas Haller1-0/+19
2018-01-09shared: add NMCListElemThomas Haller1-0/+74
2018-01-08tests: add NMTST_EXPECT*() macrosThomas Haller1-0/+14
2018-01-08build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller4-60/+133
2018-01-03shared: implement c_list_sort() as non-recursive merge-sortThomas Haller1-13/+39
2018-01-03shared: split helper functions out of c_list_sort()Thomas Haller1-22/+40
2017-12-22shared/compat: minor refactoring of compat codeThomas Haller1-7/+7
2017-12-22shared/compat: Fix memory handling of nm_setting_vpn_get_*_keys (v2)Jan Alexander Steffens (heftig)1-5/+12
2017-12-22Revert "shared/compat: fix memory handling of nm_setting_vpn_get_*_keys"Jan Alexander Steffens (heftig)1-1/+9
2017-12-21shared/compat: fix memory handling of nm_setting_vpn_get_*_keysJan Alexander Steffens (heftig)1-9/+1
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-2/+8
2017-12-18shared: add nm_utils_strv_make_deep_copied() helperThomas Haller2-0/+25
2017-12-18shared: add nm_utils_strdict_get_keys() helperThomas Haller2-0/+31
2017-12-15shared: add static assert for nm_g_slice_free_fcn() argumentThomas Haller1-2/+8
2017-12-13build: add initial support for meson build systemIñigo Martínez1-0/+39
2017-12-13systemd: merge branch systemd into masterThomas Haller2-8/+10
2017-12-13macros: add _nm_fallthrough macroThomas Haller1-0/+6
2017-12-13systemd: update code from upstream (2017-12-13)Thomas Haller2-7/+8
2017-12-11clients: add tc qdisc supportLubomir Rintel2-0/+7
2017-12-08shared: add nm_utils_named_values_from_str_dict()Thomas Haller2-0/+35
2017-12-06shared: propagate type for g_object_ref()Thomas Haller2-0/+6
2017-12-05shared/trivial: fix type on commentThomas Haller1-1/+1
2017-11-29shared: fix nm_utils_strsplit_set() to increase buffer size exponentiallyThomas Haller1-1/+1
2017-11-28c-list: re-import latest version of c-list.h from upstreamThomas Haller2-17/+17
2017-11-23shared: add nm_g_object_set_property_*() helperThomas Haller2-0/+36
2017-11-23shared/compat: add compat for nm_setting_vpn_get_data_keys() and nm_setting_v...Thomas Haller2-0/+90
2017-11-23shared: add nm-utils/nm-compat.hThomas Haller2-0/+51
2017-11-23shared: add nm_construct_name_a() macroThomas Haller1-0/+22
2017-11-21shared: add NMUtilsNamedEntryThomas Haller1-0/+20
2017-11-20test: conditionally enable assertion macros depending on libnm versionThomas Haller1-3/+2
2017-11-20shared: add nm_auto_free_secret macroThomas Haller1-0/+24
2017-11-16build: include "siphash24.c" source in "nm-hash-utils.c"Thomas Haller1-0/+2
2017-11-16all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller1-0/+4
2017-11-16shared: use siphash24() for nm_hash_ptr()Thomas Haller1-9/+6
2017-11-16shared: optimize nm_hash_str() for NULL to not use siphash24()Thomas Haller1-5/+4
2017-11-16shared: inline fast-path for hash _get_hash_key()Thomas Haller1-2/+13