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
2022-05-20
Merge bitcoin/bitcoin#23595: util: Add ParseHex<std::byte>() helper
laanwj
2022-05-20
Merge bitcoin/bitcoin#25101: Add mockable clock type
fanquake
2022-05-18
Add mockable clock type and TicksSinceEpoch helper
MarcoFalke
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-05-08
Add time helpers for std::chrono::steady_clock
MarcoFalke
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-05-04
Extend Split to work with multiple separators
Martin Leitner-Ankerl
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-27
test: Add test for embedded null in hex string
MarcoFalke
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-17
test: Adds a test for HexStr that checks all 256 bytes
Martin Leitner-Ankerl
2022-04-11
test: add unit tests for `SplitString` helper
Kiminuo
2022-03-30
util/check: stop using lambda for Assert/Assume
Anthony Towns
2022-03-10
Merge bitcoin/bitcoin#24371: util: Fix `ReadBinaryFile` reading beyond maxsize
MarcoFalke
2022-02-22
Merge bitcoin/bitcoin#24367: User-facing content and codebase doc fixups from...
laanwj
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-21
util: Add SaturatingAdd helper
MarcoFalke
2022-02-19
util: Fix ReadBinaryFile reading beyond maxsize
klementtan
2022-02-04
Re-enable util_datadir check disabled in #20744
Ryan Ofsky
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-11
util: Restore GetIntArg saturating behavior
James O'Beirne
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-17
Move AdditionOverflow to util, Add CheckedAdd with unit tests
MarcoFalke
2021-11-29
More Span simplifications
Pieter Wuille
2021-11-24
Merge bitcoin/bitcoin#23451: span: Add std::byte helpers
MarcoFalke
2021-11-17
util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]
Douglas Chimento
2021-11-09
span: Add std::byte helpers
MarcoFalke
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
[next]