NetworkManager/src/platform
Thomas Haller 9369fac8ca core: add nm_utils_to_string_buffer global buffer
Having a static string buffer for convenience is useful not only
for platform. Define the string buffer in NetworkManagerUtils.h,
so that all to-string functions can reuse *one* buffer.

Of course, this has the potential danger, that different
to-string method might reuse the same buffer. Hence, low-level
library functions are adviced to use their own buffer, because
an upper level might already use the global buffer for another
string.
2015-11-02 13:57:01 +01:00
..
tests platform/tests: test setting bridge address 2015-11-02 13:57:01 +01:00
wifi wifi: reimplement use of libnl-genl-3 library 2015-11-01 17:28:07 +01:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c platform/tests: test setting bridge address 2015-11-02 13:57:01 +01:00
nm-fake-platform.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-linux-platform.c core: add nm_utils_to_string_buffer global buffer 2015-11-02 13:57:01 +01:00
nm-linux-platform.h platform: warn about growing sysctl logging cache and clear it 2015-10-09 14:56:50 +02:00
nm-platform-utils.c wake-on-lan: add option to keep existing settings 2015-10-16 17:11:26 +02:00
nm-platform-utils.h core: avoid ioctls on non existent devices 2015-08-11 18:31:46 +02:00
nm-platform.c core: add nm_utils_to_string_buffer global buffer 2015-11-02 13:57:01 +01:00
nm-platform.h core: add nm_utils_to_string_buffer global buffer 2015-11-02 13:57:01 +01:00
nmp-object.c core: add nm_utils_to_string_buffer global buffer 2015-11-02 13:57:01 +01:00
nmp-object.h platform: implement infiniband properties as lnk data 2015-11-01 17:28:09 +01:00