<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common/util.cpp, branch v0.18.4.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.18.4.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.2'/>
<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 #9306</title>
<updated>2024-05-21T04:39:01Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2024-05-21T04:39:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b13e597e8e347b26055047e417963650d9bd7f1f'/>
<id>urn:sha1:b13e597e8e347b26055047e417963650d9bd7f1f</id>
<content type='text'>
755dddd common: support boost filesystem copy_options. Co-authored-by: selsta &lt;selsta@sent.at&gt; (0xFFFC0000)
</content>
</entry>
<entry>
<title>common: support boost filesystem copy_options.</title>
<updated>2024-04-30T23:21:08Z</updated>
<author>
<name>0xFFFC0000</name>
<email>0xFFFC0000@proton.me</email>
</author>
<published>2024-04-30T23:20:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=755dddd2bc9a74fe7f2a61fc49af2a98ca4e82ee'/>
<id>urn:sha1:755dddd2bc9a74fe7f2a61fc49af2a98ca4e82ee</id>
<content type='text'>
Co-authored-by: selsta &lt;selsta@sent.at&gt;
</content>
</entry>
<entry>
<title>Add drop_and_recreate in privatefile class.</title>
<updated>2024-04-23T08:22:45Z</updated>
<author>
<name>0xFFFC0000</name>
<email>0xFFFC0000@proton.me</email>
</author>
<published>2024-04-22T14:32:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=100a7d06eee6d3f60a1c2d00af53e4665c5f5690'/>
<id>urn:sha1:100a7d06eee6d3f60a1c2d00af53e4665c5f5690</id>
<content type='text'>
When creating a private file we need to delete the file if exist.
</content>
</entry>
<entry>
<title>common: do not use DNS to determine if address is local</title>
<updated>2023-05-25T16:06:34Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2023-05-12T10:39:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8dc4abdafec7985319ba2fd2294ca8f0916d9cea'/>
<id>urn:sha1:8dc4abdafec7985319ba2fd2294ca8f0916d9cea</id>
<content type='text'>
Co-authored-by: j-berman &lt;justinberman@protonmail.com&gt;
</content>
</entry>
<entry>
<title>common: update sha256sum to use OpenSSL 3.0 API</title>
<updated>2022-05-17T23:34:16Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffreyryan@tutanota.com</email>
</author>
<published>2022-05-17T20:40:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a66a52d14497c3295274e54fb9e0d2d0980004bb'/>
<id>urn:sha1:a66a52d14497c3295274e54fb9e0d2d0980004bb</id>
<content type='text'>
As of OpenSSL 3.0, `SHA256_Init`, `SHA256_Update`, and `SHA256_Final`
are deprectaed in favor of the higher-level `EVP_*` class of functions.
This causes compiler warnings, and sooner or later, will cause build
errors as these functions are excluded from distro headers.

Also add some documentation.
</content>
</entry>
<entry>
<title>Merge functionality of misc_os_dependent into time_helper.h</title>
<updated>2022-04-18T14:55:21Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-08T01:16:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=441c86073869c5df55e91c39fd4b331212512022'/>
<id>urn:sha1:441c86073869c5df55e91c39fd4b331212512022</id>
<content type='text'>
Actions:
1. Remove unused functions from misc_os_dependent.h
2. Move three remaining functions, get_gmt_time, get_ns_count, and get_tick_count into time_helper.h
3. Remove unused functions from time_helper.h
4. Refactor get_ns_count and get_internet_time_str and get_time_interval_string
5. Remove/add includes as needed

Relevant commits on the old PR:
a9fbe52b02ffab451e90c977459fea4642731cd1
9a59b131c4ed1be8afe238fff3780fe203c65a46
7fa9e2817df9b9ef3f0290f7f86357939829e588
</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>Daemon: Update average block size table</title>
<updated>2021-07-27T11:45:55Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2021-07-27T11:45:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3d3a67142c1c6bea027d202c5c177e4d143eea26'/>
<id>urn:sha1:3d3a67142c1c6bea027d202c5c177e4d143eea26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>restrict public node checks a little</title>
<updated>2020-12-22T23:39:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-20T12:48:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d2fda6c25f476c45acbc875721106f965435d99f'/>
<id>urn:sha1:d2fda6c25f476c45acbc875721106f965435d99f</id>
<content type='text'>
do not include blocked hosts in peer lists or public node lists by default,
warn about no https on clearnet and about untrusted peers likely being spies
</content>
</entry>
</feed>
