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
/
string.cpp
Age
Commit message (
Expand
)
Author
2023-06-09
Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai...
Ryan Ofsky
2023-06-02
Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseN...
fanquake
2023-05-30
scripted-diff: move settings to common namespace
TheCharlatan
2023-05-30
move-only: Move settings to the common library
TheCharlatan
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-27
fuzz: Remove legacy int parse fuzz tests
MarcoFalke
2023-03-23
test: move coverage on ParseNonRFCJSONValue() to UniValue::read()
stickies-v
2023-01-26
Use DataStream where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-05-04
fuzz: SplitString with multiple separators
Martin Leitner-Ankerl
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-11
fuzz: add `SplitString` fuzz target
MarcoFalke
2022-02-09
fuzz: Avoid unsigned integer overflow in FormatParagraph
MarcoFalke
2022-01-11
util: Restore GetIntArg saturating behavior
James O'Beirne
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-18
util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...
practicalswift
2021-08-04
make ParseOutputType return a std::optional<OutputType>
fanquake
2021-03-16
test: add missing netaddress include headers
Jon Atack
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-08
test: Fix Windows cross build
Hennadii Stepanov
2021-01-15
log: Prefix log messages with function name if -logsourcelocations is set
practicalswift
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-05-30
tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...
practicalswift
2020-05-24
Convert LimitedString to formatter
Pieter Wuille
2020-05-14
tests: Fill fuzzing coverage gaps for functions in util/translation.h
practicalswift
2020-04-26
tests: Add fuzzing coverage for ParseFixedPoint(...)
practicalswift
2020-03-29
tests: Add fuzzing harness for LimitedString (serialize.h)
practicalswift
2020-03-15
tests: Add fuzzing harness for various functions taking std::string as input
practicalswift