aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/file_io_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix get_database_size on Windowsiamamyth2025-01-141-35/+0
| | | | | | | | 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.
* Windows: fix unicode file path supporttobtoht2022-09-021-4/+4
|
* Trimming FatJeffrey2022-04-181-43/+0
| | | | Remove unused include statements or unused definitions.
* Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-281-0/+231