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-10-15
Merge bitcoin/bitcoin#22937: refactor: Forbid calling unsafe fs::path(std::st...
W. J. van der Laan
2021-10-06
test: Add ParseMoney and ParseScript tests
MarcoFalke
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-10-04
Merge bitcoin/bitcoin#23156: refactor: Remove unused ParsePrechecks and Parse...
MarcoFalke
2021-10-04
Remove unused ParseDouble and ParsePrechecks
MarcoFalke
2021-10-01
refactor: Remove unused ParsePrechecks from ParseIntegral
MarcoFalke
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-30
Merge bitcoin/bitcoin#20457: util: Make Parse{Int,UInt}{32,64} use locale ind...
W. J. van der Laan
2021-09-18
util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...
practicalswift
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-02
tests: Add TrimString(...) tests
practicalswift
2021-08-04
util: check MoneyRange() inside ParseMoney()
fanquake
2021-08-04
util: make ParseMoney return a std::optional<CAmount>
fanquake
2021-06-04
util: Properly handle -noincludeconf on command line
MarcoFalke
2021-05-31
scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds
fanquake
2021-05-24
scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...
Kiminuo
2021-05-09
test: ParseFixedPoint with 3 decimals for sat/vB fee rates
Jon Atack
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
[next]