summaryrefslogtreecommitdiff
path: root/src/settings/plugins/keyfile/nms-keyfile-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-389/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-6/+6
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-303/+324
* all: replace cleanup macro "gs_unref_keyfile" by "nm_auto_unref_keyfile"Thomas Haller2020-09-021-2/+2
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-071-1/+1
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* settings: return errno from nms_keyfile_nmmeta_write() for better loggingth/settings-improvementsThomas Haller2019-08-081-11/+16
* shared,all: return boolean success from nm_utils_file_get_contents()Thomas Haller2019-08-081-1/+6
* shared: let nm_utils_file_set_contents() return a errno error codeThomas Haller2019-08-081-1/+1
* settings: support storing "shadowed-storage" to .nmmeta filesThomas Haller2019-07-251-23/+88
* settings/trivial: rename NMS_KEYFILE_FILETYPE_NMLOADED to NMS_KEYFILE_FILETYP...Thomas Haller2019-07-251-3/+3
* settings: rework tracking settings connections and settings pluginsThomas Haller2019-07-161-20/+1
* settings/trivial: rename nm_keyfile_loaded_uuid_*() API to nm_keyfile_nmmeta_*()Thomas Haller2019-07-161-29/+29
* settings: change filename for per-connection metadata (previously UUID nm-loa...Thomas Haller2019-07-161-46/+55
* settings/keyfile: output "struct stat" from nms_keyfile_loaded_uuid_read()Thomas Haller2019-07-161-3/+5
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-2/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* keyfile: add helper functions to record loaded UUID filesThomas Haller2018-12-031-15/+223
* keyfile: move and rename NM_CONFIG_KEYFILE_PATH_DEFAULT defineThomas Haller2018-10-231-3/+2
* keyfile: move keyfile utilities from src/ to libnm-core/Thomas Haller2018-10-231-126/+0
* keyfile: write keyfiles to "/run" directory with ".nmconnection" file suffixThomas Haller2018-10-181-5/+18
* keyfile: refactor check whether filename starts with a dotThomas Haller2018-10-041-12/+5
* keyfile: move file permission check of keyfile to helper functionThomas Haller2018-10-041-0/+60
* keyfile: refactor GObject type creationThomas Haller2016-10-061-2/+2
* keyfile: rename public keyfile functions and namesThomas Haller2016-10-061-3/+3
* keyfile: rename filesThomas Haller2016-10-061-0/+170