aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid the use of abs64 in timedataPieter Wuille2020-10-121-7/+3
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* Make SetMiscWarning() accept bilingual_str argumentHennadii Stepanov2020-06-101-1/+1
* refactor: Fix formatting of timedata.cppHennadii Stepanov2020-06-071-18/+10
* refactor: Replace RecursiveMutex with Mutex in timedata.cppHennadii Stepanov2020-06-061-4/+4
* Make ThreadSafe{MessageBox|Question} bilingualHennadii Stepanov2020-05-051-2/+2
* scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* scripted-diff: Make translation bilingualHennadii Stepanov2019-07-241-1/+1
* Refactor out translation.hHennadii Stepanov2019-07-241-0/+1
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-1/+1
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-2/+2
* 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