<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nng, branch v1.7.0</title>
<subtitle>A mirror of https://github.com/nanomsg/nng
</subtitle>
<id>https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.7.0</id>
<link rel='self' href='https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.7.0'/>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/'/>
<updated>2024-01-02T01:12:47Z</updated>
<entry>
<title>Bump version to 1.7.0 official.</title>
<updated>2024-01-02T01:12:47Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-02T01:12:47Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=f338f50012ef663efebf8d32cbbf834f645775d0'/>
<id>urn:sha1:f338f50012ef663efebf8d32cbbf834f645775d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More release note fixes and updates.</title>
<updated>2024-01-02T01:10:50Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-02T01:10:50Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=ad2d7eae574badf67c0778a5ae395d895ad07584'/>
<id>urn:sha1:ad2d7eae574badf67c0778a5ae395d895ad07584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update for 1.7.0 release notes.</title>
<updated>2024-01-02T01:03:48Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-02T01:03:48Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=2171e7e5cca8aff9c55de95845ffcec7ecc6dceb'/>
<id>urn:sha1:2171e7e5cca8aff9c55de95845ffcec7ecc6dceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>silence compiler warning from minimum int constant</title>
<updated>2024-01-02T00:39:43Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-01T23:40:34Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=4a45113ea17b87340a29d6e15862f8a11ae51a2d'/>
<id>urn:sha1:4a45113ea17b87340a29d6e15862f8a11ae51a2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1572 nng creates too many threads</title>
<updated>2024-01-02T00:39:43Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-01T23:07:00Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=a9e98e546c4cf40251435b3d0e84b9ac980a9623'/>
<id>urn:sha1:a9e98e546c4cf40251435b3d0e84b9ac980a9623</id>
<content type='text'>
This further limits some of the thread counts, but principally it
offers a new runtime facility, nng_init_set_parameter(), which can
be used to set certain runtime parameters on the number of threads,
provided it is called before the rest of application start up.

This facility is quite intentionally "undocumented", at least for now,
as we want to limit our commitment to it.  Still this should be helpful
for applications that need to reduce the number of threads that are
created.
</content>
</entry>
<entry>
<title>Update references to legacy APIs.</title>
<updated>2024-01-01T19:23:26Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-01T19:23:26Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=07ad78c04594ffce668892bea7b8f0f7e0ecccd2'/>
<id>urn:sha1:07ad78c04594ffce668892bea7b8f0f7e0ecccd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment typo</title>
<updated>2024-01-01T19:20:01Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-01T19:20:01Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=ceaedf5c5d5d5a927bed6253a9e1f0c0cbc89e8a'/>
<id>urn:sha1:ceaedf5c5d5d5a927bed6253a9e1f0c0cbc89e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release notes update for 1.7.0 in progress.</title>
<updated>2024-01-01T16:59:28Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-01T16:59:28Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=e988fa30ee52270a22f6448ba6260f09c8280f99'/>
<id>urn:sha1:e988fa30ee52270a22f6448ba6260f09c8280f99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1754 nng_aio_stop.3 refers to `nng_aio_schedule()` instead of `nng_aio_begin()`</title>
<updated>2024-01-01T16:34:58Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-01-01T16:34:58Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=c2a875533a08e151b6c2acd819a7e4f57b6dabf8'/>
<id>urn:sha1:c2a875533a08e151b6c2acd819a7e4f57b6dabf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/NNG_DUR_/NNG_DURATION_</title>
<updated>2024-01-01T16:25:56Z</updated>
<author>
<name>Patrik Wenger</name>
<email>patrik.wenger@mindclue.ch</email>
</author>
<published>2024-01-01T15:03:19Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=467ecfb13458d64a777aa8c25402307e6d63525a'/>
<id>urn:sha1:467ecfb13458d64a777aa8c25402307e6d63525a</id>
<content type='text'>
</content>
</entry>
</feed>
