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
/
util
/
time.cpp
Age
Commit message (
Expand
)
Author
2021-05-31
scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds
fanquake
2021-02-17
Merge #21110: util: remove Boost posix_time usage from GetTime*
Wladimir J. van der Laan
2021-02-17
util: Use std::chrono for time getters
MarcoFalke
2021-02-17
time: add runtime sanity check
Cory Fields
2021-02-16
[util] Introduce a SetMockTime that takes chrono time
Amiti Uttarwar
2021-02-16
[util] Change GetMockTime to return chrono type instead of int
Amiti Uttarwar
2021-02-11
Merge #20788: net: add RAII socket and use it instead of bare SOCKET
Wladimir J. van der Laan
2021-02-10
net: add RAII socket and use it instead of bare SOCKET
Vasil Dimov
2021-02-10
net: move MillisToTimeval() from netbase to util/time
Vasil Dimov
2021-02-02
util: Disallow negative mocktime
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-02
build: Detect gmtime_* definitions via configure
Ben Woosley
2020-03-06
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-02-21
util: Remove unused MilliSleep
MarcoFalke
2020-02-21
util: Add UnintrruptibleSleep
MarcoFalke
2020-02-19
util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTi...
practicalswift
2019-10-27
Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
Elichai Turkel
2019-05-23
util: Add type safe GetTime
MarcoFalke
2019-02-06
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen