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
/
utiltime.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-05-10
[logging] log system time and mock time
John Newbery
2017-04-20
fix tsan: utiltime race on nMockTime
Pieter Wuille
2017-03-08
Refactor: Remove using namespace <xxx> from util*
Karl-Johan Alm
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-27
Fix race when accessing std::locale::classic()
Matt Corallo
2016-04-03
[doc] Fix doxygen comments for members
MarcoFalke
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-24
Assert now > 0 in GetTime GetTimeMillis GetTimeMicros
Patick Strateman
2015-10-26
Add option for microsecond precision in debug.log
Suhas Daftuar
2015-04-30
Trivial: useless cast (ptime)(I'm ptime)
svost
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-17
Update comments in util to be doxygen compatible
Michael Ford
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan