aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* util: Filter control characters out of log messagesWladimir J. van der Laan2019-10-191-0/+18
* Revert "Change in transaction pull scheduling to prevent InvBlock-related att...Suhas Daftuar2019-04-171-0/+5
* 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
|/
* 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