<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nng, branch 0.9.0</title>
<subtitle>A mirror of https://github.com/nanomsg/nng
</subtitle>
<id>https://cogarr.net/source/cgit.cgi/nng/atom?h=0.9.0</id>
<link rel='self' href='https://cogarr.net/source/cgit.cgi/nng/atom?h=0.9.0'/>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/'/>
<updated>2018-04-25T03:07:09Z</updated>
<entry>
<title>Bump version to 0.9.0.</title>
<updated>2018-04-25T03:07:09Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-25T03:07:09Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=90267002f229322c82a43c160ae699a4791efe50'/>
<id>urn:sha1:90267002f229322c82a43c160ae699a4791efe50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document context support for surveyor.</title>
<updated>2018-04-25T03:02:10Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-25T03:02:10Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=1dc4ca934ffcfdc1c9ba559f010fddfbf0f12fdb'/>
<id>urn:sha1:1dc4ca934ffcfdc1c9ba559f010fddfbf0f12fdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a number of cppcheck complaints (not all)</title>
<updated>2018-04-24T23:39:35Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-24T23:39:35Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=d35973833e6bf05fec29100a4d5e66bb07b06659'/>
<id>urn:sha1:d35973833e6bf05fec29100a4d5e66bb07b06659</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate unused varable.</title>
<updated>2018-04-24T23:10:42Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-24T23:10:42Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=007f74b1053c9406340ffa728f9c254ba37e2a6c'/>
<id>urn:sha1:007f74b1053c9406340ffa728f9c254ba37e2a6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #367 Kill off Travis CI finally</title>
<updated>2018-04-24T22:59:38Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-24T22:59:38Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=c715b73a16248d5d0d2907af11009e1bc506c283'/>
<id>urn:sha1:c715b73a16248d5d0d2907af11009e1bc506c283</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #366 Cache ninja-build for AppVeyor</title>
<updated>2018-04-24T22:57:53Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-24T22:57:53Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=5e4567c27303f09973ae078c9bf38490c778d2ae'/>
<id>urn:sha1:5e4567c27303f09973ae078c9bf38490c778d2ae</id>
<content type='text'>
fixes #365 Probably we don't need asciidoctor at build time
</content>
</entry>
<entry>
<title>fixes #364 kill off nni_msgq_set_best_effort()</title>
<updated>2018-04-24T22:32:24Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-24T22:32:24Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=c337628a3a4ec6bbad4fe062bd281f13ce455e54'/>
<id>urn:sha1:c337628a3a4ec6bbad4fe062bd281f13ce455e54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #342 Want Surveyor/Respondent context support</title>
<updated>2018-04-24T22:06:33Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-21T03:52:32Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=fdefff742662ed4eb476bf19b9dda245f86bc406'/>
<id>urn:sha1:fdefff742662ed4eb476bf19b9dda245f86bc406</id>
<content type='text'>
fixes #360 core should nng_aio_begin before nng_aio_finish_error
fixes #361 nng_send_aio should check for NULL message
fixes #362 nni_msgq does not signal pollable on certain events

This adds support for contexts for both sides of the surveyor pattern.
Prior to this commit, the raw mode was completely broken, and there
were numerous other bugs found and fixed.  This integration includes
*much* deeper validation of this pattern.

Some changes to the core and other patterns have been made, where it
was obvioius that we could make such improvements.  (The obviousness
stemming from the fact that RESPONDENT in particular is very closely
derived from REP.)
</content>
</entry>
<entry>
<title>fixes #368 context options could be empty</title>
<updated>2018-04-24T22:00:06Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-23T17:38:20Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=e0b47b12d3d1462d07c5038e4f34f5282eeec675'/>
<id>urn:sha1:e0b47b12d3d1462d07c5038e4f34f5282eeec675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #363 context option plumbing missing</title>
<updated>2018-04-24T21:55:10Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2018-04-24T16:29:34Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=ea741e0285e70e2ca417fbd2c874bb990bdbf833'/>
<id>urn:sha1:ea741e0285e70e2ca417fbd2c874bb990bdbf833</id>
<content type='text'>
</content>
</entry>
</feed>
