aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-232-0/+14
|\
| * [util] GetFileSizeSjors Provoost2020-03-242-0/+14
* | Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...MarcoFalke2020-04-201-0/+43
|\ \
| * | tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...practicalswift2020-04-201-0/+43
* | | Merge #18673: scripted-diff: Sort test includesMarcoFalke2020-04-1711-11/+11
|\ \ \
| * | | scripted-diff: Bump copyright headersMarcoFalke2020-04-1611-11/+11
* | | | util: Document why ArgsManager (con/de)structor is not inlineMarcoFalke2020-04-163-5/+7
* | | | tools: Add unused argsman to bench_bitcoinMarcoFalke2020-04-151-1/+1
|/ / /
* / / Drop bitcoin-wallet dependency on libeventRussell Yanofsky2020-04-021-1/+3
|/ /
* | build: Detect gmtime_* definitions via configureBen Woosley2020-04-021-6/+6
* | util: Replace i64tostr with ToStringMarcoFalke2020-03-272-6/+0
* | util: Remove unused itostrMarcoFalke2020-03-272-7/+1
* | Merge #18270: util: Fail to parse whitespace-only strings in ParseMoney(...) ...MarcoFalke2020-03-261-9/+7
|\ \
| * | util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...practicalswift2020-03-121-9/+7
* | | Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-0/+14
| |/ |/|
* | Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow2020-03-092-0/+22
* | Merge #16117: util: Replace boost sleep with std sleepfanquake2020-03-062-21/+6
|\ \ | |/ |/|
| * util: Remove unused MilliSleepMarcoFalke2020-02-212-21/+0
| * util: Add UnintrruptibleSleepMarcoFalke2020-02-212-1/+7
* | Merge #17399: validation: Templatize ValidationState instead of subclassingMarcoFalke2020-03-012-39/+0
|\ \
| * | Refactor FormatStateMessage into ValidationStateJeffrey Czyz2020-02-272-39/+0
* | | util: Fail to parse empty string in ParseMoneyMarcoFalke2020-02-291-0/+4
* | | util: Remove unused ParseMoney that takes a c_strMarcoFalke2020-02-292-6/+2
|/ /
* | Merge #17577: refactor: deduplicate the message sign/verify codeSamuel Dobson2020-02-254-4/+146
|\ \
| * | Refactor message hashing into a utility functionJeffrey Czyz2020-02-142-12/+23
| * | Deduplicate the message signing codeVasil Dimov2020-02-142-0/+33
| * | Deduplicate the message verifying codeVasil Dimov2020-02-144-4/+102
* | | util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTi...practicalswift2020-02-191-5/+9
| |/ |/|
* | Merge #13339: wallet: Replace %w by wallet name in -walletnotify scriptWladimir J. van der Laan2020-02-172-0/+13
|\ \ | |/ |/|
| * wallet: Replace %w by wallet name in -walletnotify scriptJoão Barbosa2020-01-152-0/+13
* | Merge #17482: util: Disallow network-qualified command line optionsWladimir J. van der Laan2020-02-051-13/+10
|\ \
| * | util: Disallow network-qualified command line optionsRussell Yanofsky2019-12-191-13/+10
* | | Merge #18023: Fix some asmap issuesWladimir J. van der Laan2020-02-051-18/+24
|\ \ \
| * | | Make asmap Interpret tolerant of malicious map dataPieter Wuille2020-01-311-18/+24
* | | | on startup, write config options to debug.logLarry Ruane2020-01-292-0/+41
|/ / /
* | | Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-292-0/+107
|\ \ \
| * | | Add asmap utility which queries a mappingGleb Naumenko2019-12-182-0/+107
* | | | Merge #17887: bug-fix macos: give free bytes to F_PREALLOCATEWladimir J. van der Laan2020-01-221-2/+4
|\ \ \ \
| * | | | bug-fix macos: give free bytes to F_PREALLOCATEKarl-Johan Alm2020-01-151-2/+4
| | |_|/ | |/| |
* | | | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-156-6/+6
* | | | scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
* | | | Fix improper Doxygen inline commentsBen Woosley2020-01-101-5/+5
* | | | Merge #16688: log: Add validation interface loggingWladimir J. van der Laan2020-01-091-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor FormatStateMessage for clarityJeffrey Czyz2020-01-031-4/+6
| * | | Format CValidationState properly in all casesJeffrey Czyz2020-01-031-0/+4
| |/ /
* | | Merge #17762: net: Log to net category for exceptions in ProcessMessagesWladimir J. van der Laan2020-01-021-0/+1
|\ \ \
| * | | Add missing typeinfo includesWladimir J. van der Laan2020-01-021-0/+1
* | | | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-3018-18/+18
| |_|/ |/| |
* | | Merge #17473: refactor: Settings code cleanupsMarcoFalke2019-12-204-55/+88
|\ \ \
| * | | refactor: Remove null setting check in GetSetting()Russell Yanofsky2019-11-131-7/+9