index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timedata.cpp
Age
Commit message (
Expand
)
Author
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-03
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
Eliminate data races for strMiscWarning and fLargeWork*Found.
Gregory Maxwell
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-03-29
P2P: add maxtimeadjustment command line option
mruddy
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-22
Move time data log print to 'net' category to reduce log noise
tulip
2015-09-27
timedata: Prevent warning overkill
Wladimir J. van der Laan
2015-08-11
Do not store more than 200 timedata samples.
Pavel Janík
2015-01-02
Merge pull request #5476
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-15
Add time offset to getpeerinfo output
Pavel Janík
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-04
Typo, and a few "Bitcoin" -> "Bitcoin Core"
pryds
2014-07-24
Add comment about never updating nTimeOffset past 199 samples
Wladimir J. van der Laan
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan