summaryrefslogtreecommitdiff
path: root/shared/nm-utils
Commit message (Expand)AuthorAgeFilesLines
* 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-306-17/+17
* all: pass O_CLOEXEC flag to g_mkstemp()Thomas Haller2018-09-211-1/+1
* 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
* 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-042-0/+55
* 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-043-20/+285
* 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
* | 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
* | shared: add NM_DIV_ROUND_UP() helper macroThomas Haller2018-08-101-0/+8
* | 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
* | all/style: write elvis operator ?: without spaceThomas Haller2018-08-091-1/+1
* | shared: add nm_gobject_notify_together() helperThomas Haller2018-08-011-4/+28
* | 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
* | shared/gsystem-local-alloc: rename unused gs_* cleanup macrosThomas Haller2018-07-182-37/+12
* | shared/trivial: add comment to nm_auto_freeThomas Haller2018-07-181-1/+10