<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/epee_utils.cpp, branch v0.18.2.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.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-04-18T14:55:20Z</updated>
<entry>
<title>Add Include statements</title>
<updated>2022-04-18T14:55:20Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-08T00:34:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=40f02f9d739a207f124bf07c590b9e7c94244eaf'/>
<id>urn:sha1:40f02f9d739a207f124bf07c590b9e7c94244eaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8228</title>
<updated>2022-04-06T04:22:23Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-06T04:22:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c11385591e284d99fac41ddad69b4719a43ccc9b'/>
<id>urn:sha1:c11385591e284d99fac41ddad69b4719a43ccc9b</id>
<content type='text'>
1ce9e9c Remove dead code from parserse_base_utils and fix unit tests (Jeffrey)
</content>
</entry>
<entry>
<title>Remove dead code from parserse_base_utils and fix unit tests</title>
<updated>2022-03-30T18:29:32Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-30T18:29:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1ce9e9cda411a1399bd9d16e21b46c821205b31a'/>
<id>urn:sha1:1ce9e9cda411a1399bd9d16e21b46c821205b31a</id>
<content type='text'>
* Remove `match_string()`, `match_number()`, and `match_word()`
* Remove `match_word_with_extrasymb()` and `match_word_til_equal_mark()`
* Adapt unit test for `match_number()` to `match_number2()`
* Adapt unit test for `match_string()` to `match_string2()`

Note: the unit tests were testing for the old version of the functions, and
the interfaces for these functions changed slightly, so I had to also edit
the tests.

As of writing, this PR has no merge conflicts with #8211

Additional changes during review:
* Explicitly set up is_[float/signed]_val to be changed before each call
* Structify the tests and fix uninitialized variables
</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>p2p: remove blocked addresses/hosts from peerlist</title>
<updated>2021-08-05T17:29:25Z</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=7354ffb8a7ccdfab0c7be186423634ac571ba1cb'/>
<id>urn:sha1:7354ffb8a7ccdfab0c7be186423634ac571ba1cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7005</title>
<updated>2021-03-20T05:35:13Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2021-03-20T05:35:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7bf89dcbd3352d3837da7056bbf0469ed1bec374'/>
<id>urn:sha1:7bf89dcbd3352d3837da7056bbf0469ed1bec374</id>
<content type='text'>
249eae5 Allow byte_stream-&gt;byte_slice conversion to shrink unused buffer space (Lee Clagett)
</content>
</entry>
<entry>
<title>Fix byte_stream::put_n</title>
<updated>2020-12-14T19:45:24Z</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=4978f69d7afa9511702419ea0b919a3d1a30bd92'/>
<id>urn:sha1:4978f69d7afa9511702419ea0b919a3d1a30bd92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change to more efficient allocation strategy in byte_stream</title>
<updated>2020-10-13T15:10:54Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-10-13T15:10:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=08eb0949f3bf092720ed7aad71315778953c83a7'/>
<id>urn:sha1:08eb0949f3bf092720ed7aad71315778953c83a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow byte_stream-&gt;byte_slice conversion to shrink unused buffer space</title>
<updated>2020-10-13T15:09:18Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2020-10-13T15:09:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=249eae5f4aad8c90e4e0eae19268fbf74fe05783'/>
<id>urn:sha1:249eae5f4aad8c90e4e0eae19268fbf74fe05783</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>
</feed>
