<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nng, branch 0.8.0</title>
<subtitle>A mirror of https://github.com/nanomsg/nng
</subtitle>
<id>https://cogarr.net/source/cgit.cgi/nng/atom?h=0.8.0</id>
<link rel='self' href='https://cogarr.net/source/cgit.cgi/nng/atom?h=0.8.0'/>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/'/>
<updated>2018-04-12T15:52:45Z</updated>
<entry>
<title>Bump version to 0.8.0.</title>
<updated>2018-04-12T15:52:45Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-12T15:52:45Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=115a0a21d5ec152358b98d877345bb6f61982438'/>
<id>urn:sha1:115a0a21d5ec152358b98d877345bb6f61982438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #341 Want REST API gateway demo</title>
<updated>2018-04-11T19:58:11Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-11T19:58:11Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=6401d100e8b616c65014ae7fd62ac9a575466bef'/>
<id>urn:sha1:6401d100e8b616c65014ae7fd62ac9a575466bef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We need to declare the TLS structure here.</title>
<updated>2018-04-11T19:57:44Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-11T19:57:44Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=2d59ddc18e0e947b75249634531e67e2499a57ab'/>
<id>urn:sha1:2d59ddc18e0e947b75249634531e67e2499a57ab</id>
<content type='text'>
Applications which may not even be using TLS should not have to
know about the TLS configuration structure.
</content>
</entry>
<entry>
<title>Minor format fix for raw mode header.</title>
<updated>2018-04-11T07:36:26Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-11T07:36:26Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=b1b62a571355795b8192c805110aaf62036383a5'/>
<id>urn:sha1:b1b62a571355795b8192c805110aaf62036383a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update doc with information about contexts.</title>
<updated>2018-04-10T23:34:37Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-10T23:34:37Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=51503d551c4c673f1d27f3823d17e8f1b790419d'/>
<id>urn:sha1:51503d551c4c673f1d27f3823d17e8f1b790419d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #338 possible SIGPIPE on Linux</title>
<updated>2018-04-10T22:40:07Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-10T22:21:06Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=ffcdd17d15ed7ca1ad4346f81bc96f8584ed3c9c'/>
<id>urn:sha1:ffcdd17d15ed7ca1ad4346f81bc96f8584ed3c9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix valgrind warning in assert.</title>
<updated>2018-04-10T22:40:06Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-10T21:52:07Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=3fb40d4792ba2f7b681d636957cf76d721084a0e'/>
<id>urn:sha1:3fb40d4792ba2f7b681d636957cf76d721084a0e</id>
<content type='text'>
This technically doesn't need the lock, as we're only trying to catch
a possible problem during development rather than in the field (and
this should never occur), but the false positive in valgrind obscures
other possible errors, so leave it in the lock.
</content>
</entry>
<entry>
<title>Eliminate possible data race on file descriptor.</title>
<updated>2018-04-10T22:40:06Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-10T21:49:24Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=de29422db2c023301336e49f1e54610c743328b1'/>
<id>urn:sha1:de29422db2c023301336e49f1e54610c743328b1</id>
<content type='text'>
Turns out that shutdown is sufficient for most needs.
</content>
</entry>
<entry>
<title>Add new reqstress test.</title>
<updated>2018-04-10T22:40:06Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-06T21:25:56Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=0691cafdd49cab6ba81944ccc75497376d29cb93'/>
<id>urn:sha1:0691cafdd49cab6ba81944ccc75497376d29cb93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix unused variable in nngcat.</title>
<updated>2018-04-10T22:40:06Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-04T23:39:24Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=927de364b7b5dafc04cd73af51d13a629f07756f'/>
<id>urn:sha1:927de364b7b5dafc04cd73af51d13a629f07756f</id>
<content type='text'>
</content>
</entry>
</feed>
