<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nng, branch v1.3.0</title>
<subtitle>A mirror of https://github.com/nanomsg/nng
</subtitle>
<id>https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.3.0</id>
<link rel='self' href='https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.3.0'/>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/'/>
<updated>2020-03-01T05:02:41Z</updated>
<entry>
<title>Fix cmake file.</title>
<updated>2020-03-01T05:02:41Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-03-01T05:02:41Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=6ec4107907552db927be8601aed97b5a4b83d33d'/>
<id>urn:sha1:6ec4107907552db927be8601aed97b5a4b83d33d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1.3.0 release prep.</title>
<updated>2020-03-01T04:58:35Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-03-01T04:58:35Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=168c5ee72c50b12ff87d659686d00f46059e699b'/>
<id>urn:sha1:168c5ee72c50b12ff87d659686d00f46059e699b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1210 Undefined reference to InterlockedAddNoFence (mingw64)</title>
<updated>2020-02-27T05:15:11Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-02-27T05:15:11Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=0f9b46affd338a52ec8d361bf0cf337c4a0546ea'/>
<id>urn:sha1:0f9b46affd338a52ec8d361bf0cf337c4a0546ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1171 message header could be inlined in the message structure</title>
<updated>2020-02-27T04:48:22Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-02-26T08:22:11Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=abab1392c11395d387e3072c4f5788d284846093'/>
<id>urn:sha1:abab1392c11395d387e3072c4f5788d284846093</id>
<content type='text'>
This uses a maximum 64-byte header and should avoid allocations and
cache misses, leading to a small performance boost overall.
</content>
</entry>
<entry>
<title>fixes #1201 Unexpected error return code: NNG_ENOMEM</title>
<updated>2020-02-26T05:04:19Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-02-26T05:04:19Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=6a59b15fba1085432c4c18952680e14d80dd134a'/>
<id>urn:sha1:6a59b15fba1085432c4c18952680e14d80dd134a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1206 Document TLS engine support</title>
<updated>2020-02-25T07:06:21Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-02-25T07:04:59Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=57e315d7b3a2baf38ec3085faf59c4aef4a0ab9e'/>
<id>urn:sha1:57e315d7b3a2baf38ec3085faf59c4aef4a0ab9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update comments in http.h</title>
<updated>2020-02-24T15:17:10Z</updated>
<author>
<name>Evgeny Ermakov</name>
<email>evgeny.v.ermakov@gmail.com</email>
</author>
<published>2020-02-15T21:54:52Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=90902f7f187b04a6cf0a221898e1107939cf9f94'/>
<id>urn:sha1:90902f7f187b04a6cf0a221898e1107939cf9f94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1202 More than 120 threads was started by NNG</title>
<updated>2020-02-24T13:57:35Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-02-24T13:57:35Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=15869e302e4f15c4c46bf5dc4bdf2aea96f513e0'/>
<id>urn:sha1:15869e302e4f15c4c46bf5dc4bdf2aea96f513e0</id>
<content type='text'>
This introduces a new CMake option, NNG_MAX_TASKQ_THREADS, with
a default value of 16.  The number of taskq workers will generally
be calculated as vcpu * 2.  This new value, if not zero, sets an
upper bound.  Note that the value should be at least two, in order
to ensure no deadlocks occur.
</content>
</entry>
<entry>
<title>fixes #1205 Make include guards unique</title>
<updated>2020-02-24T13:36:22Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-02-24T13:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=4f7cf93dd0d9c37c7e5c6ec31d057f7cb3714a9c'/>
<id>urn:sha1:4f7cf93dd0d9c37c7e5c6ec31d057f7cb3714a9c</id>
<content type='text'>
The nng.h header should use the same file path based guards as the
rest of the headers, so NNG_NNG_H (as it is delivered as &lt;nng/nng.h&gt;.
</content>
</entry>
<entry>
<title>fixes #1005 TLS 1.3 support</title>
<updated>2020-02-24T01:06:58Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2020-02-08T20:46:47Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=ee0b44406d2b658886760ea08c0af12781ab7e3a'/>
<id>urn:sha1:ee0b44406d2b658886760ea08c0af12781ab7e3a</id>
<content type='text'>
This introduces support for an external wolfSSL plugin, and generally
creates the framework for pluggable TLS implementations.

The wolfSSL engine is provided via an external module (git submodule),
available either under a GPLv3 license or a commercial license.
</content>
</entry>
</feed>
