<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/external/db_drivers, branch v0.11.1.0</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.11.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-09-09T14:14:22Z</updated>
<entry>
<title>ITS#8728 fix MDB_VL32 freeing overflow page</title>
<updated>2017-09-09T14:14:22Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-09-09T14:10:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bbb07f88471e595405f2cdae5e138b324550d55d'/>
<id>urn:sha1:bbb07f88471e595405f2cdae5e138b324550d55d</id>
<content type='text'>
Fix #2420
</content>
</entry>
<entry>
<title>ITS#8704 add MDB_PREVSNAPSHOT flag to mdb_env_open</title>
<updated>2017-08-12T11:21:25Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-08-12T11:21:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9c6eb75c656363176a55c63c81803feb3cfa614d'/>
<id>urn:sha1:9c6eb75c656363176a55c63c81803feb3cfa614d</id>
<content type='text'>
used to open the previous snapshot, in case the latest one
is corrupted
</content>
</entry>
<entry>
<title>Fix Android recognition</title>
<updated>2017-04-12T22:55:29Z</updated>
<author>
<name>hyc</name>
<email>hyc@symas.com</email>
</author>
<published>2017-04-12T22:55:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6c72d6a05810487859feef55c8593443ae3ef2be'/>
<id>urn:sha1:6c72d6a05810487859feef55c8593443ae3ef2be</id>
<content type='text'>
The official macro is __ANDROID__; ANDROID may or may not be defined.
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ITS#8582 keep mutex at end of struct</title>
<updated>2017-02-07T15:12:05Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-02-07T15:12:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=27c3a0ea9ffc54e1b704c29ba075f0770583929e'/>
<id>urn:sha1:27c3a0ea9ffc54e1b704c29ba075f0770583929e</id>
<content type='text'>
since it's variable size on Linux/glibc
</content>
</entry>
<entry>
<title>Workaround VL32 cursor refcounting miscount</title>
<updated>2017-01-31T10:38:12Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2017-01-31T10:38:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=edfd7f6e078ce5f038d80007d195579f5ec4bdd0'/>
<id>urn:sha1:edfd7f6e078ce5f038d80007d195579f5ec4bdd0</id>
<content type='text'>
Don't try to deref cursor page if txn's pagelist is empty
</content>
</entry>
<entry>
<title>Build wallet with Android NDK</title>
<updated>2017-01-05T01:11:05Z</updated>
<author>
<name>MoroccanMalinois</name>
<email>MoroccanMalinois@protonmail.com</email>
</author>
<published>2017-01-05T01:11:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80abc3bc4a73f3ba6ffd40b1a03de0cc4d01e3c9'/>
<id>urn:sha1:80abc3bc4a73f3ba6ffd40b1a03de0cc4d01e3c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: transitive deps and remove deprecated LINK_*</title>
<updated>2016-09-18T06:56:26Z</updated>
<author>
<name>redfish</name>
<email>redfish@galactica.pw</email>
</author>
<published>2016-09-17T17:59:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1c7af35d47c6f54628418f67128074c1bcd4858'/>
<id>urn:sha1:e1c7af35d47c6f54628418f67128074c1bcd4858</id>
<content type='text'>
Keep the immediate direct deps at the library that depends on them,
declare deps as PUBLIC so that targets that link against that library
get the library's deps as transitive deps.

Break dep cycle between blockchain_db &lt;-&gt; crytonote_core.
No code refactoring, just hide cycle from cmake so that
it doesn't complain (cycles are allowed only between
static libs, not shared libs).

This is in preparation for supproting BUILD_SHARED_LIBS cmake
built-in option for building internal libs as shared.
</content>
</entry>
<entry>
<title>More for Issue #855</title>
<updated>2016-08-11T20:04:36Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-08-11T20:04:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7442dd084acfcef571c51f53277247c050d1c98b'/>
<id>urn:sha1:7442dd084acfcef571c51f53277247c050d1c98b</id>
<content type='text'>
Plug rpage leak in cursor_set
</content>
</entry>
<entry>
<title>Fix Issue #855</title>
<updated>2016-06-07T22:38:47Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-06-07T22:38:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d6f5d543a5ffe2173886d33d4343fa46c38380c4'/>
<id>urn:sha1:d6f5d543a5ffe2173886d33d4343fa46c38380c4</id>
<content type='text'>
Use the same size dirty list for both 64 and 32 bit.
</content>
</entry>
</feed>
