aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.h
AgeCommit message (Expand)Author
2022-07-26util: Add HoursDoubleMarcoFalke
2022-07-20refactor: move compat.h into compat/fanquake
2022-07-15DumpMempool: Use std::chrono instead of weird int64_t arthmeticsCarl Dong
2022-07-08refactor: add most of src/util to iwyufanquake
2022-06-27Replace CountSecondsDouble with Ticks<SecondsDouble>MacroFake
2022-06-23rpc: Use steady_clock for getrpcinfo durationsMacroFake
2022-05-25doc: Fix spelling errors identified by codespell in comentsBen Woosley
2022-05-18Add mockable clock type and TicksSinceEpoch helperMarcoFalke
2022-05-11Remove unused GetTimeSecondsMacroFake
2022-05-08Add time helpers for std::chrono::steady_clockMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-05-31scripted-diff: rename GetSystemTimeInSeconds to GetTimeSecondsfanquake
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