| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add missing header end comments | Philip Kaufmann | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | - 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 | ||||
| * | Move CMedianFilter to timedata.cpp | Wladimir J. van der Laan | 2014-08-26 | 1 | -0/+59 |
| | | | | | | 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. | ||||
| * | Move network-time related functions to timedata.cpp/h | Wladimir J. van der Laan | 2014-06-25 | 1 | -0/+17 |
| The network time-offset-mangement functions from util.cpp are moved to timedata.(cpp|h). This breaks the dependency of util on netbase. | |||||