aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/string.cpp
AgeCommit message (Expand)Author
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16util: move fees.h and error.h to common/messages.hRyan Ofsky
2024-04-24scripted-diff: Modernize name of urlDecode function and paramFabian Jahr
2023-06-09Merge bitcoin/bitcoin#27576: kernel: Remove args, settings, chainparams, chai...Ryan Ofsky
2023-06-02Merge bitcoin/bitcoin#27256: refactor: rpc: Remove unnecessary uses of ParseN...fanquake
2023-05-30scripted-diff: move settings to common namespaceTheCharlatan
2023-05-30move-only: Move settings to the common libraryTheCharlatan
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-27fuzz: Remove legacy int parse fuzz testsMarcoFalke
2023-03-23test: move coverage on ParseNonRFCJSONValue() to UniValue::read()stickies-v
2023-01-26Use DataStream where possibleMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-31refactor: move url.h/cpp from lib util to lib commonfanquake
2022-05-04fuzz: SplitString with multiple separatorsMartin Leitner-Ankerl
2022-04-27scripted-diff: Rename ValidAsCString to ContainsNoNULMacroFake
2022-04-11fuzz: add `SplitString` fuzz targetMarcoFalke
2022-02-09fuzz: Avoid unsigned integer overflow in FormatParagraphMarcoFalke
2022-01-11util: Restore GetIntArg saturating behaviorJames O'Beirne
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-09-18util: Introduce ToIntegral<T>(const std::string&) for locale independent pars...practicalswift
2021-08-04make ParseOutputType return a std::optional<OutputType>fanquake
2021-03-16test: add missing netaddress include headersJon Atack
2021-03-16p2p, refactor: pass and use uint16_t CService::port as uint16_tJon Atack
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-08test: Fix Windows cross buildHennadii Stepanov
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-05-30tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...practicalswift
2020-05-24Convert LimitedString to formatterPieter Wuille
2020-05-14tests: Fill fuzzing coverage gaps for functions in util/translation.hpracticalswift
2020-04-26tests: Add fuzzing coverage for ParseFixedPoint(...)practicalswift
2020-03-29tests: Add fuzzing harness for LimitedString (serialize.h)practicalswift
2020-03-15tests: Add fuzzing harness for various functions taking std::string as inputpracticalswift