aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
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
2020-02-14Deduplicate the message verifying codeVasil Dimov
2020-02-05Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan
2020-02-05Merge #18023: Fix some asmap issuesWladimir J. van der Laan
2020-01-31Make asmap Interpret tolerant of malicious map dataPieter Wuille
2020-01-29on startup, write config options to debug.logLarry Ruane
2020-01-29Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan
2020-01-22Merge #17887: bug-fix macos: give free bytes to F_PREALLOCATEWladimir J. van der Laan
2020-01-15wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa
2020-01-15bug-fix macos: give free bytes to F_PREALLOCATEKarl-Johan Alm
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-15scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke
2020-01-10Fix improper Doxygen inline commentsBen Woosley
2020-01-09Merge #16688: log: Add validation interface loggingWladimir J. van der Laan
2020-01-03Refactor FormatStateMessage for clarityJeffrey Czyz