<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/storages, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-02-16T13:26:58Z</updated>
<entry>
<title>Merge pull request #3226</title>
<updated>2018-02-16T13:26:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:26:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f4a6bc79d9a751480597aa007a1c6d315604f856'/>
<id>urn:sha1:f4a6bc79d9a751480597aa007a1c6d315604f856</id>
<content type='text'>
e4646379 keccak: fix mdlen bounds sanity checking (moneromooo-monero)
2e3e90ac pass large parameters by const ref, not value (moneromooo-monero)
61defd89 blockchain: sanity check number of precomputed hash of hash blocks (moneromooo-monero)
9af6b2d1 ringct: fix infinite loop in unused h2b function (moneromooo-monero)
8cea8d0c simplewallet: double check a new multisig wallet is multisig (moneromooo-monero)
9b98a6ac threadpool: catch exceptions in dtor, to avoid terminate (moneromooo-monero)
24803ed9 blockchain_export: fix buffer overflow in exporter (moneromooo-monero)
f3f7da62 perf_timer: rewrite to make it clear there is no division by zero (moneromooo-monero)
c6ea3df0 performance_tests: remove add_arg call stray extra param (moneromooo-monero)
fa6b4566 fuzz_tests: fix an uninitialized var in setup (moneromooo-monero)
03887f11 keccak: fix sanity check bounds test (moneromooo-monero)
ad11db91 blockchain_db: initialize m_open in base class ctor (moneromooo-monero)
bece67f9 miner: restore std::cout precision after modification (moneromooo-monero)
1aabd14c db_lmdb: check hard fork info drop succeeded (moneromooo-monero)
</content>
</entry>
<entry>
<title>pass large parameters by const ref, not value</title>
<updated>2018-02-02T19:36:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-02T18:45:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2e3e90acbe62272901046f754b62ee7ec0d516d9'/>
<id>urn:sha1:2e3e90acbe62272901046f754b62ee7ec0d516d9</id>
<content type='text'>
Coverity 136394 136397 136409 136526 136529 136533 175302
</content>
</entry>
<entry>
<title>Fix method name in invoke_http_json_rpc</title>
<updated>2018-01-29T00:14:02Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2018-01-21T01:31:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f30350d03ed2e05b24a7a26a25f2a14ee1d443d'/>
<id>urn:sha1:8f30350d03ed2e05b24a7a26a25f2a14ee1d443d</id>
<content type='text'>
Previously, the method name was printed as an exmpty string because
the input string had already been moved with `std::move`.
</content>
</entry>
<entry>
<title>Merge pull request #3012</title>
<updated>2018-01-26T00:36:27Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-01-26T00:36:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9fff66f0040af13b954e2f53b5bd00f62bf7bd9a'/>
<id>urn:sha1:9fff66f0040af13b954e2f53b5bd00f62bf7bd9a</id>
<content type='text'>
e4bbeff2 epee: check some error return values (moneromooo-monero)
</content>
</entry>
<entry>
<title>epee: detect strptime, use std::get_time as fallback</title>
<updated>2018-01-11T21:41:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-11T21:38:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b7e5a70bb1a81d05cf4838f483c4618806f2b792'/>
<id>urn:sha1:b7e5a70bb1a81d05cf4838f483c4618806f2b792</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: check some error return values</title>
<updated>2017-12-27T00:14:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-27T00:14:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e4bbeff2f579be33a894094d10dceeffa30c019d'/>
<id>urn:sha1:e4bbeff2f579be33a894094d10dceeffa30c019d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: use strptime instead of std::get_time, for compatibility</title>
<updated>2017-12-21T16:04:47Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-21T16:04:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=373d1d504b1dc2af7c643ec00e93b235e4d13a78'/>
<id>urn:sha1:373d1d504b1dc2af7c643ec00e93b235e4d13a78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move includes around to lessen overall load</title>
<updated>2017-12-16T22:46:38Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-25T22:25:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=09ce03d612e54231694eee2fb9e5c807b2bfc341'/>
<id>urn:sha1:09ce03d612e54231694eee2fb9e5c807b2bfc341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee: don't disable -Wtautological-constant-out-of-range-compare on GCC</title>
<updated>2017-11-14T17:22:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-14T17:22:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f80f408b7e19e9020df4b935855c80f165fad74e'/>
<id>urn:sha1:f80f408b7e19e9020df4b935855c80f165fad74e</id>
<content type='text'>
It's a CLANG only option, and causes GCC to error out
</content>
</entry>
<entry>
<title>epee: disable a spurious warning for a storage function</title>
<updated>2017-10-28T10:52:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-28T10:52:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ff8e139cd631be9c9617fdb6e0a6107cd277069'/>
<id>urn:sha1:9ff8e139cd631be9c9617fdb6e0a6107cd277069</id>
<content type='text'>
</content>
</entry>
</feed>
