aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-10-27Merge #13783: validation: Pass tx pool reference into CheckSequenceLocksMarcoFalke
2018-10-20Add tests for key origin supportPieter Wuille
2018-10-19Merge #14460: tests: Improve 'CAmount' testsPieter Wuille
2018-10-18Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...Wladimir J. van der Laan
2018-10-10Improve CAmount testsHennadii Stepanov
2018-10-09Merge #13115: addrman: Add Clang thread safety annotations for variables guar...MarcoFalke
2018-10-08Add missing locks and locking annotations for CAddrManpracticalswift
2018-10-05Don't access out of bounds array entry array[sizeof(array)]Ben Woosley
2018-09-27Merge #14244: amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-27Merge #14307: Consolidate redundant implementations of ParseHashStrMarcoFalke
2018-09-26tests: Add test case for std::ios_base::ateChun Kuan Lee
2018-09-25Consolidate redundant implementations of ParseHashStrBen Woosley
2018-09-23Don't edit Chainparams after initializationJorge Timón
2018-09-19Merge #14287: tests: Use MakeUnique to construct objects owned by unique_ptrsMarcoFalke
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-17amount: Move CAmount CENT to unit test headerMarcoFalke
2018-09-13convert C-style (void) parameter lists to C++ style ()Arvid Norberg
2018-09-11Pass tx pool reference into CheckSequenceLocksMarcoFalke
2018-09-11Merge #13558: Drop unused GetType() from CSizeComputerWladimir J. van der Laan
2018-09-11Drop unused GetType() from CSizeComputerBen Woosley
2018-09-08Merge #12775: Integration of property based testing into Bitcoin CoreWladimir J. van der Laan
2018-09-04Merge #13249: Make objects in range declarations immutable by default. Avoid ...Wladimir J. van der Laan
2018-09-04Merge #14094: refactoring: Remove unreferenced local variablesWladimir J. van der Laan
2018-09-03Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
2018-08-31Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan
2018-08-31Merge #14108: tests: Add missing locking annotations and locks (g_cs_orphans)MarcoFalke
2018-08-31Merge #14073: blockfilter: Avoid out-of-bounds script access.Wladimir J. van der Laan
2018-08-30tests: Add missing locking annotations and lockspracticalswift
2018-08-29Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan
2018-08-29Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan
2018-08-28blockfilter: Omit empty scripts from filter contents.Jim Posen
2018-08-28Implements custom tolower and toupper functions.251
2018-08-28Implements ParseNetwork unit test.251
2018-08-28tests: Fix accidental trunction from int to boolpracticalswift
2018-08-28Don't assert(...) with side effectspracticalswift
2018-08-27Merge #13767: Remove redundant assignments (dead stores)MarcoFalke
2018-08-27Merge #13769: Mark single-argument constructors "explicit"MarcoFalke
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-27Integration of property based testing into Bitcoin CoreChris Stewart
2018-08-26Merge #14071: qa: Stop txindex thread before calling destructorMarcoFalke
2018-08-26Merge #12254: BIP 158: Compact Block Filters for Light ClientsWladimir J. van der Laan
2018-08-26qa: Stop txindex thread before calling destructorMarcoFalke
2018-08-26Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...Jesse Cohen
2018-08-26Add compile time checking for all cs_main runtime locking assertionspracticalswift
2018-08-25Merge #13961: util: Replace boost::signals2 with std::functionWladimir J. van der Laan
2018-08-25blockfilter: Unit test against BIP 158 test vectors.Jim Posen
2018-08-25blockfilter: Construction of basic block filters.Jim Posen
2018-08-25blockfilter: Simple test for GCSFilter construction and Match.Jim Posen