<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.h, branch v0.13.0.0-RC1</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.0-RC1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.0-RC1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-06-19T17:56:31Z</updated>
<entry>
<title>Merge pull request #3861</title>
<updated>2018-06-19T17:56:31Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-06-19T17:56:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cb130c759059e670fd30a10a436fb286fd556da4'/>
<id>urn:sha1:cb130c759059e670fd30a10a436fb286fd556da4</id>
<content type='text'>
de1ffe0 p2p: warn when no incoming connections are seen for a while (moneromooo-monero)
</content>
</entry>
<entry>
<title>p2p: warn when no incoming connections are seen for a while</title>
<updated>2018-05-26T13:37:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-25T11:34:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de1ffe07b12073c3845b660c98052a9c1c31c594'/>
<id>urn:sha1:de1ffe07b12073c3845b660c98052a9c1c31c594</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: fix fallback seed node usage</title>
<updated>2018-04-29T13:58:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-29T13:57:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=159018396556968416d932591877e8aaf4c34354'/>
<id>urn:sha1:159018396556968416d932591877e8aaf4c34354</id>
<content type='text'>
Those were added to the seed nodes list even when they had already
been added. Moreover, the current index was not reset after they
were added, typically causing previous seeds to be used, and some
of those fallback seeds to not be tried.
</content>
</entry>
<entry>
<title>Fix broken interactive daemon 'limit' commands plus RPC calls</title>
<updated>2018-04-25T19:37:10Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2018-04-25T19:37:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9d0827bba2e1d453915efb65171b2475f4ebcfd'/>
<id>urn:sha1:f9d0827bba2e1d453915efb65171b2475f4ebcfd</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>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 #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>Allow the number of incoming connections to be limited</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-20T21:44:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32c0f908cd753f9319909e2f43d2b4657ebaf664'/>
<id>urn:sha1:32c0f908cd753f9319909e2f43d2b4657ebaf664</id>
<content type='text'>
It was already possible to limit outgoing connections. One might want
to do this on home network connections with high bandwidth but low
usage caps.
</content>
</entry>
<entry>
<title>Rename delete_connections to delete_out_connections</title>
<updated>2018-01-28T20:06:08Z</updated>
<author>
<name>Erik de Castro Lopo</name>
<email>erikd@mega-nerd.com</email>
</author>
<published>2018-01-20T00:57:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d609a2c1640a5b3079f65f4c85b3f82afd8e5f16'/>
<id>urn:sha1:d609a2c1640a5b3079f65f4c85b3f82afd8e5f16</id>
<content type='text'>
This rename is needed so that delete_in_connections can be added.
</content>
</entry>
</feed>
