index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
util_tests.cpp
Age
Commit message (
Expand
)
Author
2021-01-05
Merge #19846: build: enable unused member function diagnostic
MarcoFalke
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-11-24
test: Add testing of ParseInt/ParseUInt edge cases with leading +/-/0:s
practicalswift
2020-11-20
Merge #20223: build: Drop the leading 0 from the version number
MarcoFalke
2020-11-20
Merge #20000: test: fix creation of "std::string"s with \0s
Wladimir J. van der Laan
2020-11-18
Drop the leading 0 from the version number
Andrew Chow
2020-10-31
test: fix creation of std::string objects with \0s
Vasil Dimov
2020-10-27
util: Add StripRedundantLastElementsOfPath function
Hennadii Stepanov
2020-09-22
refactor: took out unused member functions
Zero
2020-09-18
test: signet network selection tests
Karl-Johan Alm
2020-09-18
add signet chain and accompanying parameters
Karl-Johan Alm
2020-08-14
test: Fix 'make cov' with clang
Hennadii Stepanov
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-07-23
Merge #15935: Add <datadir>/settings.json persistent settings storage
MarcoFalke
2020-07-11
util: Make Assert work with any value
MarcoFalke
2020-07-11
Add <datadir>/settings.json persistent settings storage.
Russell Yanofsky
2020-05-12
Simplify usage of Span in several places
Pieter Wuille
2020-05-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-03-26
Merge #18270: util: Fail to parse whitespace-only strings in ParseMoney(...) ...
MarcoFalke
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-12
util: Fail to parse space-only strings in ParseMoney(...) (instead of parsing...
practicalswift
2020-03-06
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-02-29
util: Fail to parse empty string in ParseMoney
MarcoFalke
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-14
Refactor message hashing into a utility function
Jeffrey Czyz
2020-02-14
Deduplicate the message signing code
Vasil Dimov
2020-02-14
Deduplicate the message verifying code
Vasil Dimov
2020-02-05
Merge #17482: util: Disallow network-qualified command line options
Wladimir J. van der Laan
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-19
util: Disallow network-qualified command line options
Russell Yanofsky
2019-12-20
Merge #17473: refactor: Settings code cleanups
MarcoFalke
2019-12-16
Merge #17593: test: move more utility functions into test utility library
MarcoFalke
2019-12-16
tests: Add tests for decoding/parsing of base32, base64 and money strings con...
practicalswift
2019-11-25
[test] move string helper functions into test library
Martin Zumsande
2019-11-13
scripted-diff: Remove unused ArgsManager type flags in tests
Russell Yanofsky
2019-11-13
refactor: Add util_CheckValue test
Russell Yanofsky
2019-11-07
Deduplicate settings merge code
Russell Yanofsky
2019-11-07
Merge #16978: test: Seed test RNG context for each test case, print seed
MarcoFalke
2019-11-07
Merge #17384: test: Create new test library
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
Merge #17390: test: Add util_ArgParsing test
Wladimir J. van der Laan
2019-11-05
Add util_ArgParsing test
Russell Yanofsky
2019-11-05
Add missing newline in util_ChainMerge test
Russell Yanofsky
2019-10-27
Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTime
Elichai Turkel
2019-10-16
Add tests for util/vector.h's Cat and Vector
Pieter Wuille
[next]