aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge #12543: Fix typosMarcoFalke2018-03-051-2/+2
|\
| * Fix typospracticalswift2018-02-261-2/+2
* | Merge #12570: Add test cases for HexStr (std::reverse_iterator and corner cases)Wladimir J. van der Laan2018-03-011-0/+66
|\ \ | |/ |/|
| * Add tests for HexStr std::reverse_iterator casesKosta Zertsekel2018-03-011-0/+52
| * Add tests for HexStr corner casesKosta Zertsekel2018-03-011-0/+14
* | test: Add missing signal.h headerWladimir J. van der Laan2018-02-161-0/+1
* | test: Add unit test for LockDirectoryWladimir J. van der Laan2018-02-151-0/+130
* | Merge #11997: [tests] util_tests.cpp: actually check ignored argsMarcoFalke2018-01-041-1/+1
|\ \
| * | [tests] util_tests.cpp: actually check ignored argsAnthony Towns2018-01-041-1/+1
* | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/ /
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* | Allow setting nMinimumChainWork on command lineSuhas Daftuar2017-09-051-0/+25
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-20/+20
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-2/+2
* | Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
* | Util: Create ArgsManager class...Jorge Timón2017-05-091-32/+45
* | [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* | Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake2017-03-081-1/+1
* | Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-3/+1
|\ \
| * | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-3/+1
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ /
* | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-0/+2
* | Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-2/+2