aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Typo, and a few "Bitcoin" -> "Bitcoin Core"pryds2014-08-041-1/+1
| | | | Github-Pull: #4619
* Add comment about never updating nTimeOffset past 199 samplesWladimir J. van der Laan2014-07-241-0/+18
| | | | Refer to issue #4521 for details.
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+91
The network time-offset-mangement functions from util.cpp are moved to timedata.(cpp|h). This breaks the dependency of util on netbase.