<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/common, branch v0.18.4.4</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.4</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.4'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2025-05-06T19:18:02Z</updated>
<entry>
<title>msys2 build: include int headers</title>
<updated>2025-05-06T19:18:02Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2025-04-28T17:49:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e458bc0fad02d12b8ffb0155088419ea4534b826'/>
<id>urn:sha1:e458bc0fad02d12b8ffb0155088419ea4534b826</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #9803</title>
<updated>2025-02-17T16:34:55Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-02-17T16:34:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c476b87fcfc028735bfecc16974c813fbb6917c7'/>
<id>urn:sha1:c476b87fcfc028735bfecc16974c813fbb6917c7</id>
<content type='text'>
6ccd3200b common: add missing iomanip include (tobtoht)
</content>
</entry>
<entry>
<title>common: add missing iomanip include</title>
<updated>2025-02-17T16:30:27Z</updated>
<author>
<name>tobtoht</name>
<email>tob@featherwallet.org</email>
</author>
<published>2025-02-17T16:30:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6ccd3200bfdead73dd1052361e90d62565f911b4'/>
<id>urn:sha1:6ccd3200bfdead73dd1052361e90d62565f911b4</id>
<content type='text'>
</content>
</entry>
<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>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>common/password: flush confirm prompt before user input</title>
<updated>2024-12-26T19:37:57Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-12-26T19:32:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5f39d17a9845fb1627d989288066cadbd9a24335'/>
<id>urn:sha1:5f39d17a9845fb1627d989288066cadbd9a24335</id>
<content type='text'>
Co-authored-by: Mike &lt;mpech@tuta.io&gt;
</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>Merge pull request #8895</title>
<updated>2023-07-07T02:33:25Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2023-07-07T02:33:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f173bf6e726654fa1f4a952b35ea98e6cc633ac7'/>
<id>urn:sha1:f173bf6e726654fa1f4a952b35ea98e6cc633ac7</id>
<content type='text'>
26025cb Speed up perf_timer init on x86 (SChernykh)
</content>
</entry>
</feed>
