| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix get_database_size on Windows | iamamyth | 2025-01-14 | 1 | -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 support | tobtoht | 2022-09-02 | 1 | -4/+4 |
| | | |||||
| * | Trimming Fat | Jeffrey | 2022-04-18 | 1 | -43/+0 |
| | | | | | Remove unused include statements or unused definitions. | ||||
| * | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 2021-03-28 | 1 | -0/+231 |
