<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db/berkeleydb, branch v0.9.1</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.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-01-15T17:26:19Z</updated>
<entry>
<title>Fix hf when import with verify off</title>
<updated>2016-01-15T17:26:19Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-01-15T14:00:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=30f92f5630bbc7507708275a29a9ae7acf633a5b'/>
<id>urn:sha1:30f92f5630bbc7507708275a29a9ae7acf633a5b</id>
<content type='text'>
Delete the hf tables, so the next open will rescan and regenerate
</content>
</entry>
<entry>
<title>fixed copyrights with bad year references</title>
<updated>2015-12-31T06:37:27Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:37:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=810a11267c19512a49921c2e2884f6fd7dbf4206'/>
<id>urn:sha1:810a11267c19512a49921c2e2884f6fd7dbf4206</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BlockchainDB: skip fixup check if read-only database</title>
<updated>2015-12-26T22:30:20Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2015-12-26T22:27:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ee9d71e9f94ba8571c44c889a70bda77c8961959'/>
<id>urn:sha1:ee9d71e9f94ba8571c44c889a70bda77c8961959</id>
<content type='text'>
</content>
</entry>
<entry>
<title>db: throw when given a non txout_to_key output to add</title>
<updated>2015-12-25T21:56:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-25T21:56:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5eef64578ba1e19c9a6045a25369db19d4136e75'/>
<id>urn:sha1:5eef64578ba1e19c9a6045a25369db19d4136e75</id>
<content type='text'>
The check was explicit in the original version, so it seems
safer to make it explicit here, especially as it is now done
implicitely in a different place, away from the original check.
</content>
</entry>
<entry>
<title>Add missing semicolons after log statements</title>
<updated>2015-12-19T14:47:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-19T14:47:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3f2970fadbe2d4dc7057d0c3b83faa93b8622bde'/>
<id>urn:sha1:3f2970fadbe2d4dc7057d0c3b83faa93b8622bde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace tabs with two spaces for consistency with rest of codebase</title>
<updated>2015-12-15T14:22:06Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2015-12-14T04:54:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=725acc7f17e47e0ea0e7e690f241ee8a286411ea'/>
<id>urn:sha1:725acc7f17e47e0ea0e7e690f241ee8a286411ea</id>
<content type='text'>
Remove trailing whitespace in same files.
</content>
</entry>
<entry>
<title>db_bdb: implement BlockchainBDB::reset</title>
<updated>2015-12-13T11:14:00Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T11:12:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4833f4f96f4aa97cc01c672a71e76a32caf9efa0'/>
<id>urn:sha1:4833f4f96f4aa97cc01c672a71e76a32caf9efa0</id>
<content type='text'>
It is needed by the core tests
</content>
</entry>
<entry>
<title>db_bdb: create all needed directories, not just the leaf one</title>
<updated>2015-12-13T11:08:59Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2015-12-13T11:08:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=015b68a2bea655f957ee3279b76a62604d6096f7'/>
<id>urn:sha1:015b68a2bea655f957ee3279b76a62604d6096f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #524</title>
<updated>2015-12-08T18:11:06Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-08T18:11:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8a5ba475cbbbd5173384ffce2ffc9f485a672e94'/>
<id>urn:sha1:8a5ba475cbbbd5173384ffce2ffc9f485a672e94</id>
<content type='text'>
1c8262c db_bdb: move log_set_config call before open (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #523</title>
<updated>2015-12-08T18:10:34Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-08T18:10:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1fc1bfb677d7d97e4ba255e4ec0822d2a34642b1'/>
<id>urn:sha1:1fc1bfb677d7d97e4ba255e4ec0822d2a34642b1</id>
<content type='text'>
8620b31 db_bdb: support for libdb without DB_FORCESYNC (moneromooo-monero)
</content>
</entry>
</feed>
