aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #13116: Add Clang thread safety annotations for variables guarded by cs...MarcoFalke2018-05-141-1/+1
|\
| * Add Clang thread safety annotations for variables guarded by cs_nTimeOffsetpracticalswift2018-04-291-1/+1
* | Add missing newlines to LogPrint debug loggingWladimir J. van der Laan2018-05-021-2/+2
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-2/+2
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-7/+10
* 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