aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2018-08-25streams: Unit tests for BitStreamReader and BitStreamWriter.Jim Posen
2018-08-25streams: Unit test for VectorReader class.Jim Posen
2018-08-25Merge #13429: Return the script type from SolverWladimir J. van der Laan
2018-08-24util: Replace boost::signals2 with std::functionMarcoFalke
2018-08-13Merge #13534: Don't assert(foo()) where foo() has side effectsMarcoFalke
2018-08-13Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...MarcoFalke
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-11Replace median fee rate with feerate percentilesMarcin Jachymiak
2018-08-09Always create 70 byte signatures with low R valuesAndrew Chow
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-03Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionRussell Yanofsky
2018-08-03Add unit test for DEBUG_LOCKORDER codeRussell Yanofsky
2018-08-02trivial: correct typosVarunram
2018-08-02Remove unused variablepracticalswift
2018-08-02Remove redundant assignments (dead stores)practicalswift
2018-08-01Merge #13697: Support output descriptors in scantxoutsetWladimir J. van der Laan
2018-07-31Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...MarcoFalke
2018-07-30scripted-diff: Remove unused first argument to addUncheckedMarcoFalke