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-18 | Merge pull request #7355 | luigi1111 | 1 | -2/+2 | |
bd12984 Remove copies from foreach loops (thanks to Clang) (Lee Clagett) 1572df9 Removing unused namespace alias (Lee Clagett) | |||||
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 1 | -2/+0 | |
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. | |||||
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 1 | -2/+2 | |
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 | |
2019-01-16 | blockchain_ancestry: allow getting ancestry of a single output | moneromooo-monero | 1 | -229/+209 | |
This involved a reorg of the code, to factor and speedup some bits, as well as using the cache for all modes, and making both modes usable in the same run. | |||||
2018-10-22 | blockchain_utilities: simplify getting block blob from height | moneromooo-monero | 1 | -8/+4 | |
2018-07-30 | blockchain_ancestry: faster and uses less memory | moneromooo-monero | 1 | -50/+114 | |
2018-07-30 | blockchain_ancestry: add an incremental mode | moneromooo-monero | 1 | -25/+99 | |
2018-07-30 | blockchain_ancestry: finds all ancestors of a tx, block, or chain | moneromooo-monero | 1 | -0/+634 | |