Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
[novacoin.git] / src / test /
2012-04-04 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-04-04 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-04 Luke DashjrFix script tests for P2SH
2012-02-29 Gavin AndresenDoS fix for mapOrphanTransactions
2012-02-27 Pieter WuilleAdd mruset and use it for setInventoryKnown
2012-02-20 Pieter WuilleFix tests after 38067c18
2012-02-07 Gavin AndresenNew GetArg features: allow --, and booleans can be...
2012-02-07 Gavin AndresenUnit tests for the GetArg() methods
2012-02-07 Gavin AndresenMerge branch 'standardScriptSigs' of github.com:gavinan...
2012-01-20 Gavin AndresenSimplify counting of P2SH sigops to match BIP 16 (thank...
2012-01-19 Gavin AndresenMake transactions with extra data in their scriptSig...
2012-01-13 Gavin AndresenRefactored ConnectInputs, so valid-transaction-checks...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-09 Pieter WuilleUnit tests for EC key routines
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-02 coderrrmake sure IsMine only returns true when we own all...
2011-12-27 Gavin AndresenFixed OP_EVAL recursion unit test, checks for both...
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenInterpret OP_EVAL as OP_NOP until Feb 1, 2012
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenGlobal fixture to send output to console instead of...
2011-12-19 Gavin AndresenSupport 3 new multisignature IsStandard transactions
2011-12-19 Gavin AndresenRework unit tests so test_bitcoin.cpp does not #include...
2011-12-02 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-11-02 Clark GaebelAdded simple critical section test cases.
2011-10-05 Gavin AndresenFix miner_test unit test bug
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-03 Gavin AndresenDeclare integer constant LL
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Gavin AndresenMerge pull request #524 from sipa/signandverif
2011-09-28 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-28 Wladimir J. van... use median filter for peer-reported reported number...
2011-09-27 Pieter WuilleTest case for base64 encode/decode
2011-09-21 Gavin AndresenFramework for banning mis-behaving peers
2011-08-26 Gavin AndresenCHECKMULTISIG unit tests.
2011-08-08 Matt CoralloCleanup test suite output to be more useful.
2011-08-08 Matt CoralloAdd file for transaction tests.
2011-08-08 Vegard NossumAdd a file for script tests
2011-08-08 Vegard NossumFix testing setup
2011-06-27 Gavin AndresenBoost unit-testing framework.