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-04-18
Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().
Kiminuo
2021-04-18
scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...
Kiminuo
2021-04-18
Modify "util_datadir" unit test to not use gArgs.
Kiminuo
2021-04-17
Move GetDataDir(fNetSpecific) implementation to ArgsManager.
Kiminuo
2021-04-13
refactor: add [[noreturn]] attribute where applicable
fanquake
2021-03-22
Merge #21317: util: Make Assume() usable as unary expression
MarcoFalke
2021-03-21
test: remove duplicate assertions in util_tests
Jon Atack
2021-03-19
test: add ParseUInt16() test coverage
Jon Atack
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
refactor: reuse test string with embedded null char in util_tests
Jon Atack
2021-03-15
test: add ParseUInt8() unit and fuzz test coverage
Jon Atack
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-04
util: Make Assume() usable as unary expression
MarcoFalke
2021-03-02
util: Avoid invalid integer negation in FormatMoney: make FormatMoney(const C...
practicalswift
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-04
Introduce GetUniquePath(base) helper method to replace boost::filesystem::uni...
Kiminuo
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
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
[next]