<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/crypto/keccak.c, 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>keccak: fix mdlen bounds sanity checking</title>
<updated>2018-02-07T13:39:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-07T13:39:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e4646379a6fb5d1dcff71cc38db5e60802a21dcb'/>
<id>urn:sha1:e4646379a6fb5d1dcff71cc38db5e60802a21dcb</id>
<content type='text'>
found by h908714124
</content>
</entry>
<entry>
<title>keccak: fix sanity check bounds test</title>
<updated>2018-02-02T15:48:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-02T15:48:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=03887f1140331326e3e6ca0a24161dd7ab74af1e'/>
<id>urn:sha1:03887f1140331326e3e6ca0a24161dd7ab74af1e</id>
<content type='text'>
Nothing calls this with those inputs
</content>
</entry>
<entry>
<title>call _exit instead of abort in release mode</title>
<updated>2018-02-01T13:32:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-26T10:35:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=851bd057ecfa2997252429f86362b0a710a1af8d'/>
<id>urn:sha1:851bd057ecfa2997252429f86362b0a710a1af8d</id>
<content type='text'>
Avoids cores being created, as they're nowadays often piped
to some call home system
</content>
</entry>
<entry>
<title>kaccak: remove unused return value</title>
<updated>2017-11-11T11:20:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-11T11:20:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e3e838d0cfa524f9b4dc90d3a356d5ce26515ddc'/>
<id>urn:sha1:e3e838d0cfa524f9b4dc90d3a356d5ce26515ddc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>keccak: some paranoid "can't happen" checks</title>
<updated>2017-11-07T14:02:37Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-07T11:56:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4877aca2b6e3ebc90ed86df3d4db4dfb06de7d51'/>
<id>urn:sha1:4877aca2b6e3ebc90ed86df3d4db4dfb06de7d51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringct: import of Shen Noether's ring confidential transactions</title>
<updated>2016-08-28T20:26:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-05-13T19:45:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9b1afe5f2d488c64e3fb5e087055cf66d2165391'/>
<id>urn:sha1:9b1afe5f2d488c64e3fb5e087055cf66d2165391</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved all stuff to github</title>
<updated>2014-03-03T22:07:58Z</updated>
<author>
<name>Antonio Juarez</name>
<email>antonio.maria.juarez@live.com</email>
</author>
<published>2014-03-03T22:07:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=296ae46ed8f8f6e5f986f978febad302e3df231a'/>
<id>urn:sha1:296ae46ed8f8f6e5f986f978febad302e3df231a</id>
<content type='text'>
</content>
</entry>
</feed>
