aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.6.x' into 0.7.xLuke Dashjr2012-11-141-8/+1
|\
| * No need for test fixture now that multisig is enabled on main network.Gavin Andresen2012-11-121-8/+1
| * Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-111-1/+1
| |\
| | * Wrong address added to collection in testxanatos2012-09-101-1/+1
| | * Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-261-7/+7
| | |\
| | | * Merge branch '0.4.x' into 0.5.xLuke Dashjr2012-08-261-7/+7
| | | |\
| | | | * Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)Gavin Andresen2012-08-261-7/+7
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-08-122-3/+3
| |\| | |
| | * | | Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-121-2/+2
| | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-08-121-1/+1
| | |\| |
| | | * | Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-121-1/+1
| * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-07-063-5/+5
| |\| | |
| | * | | Fix a couple more typosfanquake2012-07-061-1/+1
| | * | | Small fix to rpc_testsxanatos2012-07-051-3/+3
| | * | | = instead of == in multisig_tests.cppxanatos2012-07-051-1/+1
| * | | | Merge branch '0.6.x' of git://gitorious.org/+bitcoin-stable-developers/bitcoi...Gavin Andresen2012-06-191-0/+6
| |\ \ \ \
| | * | | | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-06-141-0/+6
| | |\| | |
| | | * | | Merge branch '0.5.x' into 0.6.0.xLuke Dashjr2012-06-141-0/+6
| | | |\| |
| | | | * | Fix build of testcases after commit 0f10b21719e1b0d9683a142f0a7105e65f095694Wladimir J. van der Laan2012-06-141-0/+6
| | | | * | Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann2012-06-141-1/+1
| | | | * | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-04-041-15/+15
| | | | |\ \
| | | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-04-041-15/+15
| | | | | |\|
| | | | | | * Fix script tests for P2SHLuke Dashjr2012-04-041-15/+15
| | | | | | * Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-012-0/+35
| | | | | * | Orphan block fill-up-memory attack preventionGavin Andresen2011-12-011-0/+51
| | | | | * | Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen2011-12-013-1/+35
| | | * | | | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so...Chris Moore2012-04-151-5/+7
| * | | | | | Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)Gavin Andresen2012-06-191-7/+7
| * | | | | | Refactor: GetRandHash() method for utilGavin Andresen2012-06-191-10/+2
| * | | | | | Cache signature verificationsGavin Andresen2012-06-191-1/+92
| * | | | | | Optimize orphan transaction handlingGavin Andresen2012-06-191-2/+28
| |/ / / / /
* | | | | | data-driven base58 CBitcoinAddress/CBitcoinSecret testsWladimir J. van der Laan2012-10-014-64/+854
* | | | | | Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen2012-09-183-4/+67
|\ \ \ \ \ \
| * | | | | | Add various tests for CTransaction::CheckTransaction()Matt Corallo2012-09-052-2/+59
| * | | | | | check tx.CheckTransaction for data-driven tx tests.Matt Corallo2012-09-051-2/+8
* | | | | | | Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-1/+1
* | | | | | | | Wrong address added to collection in testxanatos2012-09-071-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1699 from laanwj/2012_08_secureallocPieter Wuille2012-08-241-0/+115
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan2012-08-231-0/+115
* | | | | | | Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-0/+123
|/ / / / / /
* | | | | | Merge branch 'testdata' of git://github.com/TheBlueMatt/bitcoinGavin Andresen2012-08-215-2/+411
|\ \ \ \ \ \
| * | | | | | Add data-driven transaction tests.Matt Corallo2012-08-203-0/+216
| * | | | | | Add a few test cases to data-driven script tests.Matt Corallo2012-08-202-2/+195
* | | | | | | Merge pull request #1687 from gavinandresen/quietunitPieter Wuille2012-08-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Suppress output when running unit tests.Gavin Andresen2012-08-201-1/+1
| |/ / / / / /
* / / / / / / Set block.nVersion to fix miner unit testGavin Andresen2012-08-201-0/+1
|/ / / / / /
* | | | | | Remove useless non-cross-platform tests.Matt Corallo2012-08-171-0/+2
* | | | | | fix further spelling errors / remove a tab in the sourcePhilip Kaufmann2012-08-021-3/+3
* | | | | | Bugfix: Use standard BTC unit in commentsLuke Dashjr2012-08-011-2/+2