aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/file_io_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix get_database_size on Windowsiamamyth2025-01-141-1/+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.
* fix missing <cstdint> includestobtoht2023-05-081-0/+1
|
* Trimming FatJeffrey2022-04-181-3/+0
| | | | Remove unused include statements or unused definitions.
* Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-281-197/+9
|
* epee.string_tools: add conversion between UTF-8 and UTF-16stoffu2018-06-281-15/+10
|
* Merge pull request #3971luigi11112018-06-251-1/+1
|\ | | | | | | 4ecf714 epee: fix include for ofstream (moneromooo-monero)
| * epee: fix include for ofstreammoneromooo-monero2018-06-091-1/+1
| |
* | disable file size sanity check when loading the wallet cachemoneromooo-monero2018-05-281-3/+3
|/
* Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windowsrbrunner72018-02-251-1/+82
|
* Merge pull request #2929Riccardo Spagni2017-12-251-0/+20
|\ | | | | | | | | ae55bacd resumption support for updates using range requests (moneromooo-monero) fe0fae50 epee: add a get_file_size function (moneromooo-monero)
| * epee: add a get_file_size functionmoneromooo-monero2017-12-151-0/+20
| |
* | move includes around to lessen overall loadmoneromooo-monero2017-12-161-2/+3
|/
* Removed some unused epee functionsLee Clagett2017-04-251-317/+0
|
* move modified epee code to new classes, revert licensefluffypony2014-07-251-25/+22
|
* License updated to BSD 3-clausefluffypony2014-07-231-22/+25
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+455