<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.inl, 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-22T05:56:35Z</updated>
<entry>
<title>p2p: correct port number for seed nodes</title>
<updated>2018-03-22T05:56:35Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-03-22T05:46:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5f6647934bdfba8184b529113e58d4052a2d0b1a'/>
<id>urn:sha1:5f6647934bdfba8184b529113e58d4052a2d0b1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: fix network ID being uninitialised when using exclusive peers</title>
<updated>2018-03-13T11:20:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-13T11:20:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=523371c04264f8420281444d1d33a5249220dfa5'/>
<id>urn:sha1:523371c04264f8420281444d1d33a5249220dfa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stagenet</title>
<updated>2018-03-05T02:55:05Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-02-16T11:04:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=af773211cbc620a1be54f517bd60e587d58a7e93'/>
<id>urn:sha1:af773211cbc620a1be54f517bd60e587d58a7e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: restore m_testnet assignment lost during rebase</title>
<updated>2018-02-18T15:09:39Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-02-18T15:09:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1d28c0d8a994fee370675c28964fce92c22d49e8'/>
<id>urn:sha1:1d28c0d8a994fee370675c28964fce92c22d49e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>options: remove testnet-* options</title>
<updated>2018-02-16T20:32:01Z</updated>
<author>
<name>whythat</name>
<email>whythat@protonmail.com</email>
</author>
<published>2018-01-21T15:29:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=05a12ccc2dc920f4a997e66e6965ae60c1a4c65e'/>
<id>urn:sha1:05a12ccc2dc920f4a997e66e6965ae60c1a4c65e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3196</title>
<updated>2018-02-16T13:31:16Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:31:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ef91d6e61eac584c82b9f55fa0aa6fe58b8b1b4f'/>
<id>urn:sha1:ef91d6e61eac584c82b9f55fa0aa6fe58b8b1b4f</id>
<content type='text'>
eda9fb5b p2p: fix testnet/mainnet port mixup (moneromooo-monero)
</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 #3221</title>
<updated>2018-02-16T13:23:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:23:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a54247b993999fbffb9a666533d83aeaf177a56f'/>
<id>urn:sha1:a54247b993999fbffb9a666533d83aeaf177a56f</id>
<content type='text'>
2e584dcb p2p: do not try to connect to peers in offline mode (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>p2p: do not try to connect to peers in offline mode</title>
<updated>2018-02-01T20:18:30Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-01T11:48:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2e584dcb1f64d2fe9279051143e83dc3465d79b6'/>
<id>urn:sha1:2e584dcb1f64d2fe9279051143e83dc3465d79b6</id>
<content type='text'>
</content>
</entry>
</feed>
