<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/net/levin_base.h, 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>2022-02-19T09:17:53Z</updated>
<entry>
<title>Undefined behaviour fixes</title>
<updated>2022-02-19T09:17:53Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-02-19T09:17:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f68f92776baf89b65db41314102663be533cdb1a'/>
<id>urn:sha1:f68f92776baf89b65db41314102663be533cdb1a</id>
<content type='text'>
Fixes issues reported in #8120
</content>
</entry>
<entry>
<title>Remove payload copy in all outgoing p2p messages</title>
<updated>2021-01-19T02:22:32Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2021-01-19T02:22:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=679d05567d1b69b4d51ca80ddc3e58de877814df'/>
<id>urn:sha1:679d05567d1b69b4d51ca80ddc3e58de877814df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #7136"</title>
<updated>2021-04-16T18:52:44Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-04-16T18:52:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e45619e61e4831eea70a43fe6985f4d57ea02e9e'/>
<id>urn:sha1:e45619e61e4831eea70a43fe6985f4d57ea02e9e</id>
<content type='text'>
This reverts commit 63c7ca07fba2f063c760f786a986fb3e02fb040e, reversing
changes made to 2218e23e84a89e9a1e4c0be5d50f891ab836754f.
</content>
</entry>
<entry>
<title>Remove payload copy in all outgoing p2p messages</title>
<updated>2021-01-16T22:53:28Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-10-13T09:27:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=23aae5571b1aa7d28290b194189eac24dd3214c5'/>
<id>urn:sha1:23aae5571b1aa7d28290b194189eac24dd3214c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add aggressive restrictions to pre-handshake p2p buffer limit</title>
<updated>2020-12-17T00:36:10Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-12-30T00:58:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61b6e4cc67abd61a0dbffe271ee3f355b2e772bc'/>
<id>urn:sha1:61b6e4cc67abd61a0dbffe271ee3f355b2e772bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change epee binary output from std::stringstream to byte_stream</title>
<updated>2020-10-10T15:28:40Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-10-13T15:15:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7414e2bac11cbf9163ca16dc1b1510b4fd9a0d64'/>
<id>urn:sha1:7414e2bac11cbf9163ca16dc1b1510b4fd9a0d64</id>
<content type='text'>
</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>epee: better network buffer data structure</title>
<updated>2018-12-23T16:46:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-06T18:04:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85665003a7d9e013b1d7df5578dbf47ddf81b236'/>
<id>urn:sha1:85665003a7d9e013b1d7df5578dbf47ddf81b236</id>
<content type='text'>
avoids pointless allocs and memcpy
</content>
</entry>
<entry>
<title>Fix an object lifetime bug in net load tests</title>
<updated>2017-10-09T15:46:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-10-09T15:46:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7dbf76d0da5c78b8e987ce3fe1bf25781b02b82e'/>
<id>urn:sha1:7dbf76d0da5c78b8e987ce3fe1bf25781b02b82e</id>
<content type='text'>
The commands handler must not be destroyed before the config
object, or we'll be accessing freed memory.

An earlier attempt at using boost::shared_ptr to control object
lifetime turned out to be very invasive, though would be a
better solution in theory.
</content>
</entry>
<entry>
<title>move modified epee code to new classes, revert license</title>
<updated>2014-07-25T16:29:08Z</updated>
<author>
<name>fluffypony</name>
<email>ric@spagni.net</email>
</author>
<published>2014-07-25T16:29:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=32f9d2b78316efe114193d720b1aa8a8c3d04b2e'/>
<id>urn:sha1:32f9d2b78316efe114193d720b1aa8a8c3d04b2e</id>
<content type='text'>
</content>
</entry>
</feed>
