Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-26 | Move CMedianFilter to timedata.cpp | Wladimir J. van der Laan | |
Now that we no longer use the median filter to keep track of the number of blocks of peers, that's the only place it is used. | |||
2014-06-25 | Move network-time related functions to timedata.cpp/h | Wladimir J. van der Laan | |
The network time-offset-mangement functions from util.cpp are moved to timedata.(cpp|h). This breaks the dependency of util on netbase. |