aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
AgeCommit message (Expand)Author
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
2018-03-26Reduce variable scopespracticalswift
2018-03-22Merge #12630: Provide useful error message if datadir is not writable.Wladimir J. van der Laan
2018-03-14Provide relevant error message if datadir is not writable.murrayn
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift
2018-03-05Merge #12543: Fix typosMarcoFalke
2018-03-01Merge #12570: Add test cases for HexStr (std::reverse_iterator and corner cases)Wladimir J. van der Laan
2018-03-01Add tests for HexStr std::reverse_iterator casesKosta Zertsekel
2018-03-01Add tests for HexStr corner casesKosta Zertsekel
2018-02-26Fix typospracticalswift
2018-02-16test: Add missing signal.h headerWladimir J. van der Laan
2018-02-15test: Add unit test for LockDirectoryWladimir J. van der Laan
2018-01-04Merge #11997: [tests] util_tests.cpp: actually check ignored argsMarcoFalke
2018-01-04[tests] util_tests.cpp: actually check ignored argsAnthony Towns
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-05Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-05-09Util: Create ArgsManager class...Jorge Timón
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-08Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo