NetworkManager/src/settings/plugins/ifupdown
Thomas Haller 553c3368ab settings/ifupdown: minor cleanup of auto-ifaces in plugin's initialize()
- use gs_unref_hashtable for managing lifetime

- only allocate the hashtable if necessary, and use g_hash_table_add()
  which is optimized by HashTable.

- actually copy the block->name that is used as key. While not
  necessary at the moment, it is very ugly how ifparser_getfirst()
  returns static data. Optimally, this would be fixed and we create
  and destroy the parser results. Hence, ensure the lifetime of
  the key.
2018-09-06 07:41:22 +02:00
..
tests build: create "config-extra.h" header instead of passing directory variables via CFLAGS 2018-07-17 17:46:39 +02:00
meson.build build: create "config-extra.h" header instead of passing directory variables via CFLAGS 2018-07-17 17:46:39 +02:00
nms-ifupdown-connection.c settings: use delegation instead of inheritance for NMSettingsConnection and NMConnection 2018-08-28 22:27:55 +02:00
nms-ifupdown-connection.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nms-ifupdown-interface-parser.c all: remove consecutive empty lines 2018-04-30 16:24:52 +02:00
nms-ifupdown-interface-parser.h all: remove consecutive empty lines 2018-04-30 16:24:52 +02:00
nms-ifupdown-parser.c all: don't use gchar/gshort/gint/glong but C types 2018-07-11 12:02:06 +02:00
nms-ifupdown-parser.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
nms-ifupdown-plugin.c settings/ifupdown: minor cleanup of auto-ifaces in plugin's initialize() 2018-09-06 07:41:22 +02:00
nms-ifupdown-plugin.h ifupdown: rename files to "nms-ifupdown-*" 2016-10-11 11:37:46 +02:00