monero/contrib/epee
iamamyth 978f1d7d41 Fix get_database_size on Windows
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.
2025-01-06 10:38:12 -08:00
..
include Fix get_database_size on Windows 2025-01-06 10:38:12 -08:00
src Fix get_database_size on Windows 2025-01-06 10:38:12 -08:00
CMakeLists.txt copyright: bump to 2024 2024-05-21 16:29:33 +00:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md remove repetitive word 2024-04-20 19:17:46 +08:00

epee - is a small library of helpers, wrappers, tools and so on, used to make my life easier.