summaryrefslogtreecommitdiff
path: root/libnm-core/nm-keyfile-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-7/+7
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-2/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-2/+0
* keyfile: optimize parsing of addresses/routes in keyfile readerThomas Haller2018-04-191-1/+1
* keyfile: fix escaping ascii control characters in nm_keyfile_key_encode()Thomas Haller2017-11-201-1/+1
* keyfile: fix handling unsupported characters in keysThomas Haller2017-05-061-0/+202
* keyfile: add nm_keyfile_plugin_kf_set_integer_list_uint8() helperThomas Haller2017-01-051-0/+24
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm/keyfile: fix compile warning about uninitialized variableThomas Haller2015-07-021-1/+1
* libnm: consider ordering for _nm_keyfile_equals()Thomas Haller2015-07-021-3/+59
* libnm: add keyfile utility functionsThomas Haller2015-07-021-0/+79
* keyfile: refactor to use reading and writing of keyfile from libnm-coreThomas Haller2015-03-121-0/+1
* libnm: add keyfile support to libnm-coreThomas Haller2015-03-121-121/+4
* keyfile: copy read/writer files to libnm-coreThomas Haller2015-03-121-0/+323