<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external, branch v0.9.3</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.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-21T17:37:07Z</updated>
<entry>
<title>fix building on FreeBSD</title>
<updated>2016-03-21T17:37:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-21T17:37:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=40974b155e5ef48bead0989e80fe17366029491b'/>
<id>urn:sha1:40974b155e5ef48bead0989e80fe17366029491b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump miniupnpc API version number</title>
<updated>2016-03-21T13:05:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-21T13:05:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1800d611a2a60ee5cdce7af266ac927118147b1f'/>
<id>urn:sha1:1800d611a2a60ee5cdce7af266ac927118147b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update miniupnpc</title>
<updated>2016-03-21T11:37:54Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-21T11:37:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a4242c42b24d936c1ca79f98aa1062177c222c04'/>
<id>urn:sha1:a4242c42b24d936c1ca79f98aa1062177c222c04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MDB_VL32 - increase max write txn size</title>
<updated>2016-02-17T20:41:34Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-02-17T17:27:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8860b7497f1f98e2d5ba49aa77e7b390c22b5c4e'/>
<id>urn:sha1:8860b7497f1f98e2d5ba49aa77e7b390c22b5c4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resync with master</title>
<updated>2016-02-16T23:38:04Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-02-15T00:08:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=31e4e8c3a357d981ceb50cf2837836140cf70e37'/>
<id>urn:sha1:31e4e8c3a357d981ceb50cf2837836140cf70e37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: Include OpenSSL libraries in static linking</title>
<updated>2016-02-13T00:54:14Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-13T00:52:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9832d18dcaf664750758f5f0afb73097cfdfa9c8'/>
<id>urn:sha1:9832d18dcaf664750758f5f0afb73097cfdfa9c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: Fix unbound config compile settings</title>
<updated>2016-02-12T23:02:06Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-02-12T20:36:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7205210b0f6c3648361a9a0b2c17f1b6e7163ad9'/>
<id>urn:sha1:7205210b0f6c3648361a9a0b2c17f1b6e7163ad9</id>
<content type='text'>
This allows the OpenSSL function checks to compile in unbound's CMake
configuration.

Otherwise, the functions SHA256() and EVP_sha512() won't be called from
libunbound as possible algorithms.

They had not been compiling because static OpenSSL libraries were being
used, along with lack of -ldl. The static library preference is
unnecessary for the checks, so use default suffixes ordering for
CMAKE_FIND_LIBRARY_SUFFIXES when building unbound.

Related files:
configure_checks.cmake
external/unbound/validator/val_secalgo.c
  secalgo_ds_digest(), setup_key_digest()
</content>
</entry>
<entry>
<title>MDB_VL32 change overflow page scan</title>
<updated>2016-01-28T13:59:02Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-01-28T13:14:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f98fe467e96a71226acac6299d1eb2d4160d62ed'/>
<id>urn:sha1:f98fe467e96a71226acac6299d1eb2d4160d62ed</id>
<content type='text'>
Just check the requested page, don't worry about any other pages
</content>
</entry>
<entry>
<title>MDB_VL32 Fix off-by-one in mdb_midl_shrink</title>
<updated>2016-01-28T04:15:45Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-01-28T04:15:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7e65cc0abac60177b3e873808510e87ec5a273d1'/>
<id>urn:sha1:7e65cc0abac60177b3e873808510e87ec5a273d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MDB_VL32 Fix another 32bit overflow</title>
<updated>2016-01-27T14:14:27Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-01-27T11:46:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=222e30ec976440d04d4280bc4f4a1105bf11b807'/>
<id>urn:sha1:222e30ec976440d04d4280bc4f4a1105bf11b807</id>
<content type='text'>
</content>
</entry>
</feed>
