index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timedata.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid the use of abs64 in timedata
Pieter Wuille
2020-10-12
1
-7
/
+3
*
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-27
1
-1
/
+1
*
Make SetMiscWarning() accept bilingual_str argument
Hennadii Stepanov
2020-06-10
1
-1
/
+1
*
refactor: Fix formatting of timedata.cpp
Hennadii Stepanov
2020-06-07
1
-18
/
+10
*
refactor: Replace RecursiveMutex with Mutex in timedata.cpp
Hennadii Stepanov
2020-06-06
1
-4
/
+4
*
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-05-05
1
-2
/
+2
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
1
-1
/
+1
*
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-0
/
+1
*
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-26
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-2
/
+2
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Merge #13116: Add Clang thread safety annotations for variables guarded by cs...
MarcoFalke
2018-05-14
1
-1
/
+1
|
\
|
*
Add Clang thread safety annotations for variables guarded by cs_nTimeOffset
practicalswift
2018-04-29
1
-1
/
+1
*
|
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-05-02
1
-2
/
+2
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-2
/
+2
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-7
/
+10
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-3
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
1
-0
/
+1
*
Eliminate data races for strMiscWarning and fLargeWork*Found.
Gregory Maxwell
2016-12-03
1
-2
/
+2
*
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
1
-1
/
+1
*
P2P: add maxtimeadjustment command line option
mruddy
2016-03-29
1
-1
/
+1
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-14
1
-1
/
+5
|
/
*
Move time data log print to 'net' category to reduce log noise
tulip
2015-11-22
1
-7
/
+7
*
timedata: Prevent warning overkill
Wladimir J. van der Laan
2015-09-27
1
-2
/
+1
*
Do not store more than 200 timedata samples.
Pavel Janík
2015-08-11
1
-1
/
+5
*
Merge pull request #5476
Wladimir J. van der Laan
2015-01-02
1
-3
/
+1
|
\
|
*
Add time offset to getpeerinfo output
Pavel Janík
2014-12-15
1
-3
/
+1
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
|
/
*
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-21
1
-9
/
+8
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+6
*
Typo, and a few "Bitcoin" -> "Bitcoin Core"
pryds
2014-08-04
1
-1
/
+1
*
Add comment about never updating nTimeOffset past 199 samples
Wladimir J. van der Laan
2014-07-24
1
-0
/
+18
*
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-25
1
-0
/
+91