aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov2019-07-271-4/+4
* scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov2019-07-271-4/+4
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+2
* test: Create data dir in BasicTestingSetupMarcoFalke2019-06-201-2/+2
* util: Add type safe GetTimeMarcoFalke2019-05-231-0/+21
* Add test for ArgsManager::GetChainNameRussell Yanofsky2019-05-071-4/+106
* Add unit test NextString, ForEachNoDup functionsRussell Yanofsky2019-05-071-35/+8
* util_SettingsMerge test cleanupRussell Yanofsky2019-05-071-4/+4
* Add settings merge test to prevent regresssionsRussell Yanofsky2019-04-221-0/+229
* Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke2019-04-161-1/+3
|\
| * Silence "Test case [...] did not check any assertions" warnings when running ...practicalswift2019-03-291-1/+3
* | scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* | scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
|/
* dead code: Remove dead option in HexStr conversionLenny Maiorani2019-03-101-40/+0
* Fix lack of warning of unrecognized section namesAkio Nakamura2019-02-191-1/+2
* Change in transaction pull scheduling to prevent InvBlock-related attacksGleb Naumenko2019-02-061-5/+0
* util: Make ToLower and ToUpper take a charWladimir J. van der Laan2019-01-101-2/+2
* test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-201-1/+1
* tests: Check return value of ParseParameters(...)practicalswift2018-11-051-22/+22
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-3/+3
* Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan2018-09-041-2/+2
|\
| * Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-2/+2
* | Implements custom tolower and toupper functions.2512018-08-281-0/+39
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Removes Boost predicate.hpp dependency2512018-07-221-0/+15
* Use common SetDataDir method to create temp directory in tests.winder2018-07-111-4/+4
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-23/+44
* Merge #12963: Fix Clang Static Analyzer warningsMarcoFalke2018-05-141-0/+1
|\
| * Fix dead stores. Values were stored but never read. Limit scope.practicalswift2018-04-121-0/+1
* | trivial: Fix relevent typopracticalswift2018-04-221-1/+1
* | Merge #11862: Network specific conf sectionsWladimir J. van der Laan2018-04-161-63/+189
|\ \
| * | [tests] Unit tests for -testnet/-regtest in [test]/[regtest] sectionsAnthony Towns2018-04-111-1/+26
| * | [tests] Unit tests for network-specific config entriesAnthony Towns2018-04-111-3/+34
| * | [tests] Unit tests for config file sectionsAnthony Towns2018-04-111-2/+60
| * | ArgsManager: drop m_negated_argsAnthony Towns2018-04-111-29/+20
| * | ArgsManager: keep command line and config file arguments separateAnthony Towns2018-04-111-31/+52
| |/
* / Avoid std::locale/imbue in DateTimeStrFormatPieter Wuille2018-04-131-11/+0
|/
* Merge #11851: scripted-diff: Rename wallet database classesWladimir J. van der Laan2018-04-091-1/+1
|\
| * scripted-diff: Rename wallet database classesRussell Yanofsky2018-04-071-1/+1
* | [tests] Add additional unit tests for -nofoo edge casesAnthony Towns2018-04-061-2/+38
* | [tests] Check GetChainName works with config entriesAnthony Towns2018-04-061-0/+23
* | [tests] Add unit tests for ReadConfigStreamAnthony Towns2018-04-061-0/+107
* | [tests] Add unit tests for GetChainNameAnthony Towns2018-04-061-0/+25
|/
* Merge #12713: Track negated options in the option parserMarcoFalke2018-03-301-10/+52
|\
| * Track negated arguments in the argument paser.Evan Klitzke2018-03-271-10/+26
| * Add additional tests for GetBoolArg()Evan Klitzke2018-03-271-0/+26
* | Reduce variable scopespracticalswift2018-03-261-2/+1
|/
* Merge #12630: Provide useful error message if datadir is not writable.Wladimir J. van der Laan2018-03-221-0/+16
|\
| * Provide relevant error message if datadir is not writable.murrayn2018-03-141-0/+16
* | Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift2018-03-091-0/+17
|/