aboutsummaryrefslogtreecommitdiff
path: root/src/test/skiplist_tests.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-07Merge #10321: Use FastRandomContext for all testsPieter Wuille
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-07Replace more rand() % NUM by randrangesPieter Wuille
2017-06-05scripted-diff: use insecure_rand256/randrange morePieter Wuille
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-03-03Add FindEarliestAtLeast test for edge casesRussell Yanofsky
2017-01-12Add unit test for FindEarliestAtLeastSuhas Daftuar
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07test: Fix test_random includesMarcoFalke
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-01-05Use arith_uint256 where necessaryWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-07-06Add CChain::GetLocator() unit testPieter Wuille
2014-06-29Add skiplist unit testsPieter Wuille