NetworkManager/shared
Thomas Haller d0f1e68b3e shared: add "shared/nm-libnm-core-utils.h" utils
We have code in "shared/nm-utils" which are general purpose
helpers, independent of "libnm", "libnm-core", "clients" and "src".

We have shared code like "shared/nm-ethtool-utils.h" and
"shared/nm-meta-setting.h", which is statically linked, shared
code that contains libnm related helpers. But these helpers already
have a specific use (e.g. they are related to ethtool or NMSetting
metadata).

Add a general purpose helper that:

 - depends (and extends) libnm-core

 - contains unrelated helpers

 - can be shared (meaning it will be statically linked).

 - this code can be used by any library user of "libnm.so"
   (nmcli, nm-applet) and by "libnm-core" itself. Thus, "src/"
   and "libnm/" may also use this code indirectly, via "libnm-core/".
2019-03-25 09:12:32 +01:00
..
c-list shared/c-list: re-import from latest c-util/c-list 2019-02-06 07:54:19 +01:00
c-rbtree shared/c-rbtree: minor change to make sources identical to upsteam 2019-02-06 08:19:51 +01:00
c-siphash shared/c-siphash: re-import from latest c-util/c-siphash 2019-02-06 08:27:07 +01:00
n-acd shared/n-acd: minor change to make sources identical to upsteam 2019-02-06 08:40:42 +01:00
nm-utils shared: don't implement nm_utils_parse_inaddr() based on nm_utils_parse_inaddr_bin() 2019-03-25 09:12:32 +01:00
systemd shared/systemd: fix gettid() compat implementation shadowing function from glibc 2019-03-11 18:17:12 +01:00
meson.build shared: add "shared/nm-libnm-core-utils.h" utils 2019-03-25 09:12:32 +01:00
nm-common-macros.h Add polkit action for Wi-Fi scans 2019-02-21 13:49:17 +01:00
nm-dbus-compat.h build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nm-default.h all: goodbye libnm-glib 2019-03-19 17:15:15 +01:00
nm-dispatcher-api.h build: cleanup src/Makefile.am 2016-08-11 11:54:18 +02:00
nm-ethtool-utils.c shared: fix static array declaration for _by_name in "nm-ethtool-utils.c" 2019-02-08 20:14:50 +01:00
nm-ethtool-utils.h all/ethtool: add support for all currently supported kernel features 2018-08-10 10:38:19 +02:00
nm-libnm-core-utils.c shared: add "shared/nm-libnm-core-utils.h" utils 2019-03-25 09:12:32 +01:00
nm-libnm-core-utils.h shared: add "shared/nm-libnm-core-utils.h" utils 2019-03-25 09:12:32 +01:00
nm-meta-setting.c libnm,cli: add NMSettingWireGuard 2019-02-22 11:00:10 +01:00
nm-meta-setting.h libnm,cli: add NMSettingWireGuard 2019-02-22 11:00:10 +01:00
nm-test-libnm-utils.h all: goodbye libnm-glib 2019-03-19 17:15:15 +01:00
nm-test-utils-impl.c all: goodbye libnm-glib 2019-03-19 17:15:15 +01:00
nm-version-macros.h.in release: bump version to 1.17.0 (development) 2019-02-23 10:15:58 +01:00