Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 1 | -0/+1 | |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 1 | -2/+1 | |
There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects. | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 1 | -21/+4 | |
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-05-31 | Merge pull request #3543 | luigi1111 | 1 | -3/+10 | |
6fc97c9 blockchain_usage: don't divide by 0 when there is nothing to process (moneromooo-monero) | |||||
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -1/+1 | |
This bumps DB version to 2, migration code will run for v1 DBs | |||||
2018-04-03 | blockchain_usage: don't divide by 0 when there is nothing to process | moneromooo-monero | 1 | -3/+10 | |
Coverity 184942 | |||||
2018-03-16 | new blockchain_usage tool, reports on output usage | moneromooo-monero | 1 | -0/+256 | |