summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* shared/vpn-plugin-utils: load the editor from the same place as pluginlr/relative-editor-pluginLubomir Rintel2018-10-241-6/+28
* shared/vpn-plugin-utils: change the domain of errorsLubomir Rintel2018-10-241-6/+6
* shared: improve length check in nm_construct_name_a()Thomas Haller2018-10-191-1/+2
* shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h"Thomas Haller2018-10-181-0/+3
* logging: make nm-logging.c independent of other core componentsThomas Haller2018-10-181-0/+1
* shared/tests: add test for "shared/nm-utils"Thomas Haller2018-10-183-0/+110
* shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.Thomas Haller2018-10-183-0/+274
* build/meson: don't rebuild c-siphash.c but link against static libraryThomas Haller2018-10-181-2/+0
* shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2018-10-172-1/+46
* shared: add nm_utils_invoke_on_idle() helperThomas Haller2018-10-172-0/+76
* libnm-core: fix int comparisons in team settingThomas Haller2018-10-071-1/+28
* shared/nm-utils: avoid a coverity warningBeniamino Galvani2018-10-061-1/+1
* keyfile: split automatically setting ID/UUID for keyfileThomas Haller2018-10-041-2/+8
* shared: avoid invoking g_free() with NULL from gs_free cleanup attributeThomas Haller2018-10-042-6/+6
* shared: add nm_strndup_a() helperThomas Haller2018-10-041-0/+31
* Fix typosRafael Fontenelle2018-09-3011-23/+23
* all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller2018-09-211-1/+1
* build: autodetect ebpf supportBeniamino Galvani2018-09-191-1/+1
* build: allow disabling eBPF support in n-acdbg/n-acd-updateBeniamino Galvani2018-09-181-2/+10
* acd: adapt NM code and build optionsBeniamino Galvani2018-09-181-2/+18
* build: compile the c-rbtree libraryBeniamino Galvani2018-09-181-0/+13
* Merge commit '1361ede099f51cc29b478ebee6a736219ad74b97' into bg/n-acd-updateBeniamino Galvani2018-09-1834-1418/+3778
* Merge commit '4f4e96655625a0ad8c5fc451c5a3a8dda3bf5456' as 'shared/c-rbtree'Beniamino Galvani2018-09-1821-0/+3914
* shared: relax assertion in nm_utils_parse_inaddr()/nm_utils_parse_inaddr_pref...Thomas Haller2018-09-181-4/+0
* shared: let nm_utils_parse_inaddr_bin() return the detected address familyThomas Haller2018-09-172-33/+26
* shared: add nm_errno() and nm_utils_error_set_errno() helperThomas Haller2018-09-121-0/+21
* release: bump version to 1.15.0 (development)1.15.0-devThomas Haller2018-09-081-0/+1
* shared: change nm_utils_strbuf_seek_end() handling truncated stringsThomas Haller2018-09-071-46/+42
* platform/wireguard: rework parsing wireguard links in platformThomas Haller2018-09-071-0/+5
* shared: add nm_utils_strbuf_seek_end() helperThomas Haller2018-09-072-1/+84
* shared: add nm_utils_mem_all_zero()Thomas Haller2018-09-071-0/+16
* all: avoid g_memdup()Thomas Haller2018-09-071-1/+2
* shared: add nm_memdup() as replacement for g_memdup()Thomas Haller2018-09-071-0/+31
* shared: rename PROP_0 in NM_GOBJECT_PROPERTIES_DEFINE() and skip it in nm_gob...Thomas Haller2018-09-041-3/+6
* shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller2018-09-042-0/+438
* shared: add "nm-io-utils.h"Thomas Haller2018-09-043-0/+56
* shared: add nm_gbytes_equal0() helperThomas Haller2018-09-041-0/+6
* shared: add _NM_INT_NOT_NEGATIVE() helperThomas Haller2018-09-041-0/+19
* shared: add nm_utils_hexchar_to_int()Thomas Haller2018-09-041-0/+21
* shared: add nm-secret-utils.h helperThomas Haller2018-09-044-20/+286
* shared: drop unnecessary NM_AUTO_DEFINE_FCN_STRUCT() macroThomas Haller2018-09-041-8/+1
* shared: add nm_auto_unref_bytearray macroThomas Haller2018-09-041-0/+3
* shared: add nm_utils_gbytes_equal_mem() utilThomas Haller2018-08-302-0/+34
* systemd: merge branch systemd into masterThomas Haller2018-08-271-4/+0
|\
| * systemd: update code from upstream (2018-08-26)Thomas Haller2018-08-261-4/+0
* | shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller2018-08-222-32/+205
* | shared: add nm_utils_gbytes_to_variant_ay() utilThomas Haller2018-08-222-0/+21
* | utils/test: don't assert on debug level messagesLubomir Rintel2018-08-111-2/+3
* | all: add 'match' settingBeniamino Galvani2018-08-112-0/+8
* | shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2018-08-112-13/+29