aboutsummaryrefslogtreecommitdiff
path: root/src/test/skiplist_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Changing &vec[0] to vec.data(), what 9804 missedMeshCollider2017-09-081-2/+2
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-7/+7
* Merge #10321: Use FastRandomContext for all testsPieter Wuille2017-06-071-6/+5
|\
| * scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-5/+5
| * Replace more rand() % NUM by randrangesPieter Wuille2017-06-071-4/+4
| * scripted-diff: use insecure_rand256/randrange morePieter Wuille2017-06-051-1/+1
| * Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
* | Add FindEarliestAtLeast test for edge casesRussell Yanofsky2017-03-031-0/+35
|/
* Add unit test for FindEarliestAtLeastSuhas Daftuar2017-01-121-0/+43
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* test: Fix test_random includesMarcoFalke2016-11-071-1/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+0
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Use arith_uint256 where necessaryWladimir J. van der Laan2015-01-051-6/+6
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-3/+4
* Add CChain::GetLocator() unit testPieter Wuille2014-07-061-0/+56
* Add skiplist unit testsPieter Wuille2014-06-291-0/+45