aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/rolling_median.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2020-12-08Fixed issues found by static analysisSChernykh1-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
2020-07-23Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with ↵koe1-1/+3
unit test
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
Update copyright year to 2020
2019-05-02blockchain: keep a rolling long term block weight medianmoneromooo-monero1-0/+236