| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | epee: allow copying a rolling_median_t object | moneromooo-monero | 2022-04-10 | 1 | -1/+14 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Fixed issues found by static analysis | SChernykh | 2020-12-08 | 1 | -1/+0 |
| | | | | | | | - rolling_median: tried to free uninitialized pointer in a constructor - net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv - bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there | ||||
| * | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with ↵ | koe | 2020-07-23 | 1 | -1/+3 |
| | | | | | unit test | ||||
| * | Update copyright year to 2020 | SomaticFanatic | 2020-05-06 | 1 | -1/+1 |
| | | | | | Update copyright year to 2020 | ||||
| * | blockchain: keep a rolling long term block weight median | moneromooo-monero | 2019-05-02 | 1 | -0/+236 |
