summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2018-12-03shared: add nm_strv_ptrarray_*() helpersThomas Haller1-0/+71
2018-12-01shared: add double underscores to attribute namesBeniamino Galvani1-9/+9
2018-12-01core: add checks on connection default propertiesBeniamino Galvani1-0/+2
2018-12-01shared: allow optional trailing comma in NM_MAKE_STRV()Thomas Haller2-1/+45
2018-11-28shared: thread safe initialization of nm_utils_get_monotonic_timestamp*()Thomas Haller1-50/+96
2018-11-23systemd: merge branch systemd into masterThomas Haller1-12/+12
2018-11-23systemd: update code from upstream (2018-11-23)Thomas Haller1-12/+12
2018-11-13shared: add nm_utils_checksum_get_digest*() helperThomas Haller1-0/+40
2018-11-13shared: use atomic operation for accessing global hash seedThomas Haller1-19/+32
2018-11-12shared: add NM_MAKE_STRV() macroThomas Haller1-0/+3
2018-10-31core/tests: allow temporarily suppressing logging during testsThomas Haller1-0/+36
2018-10-25shared/tests: add NMTST_EXPECT_LIBNM_WARNING() macroThomas Haller1-0/+1
2018-10-24shared/vpn-plugin-utils: load the editor from the same place as pluginLubomir Rintel1-6/+28
2018-10-24shared/vpn-plugin-utils: change the domain of errorsLubomir Rintel1-6/+6
2018-10-19shared: improve length check in nm_construct_name_a()Thomas Haller1-1/+2
2018-10-18shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h"Thomas Haller1-0/+3
2018-10-18logging: make nm-logging.c independent of other core componentsThomas Haller1-0/+1
2018-10-18shared/tests: add test for "shared/nm-utils"Thomas Haller3-0/+110
2018-10-18shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.Thomas Haller3-0/+274
2018-10-18build/meson: don't rebuild c-siphash.c but link against static libraryThomas Haller1-2/+0
2018-10-17shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2-1/+46
2018-10-17shared: add nm_utils_invoke_on_idle() helperThomas Haller2-0/+76
2018-10-07libnm-core: fix int comparisons in team settingThomas Haller1-1/+28
2018-10-06shared/nm-utils: avoid a coverity warningBeniamino Galvani1-1/+1
2018-10-04keyfile: split automatically setting ID/UUID for keyfileThomas Haller1-2/+8
2018-10-04shared: avoid invoking g_free() with NULL from gs_free cleanup attributeThomas Haller2-6/+6
2018-10-04shared: add nm_strndup_a() helperThomas Haller1-0/+31
2018-09-30Fix typosRafael Fontenelle11-23/+23
2018-09-21all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller1-1/+1
2018-09-19build: autodetect ebpf supportBeniamino Galvani1-1/+1
2018-09-18build: allow disabling eBPF support in n-acdBeniamino Galvani1-2/+10
2018-09-18acd: adapt NM code and build optionsBeniamino Galvani1-2/+18
2018-09-18build: compile the c-rbtree libraryBeniamino Galvani1-0/+13
2018-09-18Merge commit '1361ede099f51cc29b478ebee6a736219ad74b97' into bg/n-acd-updateBeniamino Galvani34-1418/+3778
2018-09-18Merge commit '4f4e96655625a0ad8c5fc451c5a3a8dda3bf5456' as 'shared/c-rbtree'Beniamino Galvani21-0/+3914
2018-09-18shared: relax assertion in nm_utils_parse_inaddr()/nm_utils_parse_inaddr_pref...Thomas Haller1-4/+0
2018-09-17shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2-33/+26
2018-09-12shared: add nm_errno() and nm_utils_error_set_errno() helperThomas Haller1-0/+21
2018-09-08release: bump version to 1.15.0 (development)Thomas Haller1-0/+1
2018-09-07shared: change nm_utils_strbuf_seek_end() handling truncated stringsThomas Haller1-46/+42
2018-09-07platform/wireguard: rework parsing wireguard links in platformThomas Haller1-0/+5
2018-09-07shared: add nm_utils_strbuf_seek_end() helperThomas Haller2-1/+84
2018-09-07shared: add nm_utils_mem_all_zero()Thomas Haller1-0/+16
2018-09-07all: avoid g_memdup()Thomas Haller1-1/+2
2018-09-07shared: add nm_memdup() as replacement for g_memdup()Thomas Haller1-0/+31
2018-09-04shared: rename PROP_0 in NM_GOBJECT_PROPERTIES_DEFINE() and skip it in nm_gob...Thomas Haller1-3/+6
2018-09-04shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller2-0/+438
2018-09-04shared: add "nm-io-utils.h"Thomas Haller3-0/+56
2018-09-04shared: add nm_gbytes_equal0() helperThomas Haller1-0/+6
2018-09-04shared: add _NM_INT_NOT_NEGATIVE() helperThomas Haller1-0/+19