index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
util_tests.cpp
Age
Commit message (
Expand
)
Author
2019-10-19
util: Filter control characters out of log messages
Wladimir J. van der Laan
2019-09-06
Testchains: Generic selection with -chain=<str> in addition of -testnet and -...
Jorge Timón
2019-08-20
util: Add Join helper to join a list of strings
MarcoFalke
2019-08-08
util: refactor upper/lowercase functions
Karl-Johan Alm
2019-07-31
test: Make tests arg type specific
Hennadii Stepanov
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-20
test: Create data dir in BasicTestingSetup
MarcoFalke
2019-05-23
util: Add type safe GetTime
MarcoFalke
2019-05-07
Add test for ArgsManager::GetChainName
Russell Yanofsky
2019-05-07
Add unit test NextString, ForEachNoDup functions
Russell Yanofsky
2019-05-07
util_SettingsMerge test cleanup
Russell Yanofsky
2019-04-22
Add settings merge test to prevent regresssions
Russell Yanofsky
2019-04-16
Merge #15352: tests: Reduce noise level in test_bitcoin output
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-03-29
Silence "Test case [...] did not check any assertions" warnings when running ...
practicalswift
2019-03-10
dead code: Remove dead option in HexStr conversion
Lenny Maiorani
2019-02-19
Fix lack of warning of unrecognized section names
Akio Nakamura
2019-02-06
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-01-10
util: Make ToLower and ToUpper take a char
Wladimir J. van der Laan
2018-11-20
test: Add BOOST_REQUIRE to getters returning optional
MarcoFalke
2018-11-05
tests: Check return value of ParseParameters(...)
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-08-28
Implements custom tolower and toupper functions.
251
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-22
Removes Boost predicate.hpp dependency
251
2018-07-11
Use common SetDataDir method to create temp directory in tests.
winder
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-04-22
trivial: Fix relevent typo
practicalswift
2018-04-16
Merge #11862: Network specific conf sections
Wladimir J. van der Laan
2018-04-13
Avoid std::locale/imbue in DateTimeStrFormat
Pieter Wuille
2018-04-12
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-11
[tests] Unit tests for -testnet/-regtest in [test]/[regtest] sections
Anthony Towns
2018-04-11
[tests] Unit tests for network-specific config entries
Anthony Towns
2018-04-11
[tests] Unit tests for config file sections
Anthony Towns
2018-04-11
ArgsManager: drop m_negated_args
Anthony Towns
2018-04-11
ArgsManager: keep command line and config file arguments separate
Anthony Towns
2018-04-09
Merge #11851: scripted-diff: Rename wallet database classes
Wladimir J. van der Laan
2018-04-07
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-06
[tests] Add additional unit tests for -nofoo edge cases
Anthony Towns
2018-04-06
[tests] Check GetChainName works with config entries
Anthony Towns
2018-04-06
[tests] Add unit tests for ReadConfigStream
Anthony Towns
2018-04-06
[tests] Add unit tests for GetChainName
Anthony Towns
2018-03-30
Merge #12713: Track negated options in the option parser
MarcoFalke
2018-03-27
Track negated arguments in the argument paser.
Evan Klitzke
[next]