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
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-14
test: Split overly large util_tests.cpp file
MacroFake
2022-11-03
Merge bitcoin/bitcoin#25248: refactor: Add LIFETIMEBOUND / -Wdangling-gsl to ...
fanquake
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-08-30
Merge bitcoin/bitcoin#25733: tidy: enable bugprone-use-after-move
MacroFake
2022-08-30
Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers sync
fanquake
2022-08-30
test: work around bugprone-use-after-move warnings in util tests
fanquake
2022-08-24
Make Join() util work with any container type
MacroFake
2022-08-23
Add bitdeque, an std::deque<bool> analogue that does bit packing.
Pieter Wuille
2022-08-19
Remove Join() helper only used in tests
MacroFake
2022-08-08
test: Add test case for `ReplaceAll()` function
Hennadii Stepanov
2022-08-02
refactor: Add LIFETIMEBOUND / -Wdangling-gsl to Assert()
MacroFake
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
[next]