<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib, branch v0.12.0.0</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.12.0.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.12.0.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-03-15T16:25:38Z</updated>
<entry>
<title>Fix typos in various files</title>
<updated>2018-03-15T16:25:38Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2018-03-01T11:36:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=57c0b1ed9f15ca27892a8737156c3b8e32a1625e'/>
<id>urn:sha1:57c0b1ed9f15ca27892a8737156c3b8e32a1625e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows</title>
<updated>2018-02-25T11:57:58Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2018-02-22T18:52:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=430268224d71bfc6a359f20c6db712462ce0bb25'/>
<id>urn:sha1:430268224d71bfc6a359f20c6db712462ce0bb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3289</title>
<updated>2018-02-20T15:48:16Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-20T15:48:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=854a87d633e6089feb449b34953aebfc8094fc67'/>
<id>urn:sha1:854a87d633e6089feb449b34953aebfc8094fc67</id>
<content type='text'>
4789f859 wipeable_string: don't try to wipe an empty buffer (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #3243</title>
<updated>2018-02-20T15:46:15Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-20T15:46:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e3ad0c9ca631c88ad2752c978ad68220ea5c6d73'/>
<id>urn:sha1:e3ad0c9ca631c88ad2752c978ad68220ea5c6d73</id>
<content type='text'>
2bc8c3db epee get_ns_count: cast to uint64_t before multiplying 10^9 to avoid overflow (stoffu)
</content>
</entry>
<entry>
<title>wipeable_string: don't try to wipe an empty buffer</title>
<updated>2018-02-18T14:02:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-18T13:45:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4789f8598f5f6a4638e19d0ed8ccf1e625438357'/>
<id>urn:sha1:4789f8598f5f6a4638e19d0ed8ccf1e625438357</id>
<content type='text'>
memset_s doesn't like it
</content>
</entry>
<entry>
<title>memwipe: add missing #include &lt;stdio.h&gt;</title>
<updated>2018-02-16T16:06:05Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T16:06:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dfabc005d12c7d5fd6cb2b5213f7e927db196097'/>
<id>urn:sha1:dfabc005d12c7d5fd6cb2b5213f7e927db196097</id>
<content type='text'>
</content>
</entry>
<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>Merge pull request #3252</title>
<updated>2018-02-16T13:24:30Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:24:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=64fabf2eb790a8a3e675f55757fc50a069ef0eea'/>
<id>urn:sha1:64fabf2eb790a8a3e675f55757fc50a069ef0eea</id>
<content type='text'>
f689a77e Fix #602 Turn on socket keepalive (Howard Chu)
</content>
</entry>
<entry>
<title>Merge pull request #3217</title>
<updated>2018-02-16T13:23:08Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:23:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0c711978922ed346f435ddd41147c962acae6ccd'/>
<id>urn:sha1:0c711978922ed346f435ddd41147c962acae6ccd</id>
<content type='text'>
fde4489e wipeable_string: call memwipe directly (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #3187</title>
<updated>2018-02-16T13:20:31Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:20:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=666a76652bcc82c5f85e1a658eab83b27e9e78a4'/>
<id>urn:sha1:666a76652bcc82c5f85e1a658eab83b27e9e78a4</id>
<content type='text'>
851bd057 call _exit instead of abort in release mode (moneromooo-monero)
</content>
</entry>
</feed>
