<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nng, branch v1.2.3</title>
<subtitle>A mirror of https://github.com/nanomsg/nng
</subtitle>
<id>https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.2.3</id>
<link rel='self' href='https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.2.3'/>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/'/>
<updated>2019-12-31T19:30:17Z</updated>
<entry>
<title>fixes #1079 Use after free panic in tcp_dialer</title>
<updated>2019-12-31T19:30:17Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-30T23:25:51Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=3c6ecbd617d8d187f6963b5a43dc1abe5efae12b'/>
<id>urn:sha1:3c6ecbd617d8d187f6963b5a43dc1abe5efae12b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1075 WebSocket heap use after free</title>
<updated>2019-12-31T19:29:47Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-30T22:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=092a24eea6ae494be8f7a5fe543e634cca01022e'/>
<id>urn:sha1:092a24eea6ae494be8f7a5fe543e634cca01022e</id>
<content type='text'>
This also introduces a new atomic boolean type, so we can use that
to trigger whether we've added the HTTP handler or not.
</content>
</entry>
<entry>
<title>fixes #1064 Potential deadlock in statistics code</title>
<updated>2019-12-29T23:21:42Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-29T22:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=b4d3ff2d460607ba8e1b351233cb6cbe9f031264'/>
<id>urn:sha1:b4d3ff2d460607ba8e1b351233cb6cbe9f031264</id>
<content type='text'>
fixes #1063 Include sanitizer runs in CI
fixes #1068 Wssfile test sometimes fails with wrong error code

While here, addressed a number of clang-tidy items, and some light
cleanup of code we were already in.
</content>
</entry>
<entry>
<title>Silence a few clang-tidy complaints.</title>
<updated>2019-12-29T19:15:11Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-29T19:15:11Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=e457590015f8c3f4e840e4bed290f052c001e07c'/>
<id>urn:sha1:e457590015f8c3f4e840e4bed290f052c001e07c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unused includes from POSIX resolver.</title>
<updated>2019-12-29T19:08:34Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-29T19:08:34Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=0f9c13c44ce56294c78f8aeff89beb8c6f799ada'/>
<id>urn:sha1:0f9c13c44ce56294c78f8aeff89beb8c6f799ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1065 resolver leaks work structures</title>
<updated>2019-12-29T18:12:23Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-29T18:12:23Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=1a9b1a0ad3e1e98a307c8a99211ebc3a94b4ac3e'/>
<id>urn:sha1:1a9b1a0ad3e1e98a307c8a99211ebc3a94b4ac3e</id>
<content type='text'>
This includes changes to support setting the sanitizer *correctly*
(the old code CMake stuff didn't quite get it right), and addresses
a number of failures in the test code found by the address sanitizer.
</content>
</entry>
<entry>
<title>Release 1.2.2.</title>
<updated>2019-12-28T21:45:32Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-28T21:45:32Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=aed9697d71798d923443f3fb6297cecf89bc4218'/>
<id>urn:sha1:aed9697d71798d923443f3fb6297cecf89bc4218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1062 Windows client connections cannot get NNG_OPT_LOCADDR</title>
<updated>2019-12-28T20:41:38Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-28T20:00:22Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=3af07a9cca37a7487593c5aa7efe2aee56353159'/>
<id>urn:sha1:3af07a9cca37a7487593c5aa7efe2aee56353159</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #986 ws_read_finish_str free invalid pointer</title>
<updated>2019-12-28T20:41:31Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-28T18:55:13Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=255a85d10f68a898c671f9387da61e0ba62a61c7'/>
<id>urn:sha1:255a85d10f68a898c671f9387da61e0ba62a61c7</id>
<content type='text'>
Also, this has refactored the websocket stream test to the new
acutest.h, and includes a much deeper test of fragmentation and
reassembly of websocket streams.
</content>
</entry>
<entry>
<title>Brittleness in pair1 mono faithful test.</title>
<updated>2019-12-28T05:06:08Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2019-12-28T05:06:08Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=50b5f060548987de6f5ac65f39fa0eecb597decb'/>
<id>urn:sha1:50b5f060548987de6f5ac65f39fa0eecb597decb</id>
<content type='text'>
</content>
</entry>
</feed>
