| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix get_database_size on Windows | iamamyth | 2025-01-14 | 1 | -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> includes | tobtoht | 2023-05-08 | 1 | -0/+1 |
| | | |||||
| * | Trimming Fat | Jeffrey | 2022-04-18 | 1 | -3/+0 |
| | | | | | Remove unused include statements or unused definitions. | ||||
| * | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 2021-03-28 | 1 | -197/+9 |
| | | |||||
| * | epee.string_tools: add conversion between UTF-8 and UTF-16 | stoffu | 2018-06-28 | 1 | -15/+10 |
| | | |||||
| * | Merge pull request #3971 | luigi1111 | 2018-06-25 | 1 | -1/+1 |
| |\ | | | | | | | 4ecf714 epee: fix include for ofstream (moneromooo-monero) | ||||
| | * | epee: fix include for ofstream | moneromooo-monero | 2018-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | disable file size sanity check when loading the wallet cache | moneromooo-monero | 2018-05-28 | 1 | -3/+3 |
| |/ | |||||
| * | Wallet2 + CLI wallet: UTF-8 support for filenames and paths under Windows | rbrunner7 | 2018-02-25 | 1 | -1/+82 |
| | | |||||
| * | Merge pull request #2929 | Riccardo Spagni | 2017-12-25 | 1 | -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 function | moneromooo-monero | 2017-12-15 | 1 | -0/+20 |
| | | | |||||
| * | | move includes around to lessen overall load | moneromooo-monero | 2017-12-16 | 1 | -2/+3 |
| |/ | |||||
| * | Removed some unused epee functions | Lee Clagett | 2017-04-25 | 1 | -317/+0 |
| | | |||||
| * | move modified epee code to new classes, revert license | fluffypony | 2014-07-25 | 1 | -25/+22 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -22/+25 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 1 | -0/+455 |
