aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-3/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Move GetWarnings() into its own file.Gregory Maxwell2016-12-031-0/+1
* Eliminate data races for strMiscWarning and fLargeWork*Found.Gregory Maxwell2016-12-031-2/+2
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-1/+1
* P2P: add maxtimeadjustment command line optionmruddy2016-03-291-1/+1
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-1/+5
|/
* Move time data log print to 'net' category to reduce log noisetulip2015-11-221-7/+7
* timedata: Prevent warning overkillWladimir J. van der Laan2015-09-271-2/+1
* Do not store more than 200 timedata samples.Pavel Janík2015-08-111-1/+5
* Merge pull request #5476Wladimir J. van der Laan2015-01-021-3/+1
|\
| * Add time offset to getpeerinfo outputPavel Janík2014-12-151-3/+1
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
|/
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-9/+8
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+6
* Typo, and a few "Bitcoin" -> "Bitcoin Core"pryds2014-08-041-1/+1
* Add comment about never updating nTimeOffset past 199 samplesWladimir J. van der Laan2014-07-241-0/+18
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+91