<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/epee/include/file_io_utils.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>2025-01-14T21:26:39Z</updated>
<entry>
<title>Fix get_database_size on Windows</title>
<updated>2025-01-14T21:26:39Z</updated>
<author>
<name>iamamyth</name>
<email>user@example.com</email>
</author>
<published>2024-12-28T00:04:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=36c5987156a31640c4638f1424b98285f6ea4a47'/>
<id>urn:sha1:36c5987156a31640c4638f1424b98285f6ea4a47</id>
<content type='text'>
Replace all calls to epee::file_io::get_file_size with
boost::filesystem::file_size in order to avoid lossy conversions from
paths to strings, which tend to break filename resolution. This commit
fixes a bug on Windows where the get_info RPC call reported a zero
database size because BlockchainLMBD::get_database_size returned zero.
</content>
</entry>
<entry>
<title>fix missing &lt;cstdint&gt; includes</title>
<updated>2023-05-08T17:29:54Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2023-05-06T16:13:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f983ac77805a494ea4a05a00398c553e1359aefd'/>
<id>urn:sha1:f983ac77805a494ea4a05a00398c553e1359aefd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trimming Fat</title>
<updated>2022-04-18T14:55:20Z</updated>
<author>
<name>Jeffrey</name>
<email>jeffryan@tamu.edu</email>
</author>
<published>2022-03-08T00:27:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=12b1b74d322f9933bb5d2ccbccd2566ee44cd3fc'/>
<id>urn:sha1:12b1b74d322f9933bb5d2ccbccd2566ee44cd3fc</id>
<content type='text'>
Remove unused include statements or unused definitions.
</content>
</entry>
<entry>
<title>Reduce compilation time of epee/portable_storage_template_helper.h</title>
<updated>2021-03-28T13:41:48Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2020-11-10T17:18:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=673c6d2d11a4ae639c43bbf40e31e808932fd625'/>
<id>urn:sha1:673c6d2d11a4ae639c43bbf40e31e808932fd625</id>
<content type='text'>
</content>
</entry>
<entry>
<title>epee.string_tools: add conversion between UTF-8 and UTF-16</title>
<updated>2018-06-28T00:40:26Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-06-25T00:44:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1d176473e90d0e75588ac97f32feb354f4b5da37'/>
<id>urn:sha1:1d176473e90d0e75588ac97f32feb354f4b5da37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3971</title>
<updated>2018-06-25T20:20:12Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-06-25T20:20:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a2b08db9c9c0e2958a22577b9586454eab21d550'/>
<id>urn:sha1:a2b08db9c9c0e2958a22577b9586454eab21d550</id>
<content type='text'>
4ecf714 epee: fix include for ofstream (moneromooo-monero)
</content>
</entry>
<entry>
<title>epee: fix include for ofstream</title>
<updated>2018-06-09T18:19:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-30T14:55:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4ecf71405f19cb5f09e68739b7f725d9ab53077e'/>
<id>urn:sha1:4ecf71405f19cb5f09e68739b7f725d9ab53077e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable file size sanity check when loading the wallet cache</title>
<updated>2018-05-28T13:58:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-28T13:55:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5a412b7a3f5b7c53d9777d58fe1e6bd11a205596'/>
<id>urn:sha1:5a412b7a3f5b7c53d9777d58fe1e6bd11a205596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows</title>
<updated>2018-02-25T11:57:58Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2018-02-22T18:52:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=430268224d71bfc6a359f20c6db712462ce0bb25'/>
<id>urn:sha1:430268224d71bfc6a359f20c6db712462ce0bb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2929</title>
<updated>2017-12-25T19:20:22Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-12-25T19:20:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b38f6dcf0bfce873f554746e31b0063ed6a5300d'/>
<id>urn:sha1:b38f6dcf0bfce873f554746e31b0063ed6a5300d</id>
<content type='text'>
ae55bacd resumption support for updates using range requests (moneromooo-monero)
fe0fae50 epee: add a get_file_size function (moneromooo-monero)
</content>
</entry>
</feed>
