<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/cryptonote_protocol/cryptonote_protocol_handler.inl, branch v0.18.1.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.18.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-05-18T16:54:21Z</updated>
<entry>
<title>Don't exclusively drop tor/i2p outgoing cxns in idle loop</title>
<updated>2022-05-18T16:54:21Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-05-15T03:11:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2dab31f62f3e7aff14afd7897848143456b0c47d'/>
<id>urn:sha1:2dab31f62f3e7aff14afd7897848143456b0c47d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8223</title>
<updated>2022-04-06T04:19:59Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-06T04:19:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd'/>
<id>urn:sha1:bb093ec9a8087bba0e8f6e8769dbb336a6a0aedd</id>
<content type='text'>
17772ef Eliminate dependence on boost::interprocess #8223 (Jeffrey)
</content>
</entry>
<entry>
<title>Eliminate dependence on boost::interprocess #8223</title>
<updated>2022-03-30T18:18:32Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-30T18:18:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=17772ef53e57620f47c426fa4557671a86f1b3ae'/>
<id>urn:sha1:17772ef53e57620f47c426fa4557671a86f1b3ae</id>
<content type='text'>
In this repo, `boost::interprocess` was being used soley to make `uint32_t` operations atomic. So I replaced each instance of
`boost::interprocess::ipcdetail::atomic(...)32` with `std::atomic` methods. I replaced member declarations as applicable. For example,
when I needed to change a `volatile uint32_t` into a `std::atomic&lt;uint32_t&gt;`. Sometimes, a member was being used a boolean flag, so
I replaced it with `std::atomic&lt;bool&gt;`.

You may notice that I didn't touch `levin_client_async.h`. That is because this file is entirely unused and will be deleted in PR monero-project#8211.

Additional changes from review:
* Make some local variables const
* Change postfix operators to prefix operators where value was not need
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protocol: fix spurious rejection of downloaded blocks</title>
<updated>2021-10-21T20:34:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-10-21T20:34:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f81f5f5c1e65581ec66207e763df13efc2cad12'/>
<id>urn:sha1:1f81f5f5c1e65581ec66207e763df13efc2cad12</id>
<content type='text'>
when kicking a peer for inactivity, clear the set of requested blocks,
or next time we requests blocks from it, we'll probably reject the
incoming blocks due to missing the previous requested blocks
</content>
</entry>
<entry>
<title>protocol: fix delayed "you are now synchronized..." message</title>
<updated>2021-06-21T15:37:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-06-21T15:36:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d689b946f970aa0b6d31e62f4c3a30ad87ebb910'/>
<id>urn:sha1:d689b946f970aa0b6d31e62f4c3a30ad87ebb910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>protocol: remove unreachable code</title>
<updated>2021-04-17T15:22:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-04-17T15:22:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2b918068cc1538ec9805c6ffe46c3189c2e03921'/>
<id>urn:sha1:2b918068cc1538ec9805c6ffe46c3189c2e03921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7136</title>
<updated>2021-04-16T17:45:30Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-04-16T17:45:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=63c7ca07fba2f063c760f786a986fb3e02fb040e'/>
<id>urn:sha1:63c7ca07fba2f063c760f786a986fb3e02fb040e</id>
<content type='text'>
23aae55 Remove payload copy in all outgoing p2p messages (Lee Clagett)
</content>
</entry>
<entry>
<title>Merge pull request #7620</title>
<updated>2021-03-30T01:55:11Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T01:55:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b12e195fba8e2b940cc2b9e5a538ced991abd6a3'/>
<id>urn:sha1:b12e195fba8e2b940cc2b9e5a538ced991abd6a3</id>
<content type='text'>
fe63256 cryptonote_protocol_handler: fix race condition (anon)
ded2f3a cryptonote_protocol_handler: add race condition demo (anon)
</content>
</entry>
<entry>
<title>Merge pull request #7310</title>
<updated>2021-03-30T01:08:03Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-30T01:08:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8c8197463feafc35eb8dda7ec962b8b3c6bfba5c'/>
<id>urn:sha1:8c8197463feafc35eb8dda7ec962b8b3c6bfba5c</id>
<content type='text'>
76fe73b Revert 'fix accessing an network address in a deleted context' (selsta)
</content>
</entry>
</feed>
