aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.h
Commit message (Collapse)AuthorAgeFilesLines
* add missing header end commentsPhilip Kaufmann2014-08-281-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.cppWladimir J. van der Laan2014-08-261-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/hWladimir J. van der Laan2014-06-251-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.