<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nng, branch mqtt</title>
<subtitle>A mirror of https://github.com/nanomsg/nng
</subtitle>
<id>https://cogarr.net/source/cgit.cgi/nng/atom?h=mqtt</id>
<link rel='self' href='https://cogarr.net/source/cgit.cgi/nng/atom?h=mqtt'/>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/'/>
<updated>2021-06-19T14:59:48Z</updated>
<entry>
<title>Use protocol private data instead of options for messages.</title>
<updated>2021-06-19T14:59:48Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2021-06-19T14:59:48Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=e2204832ee7647ae4f1dade458535b76a0ea88ae'/>
<id>urn:sha1:e2204832ee7647ae4f1dade458535b76a0ea88ae</id>
<content type='text'>
This is simpler and faster.
</content>
</entry>
<entry>
<title>Add message option manipulation.</title>
<updated>2021-06-18T23:09:48Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2021-06-18T23:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=a61c9f101bcb90381e4fe1fb1ee9c9164ea2b777'/>
<id>urn:sha1:a61c9f101bcb90381e4fe1fb1ee9c9164ea2b777</id>
<content type='text'>
This is going to be needed for MQTT options, and it has to deal
with multiple user options (which may be repeated), etc.
</content>
</entry>
<entry>
<title>MQTT API swag.</title>
<updated>2021-06-18T01:58:17Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2021-06-18T01:58:17Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=ffb478a41e1e70f4e55df0a88b661ae538363ccc'/>
<id>urn:sha1:ffb478a41e1e70f4e55df0a88b661ae538363ccc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1436 Guard against UB in sub0_ctx_subscribe (#1437)</title>
<updated>2021-04-10T22:01:23Z</updated>
<author>
<name>Kristóf Havasi</name>
<email>lnksz@users.noreply.github.com</email>
</author>
<published>2021-04-10T22:01:23Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=06ae767b12b8e26fecce6c882fec25911a98776c'/>
<id>urn:sha1:06ae767b12b8e26fecce6c882fec25911a98776c</id>
<content type='text'>
In case sub0_ctx_subscribe is called to subscribe to _all_ topics</content>
</entry>
<entry>
<title>Add a couple of test cases for nng_sleep_aio.</title>
<updated>2021-03-12T08:18:05Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2021-03-12T08:18:05Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=7a0de1b25287f08b73c04d4f9c2834ae265cc382'/>
<id>urn:sha1:7a0de1b25287f08b73c04d4f9c2834ae265cc382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix implicit declaration warnings for pthread_set_name_np on OpenBSD (#1425)</title>
<updated>2021-03-12T07:29:25Z</updated>
<author>
<name>Dave Voutila</name>
<email>voutilad@gmail.com</email>
</author>
<published>2021-03-12T07:29:25Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=1091e5c6d27a741da9ab79825744b5a73f212d35'/>
<id>urn:sha1:1091e5c6d27a741da9ab79825744b5a73f212d35</id>
<content type='text'>
OpenBSD requires an additional header for both pthread_set_name_np and
pthread_get_name_np.

See http://man.openbsd.org/pthread_set_name_np for details.</content>
</entry>
<entry>
<title>Build fix for NetBSD (#1433)</title>
<updated>2021-03-12T07:28:50Z</updated>
<author>
<name>Pierre Pronchery</name>
<email>khorben@defora.org</email>
</author>
<published>2021-03-12T07:28:50Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=6cf241a8f80d9323b6ba22c17c54b3eb42ac1d7d'/>
<id>urn:sha1:6cf241a8f80d9323b6ba22c17c54b3eb42ac1d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove extraneous comment, set conn_init static (#1424)</title>
<updated>2021-02-17T20:23:01Z</updated>
<author>
<name>Dave Voutila</name>
<email>voutilad@gmail.com</email>
</author>
<published>2021-02-17T20:23:01Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=9d6b24177e1dfdfe967337b708fde06abd629a12'/>
<id>urn:sha1:9d6b24177e1dfdfe967337b708fde06abd629a12</id>
<content type='text'>
The comment is an artifact from an old tls_reap function and no longer
describes the following function (conn_init).

Function conn_init should be marked static.</content>
</entry>
<entry>
<title>prep for 1.4.0</title>
<updated>2021-02-08T01:38:21Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2021-02-08T01:38:21Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=d020adda8f0348d094790618703b8341a26007a3'/>
<id>urn:sha1:d020adda8f0348d094790618703b8341a26007a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1421 Failure in tcp and tls local source handling</title>
<updated>2021-02-07T21:43:44Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2021-01-26T05:39:33Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=b8dc6722281e4d5bd0959a641b63333b605cf608'/>
<id>urn:sha1:b8dc6722281e4d5bd0959a641b63333b605cf608</id>
<content type='text'>
</content>
</entry>
</feed>
