<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/blockchain_db/lmdb/db_lmdb.cpp, 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>2016-03-16T11:34:13Z</updated>
<entry>
<title>Add destructor for readtxns</title>
<updated>2016-03-16T11:34:13Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-16T10:24:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a74348e1155e6c18b0748795848f56669011cd9b'/>
<id>urn:sha1:a74348e1155e6c18b0748795848f56669011cd9b</id>
<content type='text'>
Only if we created the readtxn. Was missing cleanups from exceptions before.
</content>
</entry>
<entry>
<title>Small cleanups</title>
<updated>2016-03-15T13:35:31Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-15T10:43:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6b0a90317746f43929a54edb4616dff3cf9a6f2d'/>
<id>urn:sha1:6b0a90317746f43929a54edb4616dff3cf9a6f2d</id>
<content type='text'>
Only one return and TXN_POSTFIX_RDONLY() per function
Only log rtxn_start if the rtxn wasn't already active
</content>
</entry>
<entry>
<title>More for 92dd4ec6d6251b15954002e72a7c7faa5059a3ab</title>
<updated>2016-03-15T13:35:23Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-15T09:46:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=01c1512f2225776c4f595d950c8d3a82c18285c5'/>
<id>urn:sha1:01c1512f2225776c4f595d950c8d3a82c18285c5</id>
<content type='text'>
Make sure we stop the right txn too
</content>
</entry>
<entry>
<title>Merge pull request #723</title>
<updated>2016-03-14T20:20:42Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-14T20:20:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=240a50f3fb1e1c3526896b112c15cf4fc3d030ae'/>
<id>urn:sha1:240a50f3fb1e1c3526896b112c15cf4fc3d030ae</id>
<content type='text'>
2abdb2c avoid some val copies (Howard Chu)
</content>
</entry>
<entry>
<title>Hack for read/write txn mixup</title>
<updated>2016-03-14T20:19:46Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-14T18:26:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=92dd4ec6d6251b15954002e72a7c7faa5059a3ab'/>
<id>urn:sha1:92dd4ec6d6251b15954002e72a7c7faa5059a3ab</id>
<content type='text'>
save the thread ID of the writer thread so we don't try to use
the writetxn from reader threads
</content>
</entry>
<entry>
<title>avoid some val copies</title>
<updated>2016-03-14T09:40:49Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-03T21:10:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2abdb2c9fd834f5e12c085cf72aa24beb579dd02'/>
<id>urn:sha1:2abdb2c9fd834f5e12c085cf72aa24beb579dd02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More for bdec7cb</title>
<updated>2016-03-09T18:24:16Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-09T18:24:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8941ce03983a640c7421c61bd20dd6c4794d27b2'/>
<id>urn:sha1:8941ce03983a640c7421c61bd20dd6c4794d27b2</id>
<content type='text'>
More uses of db error helper
</content>
</entry>
<entry>
<title>Merge pull request #700</title>
<updated>2016-03-05T21:10:38Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-05T21:10:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32dc08d19a52f6ab739aa03ceb6eab0e315dadee'/>
<id>urn:sha1:32dc08d19a52f6ab739aa03ceb6eab0e315dadee</id>
<content type='text'>
bdec7cb BlockchainLMDB: Use DB error helper consistently (warptangent)
c5932eb BlockchainLMDB: Add DB error to exception (warptangent)
a49c355 Blockchain: Omit verbose time stats messages by default (warptangent)
</content>
</entry>
<entry>
<title>Merge pull request #698</title>
<updated>2016-03-05T21:06:26Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2016-03-05T21:06:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3af15702f0501ed4f9c5c07f0f8810cd10fd0e8'/>
<id>urn:sha1:c3af15702f0501ed4f9c5c07f0f8810cd10fd0e8</id>
<content type='text'>
ee7a8b8 Get rid of lmdb_cur (Howard Chu)
</content>
</entry>
<entry>
<title>BlockchainLMDB: Use DB error helper consistently</title>
<updated>2016-03-04T05:27:13Z</updated>
<author>
<name>warptangent</name>
<email>warptangent@tutanota.com</email>
</author>
<published>2016-03-04T05:27:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bdec7cbfb337e75ad9220755b8c73107158499b2'/>
<id>urn:sha1:bdec7cbfb337e75ad9220755b8c73107158499b2</id>
<content type='text'>
</content>
</entry>
</feed>
