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