summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2018-05-261-7/+4
* shared/trivial: fix typo on commentFrancesco Giudici2018-05-241-1/+1
* shared: add nm_utils_dbus_path_cmp() helperThomas Haller2018-05-142-0/+91
* shared: add nm_utils_dbus_path_get_last_component() helperThomas Haller2018-05-142-0/+17
* shared: add nm_utf8_collate0() helperThomas Haller2018-05-141-0/+10
* shared: add NM_CMP_DIRECT_STRCMP0() macroThomas Haller2018-05-141-0/+3
* tests: use libnm via pygobject in tools/test-networkmanager-service.pyThomas Haller2018-05-112-26/+134
* tests: minor code cleanup of nmtst_main_loop_run()Thomas Haller2018-05-111-12/+5
* shared: add NM_PID_T_INVAL macro for invalid PIDsThomas Haller2018-05-111-0/+2
* shared: add nm_auto_unref_gsource cleanup macroThomas Haller2018-05-111-0/+8
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* all: add and utilize nm_utils_is_separator()Lubomir Rintel2018-05-101-0/+6
* all: remove consecutive empty linesBeniamino Galvani2018-04-303-6/+0
* 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