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
/
fuzz
/
integer.cpp
Age
Commit message (
Expand
)
Author
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-05
Merge bitcoin/bitcoin#23411: refactor: Avoid integer overflow in ApplyStats w...
MarcoFalke
2022-01-02
Remove unused char serialize
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-12-10
fuzz: Move ISO8601 to one place
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-07
Fix addrdb includes
MarcoFalke
2021-08-04
util: make ParseMoney return a std::optional<CAmount>
fanquake
2021-07-04
fuzz: Move CTxDestination fuzzing to script fuzz target
MarcoFalke
2021-05-12
fuzz: Remove incorrect float round-trip serialization test
MarcoFalke
2021-03-02
util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount...
practicalswift
2021-03-02
util: Avoid invalid integer negation in FormatMoney: make FormatMoney(const C...
practicalswift
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-05-02
Merge #18413: script: prevent UB when computing abs value for num opcode seri...
fanquake
2020-04-26
tests: Add fuzzing coverage for CHECK_NONFATAL(...)
practicalswift
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-09
script: prevent UB when computing abs value for num opcode serialize
pierrenn
2020-04-08
tests: Add coverage of {,Incremental}DynamicUsage(const std::set<X, Y>& s) to...
practicalswift
2020-04-08
tests: Add coverage of GetVirtualTransactionSize(...) to existing fuzzer
practicalswift
2020-04-03
fuzz: Add CScriptNum::getint coverage
MarcoFalke
2020-03-27
util: Replace i64tostr with ToString
MarcoFalke
2020-03-27
util: Remove unused itostr
MarcoFalke
2020-03-24
tests: Add integer serialization/deserialization fuzzing harness
practicalswift
2020-03-15
tests: Add fuzzing harness for count_seconds(...)
practicalswift
2020-03-11
tests: Fuzz HasAllDesirableServiceFlags(...) and MayHaveUsefulAddressDB(...)
practicalswift
2020-03-07
tests: Fuzz additional functions in the integer fuzzing harness
practicalswift
2020-03-05
Merge #17996: tests: Add fuzzing harness for serialization/deserialization of...
MarcoFalke
2020-03-05
tests: Add serialization/deserialization fuzzing for integral types
practicalswift
2020-01-22
tests: Add amount compression/decompression fuzzing to existing fuzzing harne...
practicalswift
2019-12-06
tests: Add fuzzing harness for various functions consuming only integrals
practicalswift