<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/net/connection_basic.hpp, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2025-02-14T18:29:57Z</updated>
<entry>
<title>Fix build with boost ASIO 0.87. Support boost 1.66+</title>
<updated>2025-02-14T18:29:57Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2024-12-17T21:40:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=01bcd52924244ec8d2a24c10fcef8959289d09ff'/>
<id>urn:sha1:01bcd52924244ec8d2a24c10fcef8959289d09ff</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>ssl: buffered handshake detection</title>
<updated>2020-12-28T13:25:37Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2020-12-27T01:55:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f7ab8bc6d42ee2b11132c3009ac0207ba6117685'/>
<id>urn:sha1:f7ab8bc6d42ee2b11132c3009ac0207ba6117685</id>
<content type='text'>
</content>
</entry>
<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>Added support for "noise" over I1P/Tor to mask Tx transmission.</title>
<updated>2019-07-17T14:22:37Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-05-16T20:34:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3b24b1d082da28da15dc5e3aeaa0ebebe7758f2f'/>
<id>urn:sha1:3b24b1d082da28da15dc5e3aeaa0ebebe7758f2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ref-counted buffer byte_slice. Currently used for sending TCP data.</title>
<updated>2019-07-16T16:30:35Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-05-11T15:38:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bdfc63ae4ddc52e2dece2a031a91509418206cb0'/>
<id>urn:sha1:bdfc63ae4ddc52e2dece2a031a91509418206cb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove obsolete save_graph skeleton code</title>
<updated>2019-05-10T14:17:18Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-09T17:16:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6abaaaa994c79cbeea37f6b0079ca6b24ecef3a5'/>
<id>urn:sha1:6abaaaa994c79cbeea37f6b0079ca6b24ecef3a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass SSL arguments via one class and use shared_ptr instead of reference</title>
<updated>2019-04-07T04:44:37Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-03-15T04:03:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=21eb1b0725717ad013d3e2b00fbfc3b84ad04699'/>
<id>urn:sha1:21eb1b0725717ad013d3e2b00fbfc3b84ad04699</id>
<content type='text'>
</content>
</entry>
</feed>
