aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2020-06-08util: Don't reference errno when pthread fails.MIZUTA Takeshi
2020-06-02refactor: Fix unreachable code in init arg checksJonathan Schoeller
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-26util/system.cpp: add thread safety annotations for dir_locksAnthony Towns
2020-05-13Add util::Ref class as temporary alternative for c++17 std::anyRussell Yanofsky
2020-05-13Merge #18922: gui: Do not translate InitWarning messages in debug.logJonas Schnelli
2020-05-10util: Drop OpOriginal() and OpTranslated()Hennadii Stepanov
2020-05-10util: Enhance Join()Hennadii Stepanov
2020-05-09util: Enhance bilingual_strHennadii Stepanov
2020-05-09refactor: Rework asmap Interpret to avoid ptrdiff_tBen Woosley
2020-05-08Merge #16224: gui: Bilingual GUI error messagesMarcoFalke
2020-05-06Merge #18512: Improve asmap checks and add sanity checkWladimir J. van der Laan
2020-05-05util: Cleanup translation.hHennadii Stepanov
2020-05-01wallet: Avoid translating RPC errors when loading walletsMarcoFalke
2020-04-30Merge #18437: util: Detect posix_fallocate() instead of assumingWladimir J. van der Laan
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
2020-04-20Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...MarcoFalke
2020-04-20tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift
2020-04-17Merge #18673: scripted-diff: Sort test includesMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16util: Document why ArgsManager (con/de)structor is not inlineMarcoFalke
2020-04-15tools: Add unused argsman to bench_bitcoinMarcoFalke
2020-04-14util: Detect posix_fallocate() instead of assumingVasil Dimov
2020-04-08Make asmap Interpreter errors fatal and fuzz test itPieter Wuille
2020-04-08Add additional effiency checks to sanity checkerPieter Wuille
2020-04-08Add asmap sanity checkerPieter Wuille
2020-04-08Improve asmap Interpret checks and document failuresPieter Wuille
2020-04-08Deal with decoding failures explicitly in asmap InterpretPieter Wuille
2020-04-08Introduce Instruction enum in asmapPieter Wuille
2020-04-02Drop bitcoin-wallet dependency on libeventRussell Yanofsky
2020-04-02build: Detect gmtime_* definitions via configureBen Woosley
2020-03-27util: Replace i64tostr with ToStringMarcoFalke
2020-03-27util: Remove unused itostrMarcoFalke
2020-03-26Merge #18270: util: Fail to parse whitespace-only strings in ParseMoney(...) ...MarcoFalke
2020-03-24[util] GetFileSizeSjors Provoost
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-12util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...practicalswift
2020-03-09Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow
2020-03-06Merge #16117: util: Replace boost sleep with std sleepfanquake
2020-03-01Merge #17399: validation: Templatize ValidationState instead of subclassingMarcoFalke
2020-02-29util: Fail to parse empty string in ParseMoneyMarcoFalke
2020-02-29util: Remove unused ParseMoney that takes a c_strMarcoFalke
2020-02-27Refactor FormatStateMessage into ValidationStateJeffrey Czyz
2020-02-25Merge #17577: refactor: deduplicate the message sign/verify codeSamuel Dobson
2020-02-21util: Remove unused MilliSleepMarcoFalke
2020-02-21util: Add UnintrruptibleSleepMarcoFalke
2020-02-19util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTi...practicalswift
2020-02-17Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan
2020-02-14Refactor message hashing into a utility functionJeffrey Czyz
2020-02-14Deduplicate the message signing codeVasil Dimov