summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* | shared: add space escape functionsBeniamino Galvani2018-08-112-0/+60
* | all/ethtool: add support for all currently supported kernel featuresThomas Haller2018-08-102-2/+119
* | platform/ethtool: add code to get/set offload features via ethtoolThomas Haller2018-08-102-1/+7
* | shared: add NM_DIV_ROUND_UP() helper macroThomas Haller2018-08-101-0/+8
* | libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-105-0/+232
* | shared: use binary search in nm_meta_setting_infos_by_name()Thomas Haller2018-08-102-12/+47
* | libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-102-3/+167
* | shared: move nm_utils_ptrarray_find_binary_search() to shared utilsThomas Haller2018-08-102-0/+89
* | shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller2018-08-102-0/+74
* | shared: add nm_utils_hash_table_equal() utilThomas Haller2018-08-102-0/+69
* | build/meson: fix naming of shared_nm_meta_setting_c variableThomas Haller2018-08-101-1/+1
* | all/style: write elvis operator ?: without spaceThomas Haller2018-08-091-1/+1
* | shared: add nm_gobject_notify_together() helperThomas Haller2018-08-011-4/+28
* | shared/c-list: re-import from latest c-util/c-listThomas Haller2018-08-015-2/+242
* | build: do not randomize tests by defaultLubomir Rintel2018-07-241-10/+17
* | shared: add special error codes to NM_UTILS_ERRORThomas Haller2018-07-241-0/+28
* | shared: add nm_utils_error_set*() helper macrosThomas Haller2018-07-241-0/+9
* | shared: support zero arguments for NM_NARG() macroThomas Haller2018-07-241-2/+5
* | shared: use nm_auto() macro to define other nm_auto_* macrosth/merge-gsystem-local-allocThomas Haller2018-07-181-17/+17
* | shared: cleanup nm_auto implementationsThomas Haller2018-07-181-41/+25
* | shared/gsystem-local-alloc: merge "gsystem-local-alloc.h" into "nm-macros-sha...Thomas Haller2018-07-183-166/+145
* | shared/trivial: whitespaceThomas Haller2018-07-181-28/+22
* | shared/trivial: rename GS_DEFINE_CLEANUP_FUNCTION_*() macrosThomas Haller2018-07-182-21/+21