<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/src/core/platform, branch master</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>platform: move more platform code to src/libnm-platform/</title>
<updated>2021-03-05T10:27:16+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-04T10:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=604b1d033126700d26182bb02f3180a80ef388ca'/>
<id>604b1d033126700d26182bb02f3180a80ef388ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: drop unnecessary #include from platform code (2)</title>
<updated>2021-03-05T10:27:16+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-02T20:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=06c03f3e8d6fe8400d5bff7fc29caebbccf84bc2'/>
<id>06c03f3e8d6fe8400d5bff7fc29caebbccf84bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: move "platform/{wifi,wpan}/" to "src/libnm-platform/"</title>
<updated>2021-03-05T10:27:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-03T08:07:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=3b6e57961dee80dbdb00c0d264fe3879b44a3d30'/>
<id>3b6e57961dee80dbdb00c0d264fe3879b44a3d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: move "linux/nl802154.h" to "src/linux-headers/"</title>
<updated>2021-03-05T10:27:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-02T20:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=f4354546157256991f691b53cd1eb688fcb9d1cf'/>
<id>f4354546157256991f691b53cd1eb688fcb9d1cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: drop unnecessary #include from platform code</title>
<updated>2021-03-05T10:27:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-02T20:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=a0662c05a3dae3a652b55deb236db14c8b138135'/>
<id>a0662c05a3dae3a652b55deb236db14c8b138135</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>core: move creating singleton instance out of "nm-platform.c"</title>
<updated>2021-03-05T10:27:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-04T06:54:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d3585243c38e6739e9c3b9b1225b103b7095c5d9'/>
<id>d3585243c38e6739e9c3b9b1225b103b7095c5d9</id>
<content type='text'>
In core, NMPlatform is (also) a singleton instance. As we will move platform code
to libnm-platform, this singleton part makes no sense there. Move the code
to NetworkManagerUtils.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In core, NMPlatform is (also) a singleton instance. As we will move platform code
to libnm-platform, this singleton part makes no sense there. Move the code
to NetworkManagerUtils.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: move nm_utils_modprobe() to libnm-platform</title>
<updated>2021-03-05T10:27:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-04T09:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=9113a672cf98cd8b8cc1d1590fa468dceaf6d531'/>
<id>9113a672cf98cd8b8cc1d1590fa468dceaf6d531</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: move nm_utils_lifetime_*() to libnm-platform</title>
<updated>2021-03-05T10:27:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-04T09:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=7b18e15481fcf48d20360dd07a63ac48313225de'/>
<id>7b18e15481fcf48d20360dd07a63ac48313225de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: move nm_utils_new_{vlan,infiniband}_name() to libnm-platform</title>
<updated>2021-03-05T10:27:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-04T09:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=690105c616ed2d684152309d38f9d04fee334144'/>
<id>690105c616ed2d684152309d38f9d04fee334144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base: move "libnm-core-intern/nm-core-types-internal.h" to libnm-base</title>
<updated>2021-03-05T10:27:02+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2021-03-04T12:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=398b50993169714b0078f1f5ad51b75e4ca2d458'/>
<id>398b50993169714b0078f1f5ad51b75e4ca2d458</id>
<content type='text'>
"libnm-platform" has no dependency on libnm-core. To have the symbols
accessible, move them to libnm-base.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"libnm-platform" has no dependency on libnm-core. To have the symbols
accessible, move them to libnm-base.
</pre>
</div>
</content>
</entry>
</feed>
