Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-28 | add missing header end comments | Philip Kaufmann | |
- ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files | |||
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. |