aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
AgeCommit message (Expand)Author
2019-09-06Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón
2019-08-20util: Add Join helper to join a list of stringsMarcoFalke
2019-08-08util: refactor upper/lowercase functionsKarl-Johan Alm
2019-07-31test: Make tests arg type specificHennadii Stepanov
2019-07-27scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov
2019-07-27scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-05-23util: Add type safe GetTimeMarcoFalke
2019-05-07Add test for ArgsManager::GetChainNameRussell Yanofsky
2019-05-07Add unit test NextString, ForEachNoDup functionsRussell Yanofsky
2019-05-07util_SettingsMerge test cleanupRussell Yanofsky
2019-04-22Add settings merge test to prevent regresssionsRussell Yanofsky
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-03-29Silence "Test case [...] did not check any assertions" warnings when running ...practicalswift
2019-03-10dead code: Remove dead option in HexStr conversionLenny Maiorani
2019-02-19Fix lack of warning of unrecognized section namesAkio Nakamura
2019-02-06Change in transaction pull scheduling to prevent InvBlock-related attacksGleb Naumenko
2019-01-10util: Make ToLower and ToUpper take a charWladimir J. van der Laan
2018-11-20test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke
2018-11-05tests: Check return value of ParseParameters(...)practicalswift
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-08-28Implements custom tolower and toupper functions.251
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-11Use common SetDataDir method to create temp directory in tests.winder
2018-05-30Give an error and exit if there are unknown parametersAndrew Chow
2018-05-14Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke
2018-04-22trivial: Fix relevent typopracticalswift
2018-04-16Merge #11862: Network specific conf sectionsWladimir J. van der Laan
2018-04-13Avoid std::locale/imbue in DateTimeStrFormatPieter Wuille
2018-04-12Fix dead stores. Values were stored but never read. Limit scope.practicalswift
2018-04-11[tests] Unit tests for -testnet/-regtest in [test]/[regtest] sectionsAnthony Towns
2018-04-11[tests] Unit tests for network-specific config entriesAnthony Towns
2018-04-11[tests] Unit tests for config file sectionsAnthony Towns
2018-04-11ArgsManager: drop m_negated_argsAnthony Towns
2018-04-11ArgsManager: keep command line and config file arguments separateAnthony Towns
2018-04-09Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan
2018-04-07scripted-diff: Rename wallet database classesRussell Yanofsky
2018-04-06[tests] Add additional unit tests for -nofoo edge casesAnthony Towns
2018-04-06[tests] Check GetChainName works with config entriesAnthony Towns
2018-04-06[tests] Add unit tests for ReadConfigStreamAnthony Towns
2018-04-06[tests] Add unit tests for GetChainNameAnthony Towns
2018-03-30Merge #12713: Track negated options in the option parserMarcoFalke
2018-03-27Track negated arguments in the argument paser.Evan Klitzke
2018-03-27Add additional tests for GetBoolArg()Evan Klitzke