<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests, branch v0.13.0.2-RC2</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.13.0.2-RC2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.2-RC2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-10-02T20:45:42Z</updated>
<entry>
<title>Merge pull request #4464</title>
<updated>2018-10-02T20:45:42Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-10-02T20:36:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=861895e92dabba9fbdf4902a3de567319234fbb0'/>
<id>urn:sha1:861895e92dabba9fbdf4902a3de567319234fbb0</id>
<content type='text'>
bef1750f unit_tests: fix longstanding DNS related unit test (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4459</title>
<updated>2018-09-29T20:17:00Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:17:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f0b3bbf808ec598ec191326767e0779a4a4037e4'/>
<id>urn:sha1:f0b3bbf808ec598ec191326767e0779a4a4037e4</id>
<content type='text'>
bcf3f6af fuzz_tests: catch unhandled exceptions (moneromooo-monero)
3ebd05d4 miner: restore stream flags after changing them (moneromooo-monero)
a093092e levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero)
1eebb82b net_helper: do not propagate exceptions through dtor (moneromooo-monero)
fb6a3630 miner: do not propagate exceptions through dtor (moneromooo-monero)
2e2139ff epee: do not propagate exception through dtor (moneromooo-monero)
0749a8bd db_lmdb: do not propagate exceptions in dtor (moneromooo-monero)
1b0afeeb wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero)
418a9936 unit_tests: catch unhandled exceptions (moneromooo-monero)
ea7f9543 threadpool: do not propagate exceptions through the dtor (moneromooo-monero)
6e855422 gen_multisig: nice exit on unhandled exception (moneromooo-monero)
53df2deb db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero)
e67016dd blockchain_blackball: catch failure to commit db transaction (moneromooo-monero)
661439f4 mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero)
5fdcda50 easylogging++: test for NULL before dereference (moneromooo-monero)
7ece1550 performance_test: fix bad last argument calling add_arg (moneromooo-monero)
a085da32 unit_tests: add check for page size &gt; 0 before dividing (moneromooo-monero)
d8b1ec8b unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero)
02563bf4 simplewallet: top level exception catcher to print nicer messages (moneromooo-monero)
c57a65b2 blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4424</title>
<updated>2018-09-29T20:11:50Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:11:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3d8f54daad84c07aed820d3492f78c4ea86a5d91'/>
<id>urn:sha1:3d8f54daad84c07aed820d3492f78c4ea86a5d91</id>
<content type='text'>
92d1da28 unit_tests: fix build with GCC 5.4.0 on ubuntu (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #4407</title>
<updated>2018-09-29T20:10:48Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-29T20:10:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9d0b177720135189bbd42b33ad1c7794c0fed3e2'/>
<id>urn:sha1:9d0b177720135189bbd42b33ad1c7794c0fed3e2</id>
<content type='text'>
43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
</content>
</entry>
<entry>
<title>fuzz_tests: catch unhandled exceptions</title>
<updated>2018-09-27T18:23:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T18:23:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bcf3f6afdd92345da874c4b1241d71b03cabccf3'/>
<id>urn:sha1:bcf3f6afdd92345da874c4b1241d71b03cabccf3</id>
<content type='text'>
Coverity 175293, 175312, 175266
</content>
</entry>
<entry>
<title>unit_tests: catch unhandled exceptions</title>
<updated>2018-09-27T17:29:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T15:17:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=418a9936182fddd0c6acc5b81f6772ec37f4e8a8'/>
<id>urn:sha1:418a9936182fddd0c6acc5b81f6772ec37f4e8a8</id>
<content type='text'>
Coverity 182560
</content>
</entry>
<entry>
<title>performance_test: fix bad last argument calling add_arg</title>
<updated>2018-09-27T12:53:12Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T12:53:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7ece1550e185039914a65d93360769e5954ba407'/>
<id>urn:sha1:7ece1550e185039914a65d93360769e5954ba407</id>
<content type='text'>
Coverity 182572
</content>
</entry>
<entry>
<title>unit_tests: add check for page size &gt; 0 before dividing</title>
<updated>2018-09-27T11:59:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T11:54:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a085da32476148f86a0688c10cf97260c1a4bc23'/>
<id>urn:sha1:a085da32476148f86a0688c10cf97260c1a4bc23</id>
<content type='text'>
Coverity 188426
</content>
</entry>
<entry>
<title>unit_tests: use std::shared_ptr to shut coverity up about leaks</title>
<updated>2018-09-27T11:59:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-27T11:28:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d8b1ec8b8bafc67763d660360be3c75a06f99f00'/>
<id>urn:sha1:d8b1ec8b8bafc67763d660360be3c75a06f99f00</id>
<content type='text'>
Coverity 188436, 188433, 188428, 188415, 188416, 188410, 188400,
188298, 188299, 188321, 188342, 188343, 188355, 188357, 188361,
188366, 188374
</content>
</entry>
<entry>
<title>unit_tests: fix build with GCC 5.4.0 on ubuntu</title>
<updated>2018-09-23T14:38:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-23T13:47:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=92d1da28efcd750c5dc07e20de046375bfbe595e'/>
<id>urn:sha1:92d1da28efcd750c5dc07e20de046375bfbe595e</id>
<content type='text'>
</content>
</entry>
</feed>
