aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.cpp
AgeCommit message (Expand)Author
2022-07-20refactor: move compat.h into compat/fanquake
2022-07-08refactor: add most of src/util to iwyufanquake
2022-05-18Add mockable clock type and TicksSinceEpoch helperMarcoFalke
2022-05-11Remove unused GetTimeSecondsMacroFake
2022-04-16Simplify GetTimeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-05-31scripted-diff: rename GetSystemTimeInSeconds to GetTimeSecondsfanquake
2021-02-17Merge #21110: util: remove Boost posix_time usage from GetTime*Wladimir J. van der Laan
2021-02-17util: Use std::chrono for time gettersMarcoFalke
2021-02-17time: add runtime sanity checkCory Fields
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-11Merge #20788: net: add RAII socket and use it instead of bare SOCKETWladimir J. van der Laan
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
2021-02-02util: Disallow negative mocktimeMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-02build: Detect gmtime_* definitions via configureBen Woosley
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-02-21util: Remove unused MilliSleepMarcoFalke
2020-02-21util: Add UnintrruptibleSleepMarcoFalke
2020-02-19util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTi...practicalswift
2019-10-27Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cppElichai Turkel
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