summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-04shared: add nm_utils_hexchar_to_int()Thomas Haller1-0/+21
2018-09-04shared: add nm-secret-utils.h helperThomas Haller4-20/+286
2018-09-04shared: drop unnecessary NM_AUTO_DEFINE_FCN_STRUCT() macroThomas Haller1-8/+1
2018-09-04shared: add nm_auto_unref_bytearray macroThomas Haller1-0/+3
2018-08-30shared: add nm_utils_gbytes_equal_mem() utilThomas Haller2-0/+34
2018-08-27systemd: merge branch systemd into masterThomas Haller1-4/+0
2018-08-26systemd: update code from upstream (2018-08-26)Thomas Haller1-4/+0
2018-08-22shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller2-32/+205
2018-08-22shared: add nm_utils_gbytes_to_variant_ay() utilThomas Haller2-0/+21
2018-08-11utils/test: don't assert on debug level messagesLubomir Rintel1-2/+3
2018-08-11all: add 'match' settingBeniamino Galvani2-0/+8
2018-08-11shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2-13/+29
2018-08-11shared: add space escape functionsBeniamino Galvani2-0/+60
2018-08-10all/ethtool: add support for all currently supported kernel featuresThomas Haller2-2/+119
2018-08-10platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2-1/+7
2018-08-10shared: add NM_DIV_ROUND_UP() helper macroThomas Haller1-0/+8
2018-08-10libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller5-0/+232
2018-08-10shared: use binary search in nm_meta_setting_infos_by_name()Thomas Haller2-12/+47
2018-08-10libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2-3/+167
2018-08-10shared: move nm_utils_ptrarray_find_binary_search() to shared utilsThomas Haller2-0/+89
2018-08-10shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller2-0/+74
2018-08-10shared: add nm_utils_hash_table_equal() utilThomas Haller2-0/+69