<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_protocol/cryptonote_protocol_handler-base.cpp, branch v0.17.1.1</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.17.1.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-05-07T02:36:54Z</updated>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed a lot of unnecessary includes</title>
<updated>2018-11-15T16:29:34Z</updated>
<author>
<name>Martijn Otto</name>
<email>git@martijnotto.nl</email>
</author>
<published>2018-11-15T16:29:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bd98e99c8095cf05c4d3282c888a87745ad1c559'/>
<id>urn:sha1:bd98e99c8095cf05c4d3282c888a87745ad1c559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move connection_basic and network_throttle from src/p2p to epee</title>
<updated>2017-12-16T23:28:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-29T19:30:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb89ae8b2058d98a764f24e17e6c58089dd548f0'/>
<id>urn:sha1:bb89ae8b2058d98a764f24e17e6c58089dd548f0</id>
<content type='text'>
These even had the epee namespace.
This fixes some ugly circular dependencies.
</content>
</entry>
<entry>
<title>Corrections in rate limiting / trottle code, especially in 'out' direction</title>
<updated>2017-11-28T20:18:01Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2017-11-26T14:26:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf5f62361682877a08b246a0d04827c5c4cc30f5'/>
<id>urn:sha1:cf5f62361682877a08b246a0d04827c5c4cc30f5</id>
<content type='text'>
Deleted 3 out of 4 calls to method connection_basic::sleep_before_packet
that were erroneous / superfluous, which enabled the elimination of a
"fudge" factor of 2.1 in connection_basic::set_rate_up_limit;
also ended the multiplying of limit values and numbers of bytes
transferred by 1024 before handing them over to the global throttle
objects
</content>
</entry>
<entry>
<title>Merge pull request #2149</title>
<updated>2017-08-07T13:24:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:24:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6db8a60a18c3678824016234b2153b4b0f0dbbdd'/>
<id>urn:sha1:6db8a60a18c3678824016234b2153b4b0f0dbbdd</id>
<content type='text'>
158c3ecf core: thread most of handle_incoming_tx (moneromooo-monero)
f57ee382 cryptonote_protocol: retry stale spans early (moneromooo-monero)
90df52e1 cryptonote_protocol: light cleanup (moneromooo-monero)
84e23156 cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages (moneromooo-monero)
5be43fcd cryptonote_protocol_handler: sync speedup (moneromooo-monero)
</content>
</entry>
<entry>
<title>cryptonote_protocol: light cleanup</title>
<updated>2017-08-07T08:33:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-08T16:59:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=90df52e12f4fbf40cb475670f1d325e03abbf327'/>
<id>urn:sha1:90df52e12f4fbf40cb475670f1d325e03abbf327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some include cleanup</title>
<updated>2017-07-31T15:36:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-31T15:36:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=214fd81e9362f183603bacdb671e06192dcb5808'/>
<id>urn:sha1:214fd81e9362f183603bacdb671e06192dcb5808</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protocol: tone down a rate limit not implemented yet warning</title>
<updated>2017-02-25T12:10:29Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-25T12:10:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=96ce57d5514165f83d147628474ab68dbe4f022a'/>
<id>urn:sha1:96ce57d5514165f83d147628474ab68dbe4f022a</id>
<content type='text'>
it scares users
</content>
</entry>
</feed>
