<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/epee_utils.cpp, branch v0.17.3.2</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.3.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-08-05T19:05:02Z</updated>
<entry>
<title>p2p: remove blocked addresses/hosts from peerlist</title>
<updated>2021-08-05T19:05:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-07-27T10:02:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8eb2b79baddd20d02751d950ee3e2358ba94d203'/>
<id>urn:sha1:8eb2b79baddd20d02751d950ee3e2358ba94d203</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix byte_stream::put_n</title>
<updated>2020-12-14T16:20:51Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-12-14T19:45:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf4461f40b92f300a3b5e1bea6c8065515939297'/>
<id>urn:sha1:cf4461f40b92f300a3b5e1bea6c8065515939297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add clear method to byte_stream</title>
<updated>2020-08-18T01:30:34Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-08-17T20:20:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b641e0a2c0f70227a526cfafd4977c87f724a6da'/>
<id>urn:sha1:b641e0a2c0f70227a526cfafd4977c87f724a6da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6559</title>
<updated>2020-07-08T22:07:50Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-07-08T22:07:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=35e2520115835463c55840912d2dc0f89e32ab97'/>
<id>urn:sha1:35e2520115835463c55840912d2dc0f89e32ab97</id>
<content type='text'>
15538f7 ByteSlice: Fix persisting ptr to std::moved SSO buffer (Doy-lee)
</content>
</entry>
<entry>
<title>ByteSlice: Fix persisting ptr to std::moved SSO buffer</title>
<updated>2020-05-20T00:13:58Z</updated>
<author>
<name>Doyle</name>
<email>doylet@protonmail.com</email>
</author>
<published>2020-05-19T08:45:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=15538f7e3f8fdafb13b99554a8726850caeef937'/>
<id>urn:sha1:15538f7e3f8fdafb13b99554a8726850caeef937</id>
<content type='text'>
The Bug:
1. Construct `byte_slice.portion_` with `epee::span(buffer)` which copies a pointer to the SSO buffer to `byte_slice.portion_`
2. It constructs `byte_slice.storage_` with `std::move(buffer)` (normally this swap pointers, but SSO means a memcpy and clear on the original SSO buffer)
3. `slice.data()` returns a pointer from `slice.portion_` that points to the original SSO cleared buffer, `slice.storage_` has the actual string.
</content>
</entry>
<entry>
<title>Fixed bugs for take_slice and byte_stream-&gt;byte_slice</title>
<updated>2020-05-12T05:26:37Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-05-12T05:26:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29e563bb1ed0be0f358235faf1b1848b222b584d'/>
<id>urn:sha1:29e563bb1ed0be0f358235faf1b1848b222b584d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.</title>
<updated>2020-04-11T04:12:11Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-03-18T23:22:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c26c93019a52dee52ee865f4f1b23e6929968258'/>
<id>urn:sha1:c26c93019a52dee52ee865f4f1b23e6929968258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed string_ref usage bug in epee::from_hex::vector</title>
<updated>2020-03-30T16:53:34Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-02-28T22:42:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f9441c5759ce2609cd521c9343ff74b385980633'/>
<id>urn:sha1:f9441c5759ce2609cd521c9343ff74b385980633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6351</title>
<updated>2020-04-04T17:55:02Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-04-04T17:55:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cfc0f4a7fa67dd880d51c0aa35baa1e73e5db423'/>
<id>urn:sha1:cfc0f4a7fa67dd880d51c0aa35baa1e73e5db423</id>
<content type='text'>
81c5943 Remove temporary std::string creation in some hex-&gt;bin calls (vtnerd)
5fcc23a Move hex-&gt;bin conversion to monero copyright files and with less includes (vtnerd)
3387f0e Reduce template bloat in hex-&gt;bin for ZMQ json (vtnerd)
</content>
</entry>
<entry>
<title>p2p: remove old debug commands</title>
<updated>2020-03-21T05:09:44Z</updated>
<author>
<name>Aaron Hook</name>
<email>ahook@protonmail.com</email>
</author>
<published>2020-03-21T05:09:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aa93e3886211621e8c3367954b35260df731fc72'/>
<id>urn:sha1:aa93e3886211621e8c3367954b35260df731fc72</id>
<content type='text'>
</content>
</entry>
</feed>
