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
/
test_bitcoin.cpp
Age
Commit message (
Expand
)
Author
2018-07-13
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-11
Use common SetDataDir method to create temp directory in tests.
winder
2018-07-09
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-05-16
Merge #13023: Fix some concurrency issues in ActivateBestChain()
Wladimir J. van der Laan
2018-05-16
Add unit tests for signals generated by ProcessNewBlock()
Jesse Cohen
2018-05-14
Break circular dependency: chain -> pow -> chain
Ben Woosley
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-18
Consistently log CValidationState on failure
Ben Woosley
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-10
Merge #12926: Run unit tests in parallel
Wladimir J. van der Laan
2018-04-09
Increase entropy in test temp directory name
Pieter Wuille
2018-04-09
Remove duplicate includes
practicalswift
2018-03-26
Reduce variable scopes
practicalswift
2018-02-22
test: Plug memory leaks and stack-use-after-scope
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Block ActivateBestChain to empty validationinterface queue
Matt Corallo
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-07
Merge #11389: Support having SegWit always active in regtest (sipa, ajtowns, ...
MarcoFalke
2017-11-06
Have SegWit active by default
Pieter Wuille
2017-11-02
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-02
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-09-20
Add tests for CMerkleBlock usage with txids specified
James O'Beirne
2017-09-06
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-05
Remove redundant testutil files
MeshCollider
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-01
Fix some broken init-time prints/constants
Matt Corallo
2017-08-01
Merge #10758: Fix some chainstate-init-order bugs.
Wladimir J. van der Laan
2017-07-27
Fix some LoadChainTip-related init-order bugs.
Matt Corallo
2017-07-20
Add SHA256 dispatcher
Pieter Wuille
2017-07-07
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
Give CMainSignals a reference to the global scheduler
Matt Corallo
2017-06-29
Merge #10192: Cache full script execution results in addition to signatures
Wladimir J. van der Laan
2017-06-14
Merge #10377: Use rdrand as entropy source on supported platforms
Wladimir J. van der Laan
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
Use rdrand as entropy source on supported platforms
Pieter Wuille
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
Cache full script execution results in addition to signatures
Matt Corallo
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
[next]