<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/unbound/libunbound, branch v0.9.2</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.9.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2015-12-30T10:57:50Z</updated>
<entry>
<title>update unbound, fix unbound openssl issue on OS X</title>
<updated>2015-12-30T10:57:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-30T10:57:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2d43ae806359c89818c0519d81a65ded768746d8'/>
<id>urn:sha1:2d43ae806359c89818c0519d81a65ded768746d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "re-re-add Windows DNS bug fix, per c0de96f"</title>
<updated>2015-08-18T00:26:02Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-08-18T00:26:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9672ac0812be1d4cbaaf063cd1c90cdf51b0bdb9'/>
<id>urn:sha1:9672ac0812be1d4cbaaf063cd1c90cdf51b0bdb9</id>
<content type='text'>
This reverts commit f4ba92bcccd3e016c6b5fdced079bf17d1b3f371.
</content>
</entry>
<entry>
<title>re-re-add Windows DNS bug fix, per c0de96f</title>
<updated>2015-08-14T17:33:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-08-14T17:33:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4ba92bcccd3e016c6b5fdced079bf17d1b3f371'/>
<id>urn:sha1:f4ba92bcccd3e016c6b5fdced079bf17d1b3f371</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update unbound</title>
<updated>2015-08-14T17:12:19Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-08-14T17:12:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=93944333c52050ab31d509fcee2333f2e166d945'/>
<id>urn:sha1:93944333c52050ab31d509fcee2333f2e166d945</id>
<content type='text'>
</content>
</entry>
<entry>
<title>re-add Windows DNS bug fix, per c0de96f8bd2f64884255f9b0b61a4775ada5e3e6</title>
<updated>2015-06-02T09:33:04Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-06-02T09:33:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0f4a036437fd41a5498ee5e74e2422ea6177aa3e'/>
<id>urn:sha1:0f4a036437fd41a5498ee5e74e2422ea6177aa3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update libunbound</title>
<updated>2015-05-31T14:36:48Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-05-31T14:36:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a1190792b0409e7a996400614e5e2c6ba02e5f6'/>
<id>urn:sha1:6a1190792b0409e7a996400614e5e2c6ba02e5f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #251</title>
<updated>2015-04-02T14:31:13Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-04-02T14:29:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea32a84e45763f70d3f8dc4d831baeee58c1185a'/>
<id>urn:sha1:ea32a84e45763f70d3f8dc4d831baeee58c1185a</id>
<content type='text'>
c0de96f Fixed DNS resolution bug in Windows (Thomas Winget)
</content>
</entry>
<entry>
<title>Fixed DNS resolution bug in Windows</title>
<updated>2015-04-02T13:22:31Z</updated>
<author>
<name>Thomas Winget</name>
<email>tewinget@gmail.com</email>
</author>
<published>2015-04-02T13:22:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c0de96f8bd2f64884255f9b0b61a4775ada5e3e6'/>
<id>urn:sha1:c0de96f8bd2f64884255f9b0b61a4775ada5e3e6</id>
<content type='text'>
Due to a bug in unbound, we were passing a string containing a null
character to ub_ctx_resolvconf and ub_ctx_hosts rather than a NULL
pointer.  On *nix this wasn't causing headache, but on Windows this was
causing unbound to not correctly load DNS settings from the OS.

Note on the bug: in a Windows-specific code branch in the function
ub_ctx_hosts(), if the hosts file specified was a NULL pointer, a call
to getenv() was stored in a local char* and later freed.  This is
incorrect, as we do not own that data, and caused the program to crash.
</content>
</entry>
<entry>
<title>update unbound from upstream</title>
<updated>2015-04-02T09:16:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-04-02T09:16:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f49833d4fc449d54c95c3235b5c18523e6f8d69'/>
<id>urn:sha1:1f49833d4fc449d54c95c3235b5c18523e6f8d69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update unbound from upstream</title>
<updated>2014-12-04T21:10:49Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2014-12-04T21:10:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=831933425b3406310e70476dc56e822f7ae3c549'/>
<id>urn:sha1:831933425b3406310e70476dc56e822f7ae3c549</id>
<content type='text'>
</content>
</entry>
</feed>
