aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.h
AgeCommit message (Expand)Author
2021-03-03Make all Poisson delays use std::chrono typesPieter Wuille
2021-03-03Change all ping times to std::chrono typesPieter Wuille
2021-02-17Merge #21110: util: remove Boost posix_time usage from GetTime*Wladimir J. van der Laan
2021-02-17time: add runtime sanity checkCory Fields
2021-02-16[doc / util] Use comments to clarify time unit for int64_t type.Amiti Uttarwar
2021-02-16[util] Introduce a SetMockTime that takes chrono timeAmiti Uttarwar
2021-02-16[util] Change GetMockTime to return chrono type instead of intAmiti Uttarwar
2021-02-10net: add RAII socket and use it instead of bare SOCKETVasil Dimov
2021-02-10net: move MillisToTimeval() from netbase to util/timeVasil Dimov
2020-12-08util: Allow use of C++14 chrono literalsMarcoFalke
2020-06-19util: Add count_microseconds helperMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-21util: Remove unused MilliSleepMarcoFalke
2020-02-21util: Add UnintrruptibleSleepMarcoFalke
2019-10-27Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cppElichai Turkel
2019-09-19util: Add count_seconds time helperMarcoFalke
2019-05-23util: Add type safe GetTimeMarcoFalke
2019-02-06Change in transaction pull scheduling to prevent InvBlock-related attacksGleb Naumenko
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen