aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
AgeCommit message (Expand)Author
2014-10-14Remove CheckMinWork, as we always know all parent headersPieter Wuille
2014-09-20test: Fix DoS tests after c74332cWladimir J. van der Laan
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-10Stricter handling of orphan transactionsGavin Andresen
2014-09-08Separate script/signjtimon
2014-09-08Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon
2014-08-27Merge pull request #4377Pieter Wuille
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-23replace ComputeMinWork with CheckMinWorkjtimon
2014-06-25Remove timing-based signature cache unit testGavin Andresen
2014-06-23Refactor proof of work related functions out of mainjtimon
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-05-09Reduce bignum.h now it is only needed for scriptnum_testsPieter Wuille
2014-05-09Move {Get,Set}Compact from bignum to uint256Pieter Wuille
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-02-08Per-peer block download tracking and stalled download detection.Pieter Wuille
2013-12-08Add main-specific node statePieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-08-02Simplify storage of orphan transactionsGavin Andresen
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2012-11-15Introduce script verification flagsPieter Wuille
2012-10-21change blockchain -> block chain (spelling)Philip Kaufmann
2012-10-20UltraprunePieter Wuille
2012-09-21Check for canonical public keys and signaturesPieter Wuille
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24DoS_tests: fix signed/unsigned comparison warningsJeff Garzik
2012-05-22Merge branch 'optimize'Gavin Andresen
2012-05-18Cache signature verificationsGavin Andresen
2012-05-18Optimize orphan transaction handlingGavin Andresen
2012-05-17Refactor: GetRandHash() method for utilGavin Andresen
2012-05-04Support for multiple local addressesPieter Wuille
2012-04-23SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik
2012-04-17Fix tests after recent refactorsPieter Wuille
2012-02-29DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen
2012-01-06Network stack refactorPieter Wuille
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-12-01Orphan block fill-up-memory attack preventionGavin Andresen
2011-12-01Moved checkpoints out of main, to prep for using them to help prevent DoS att...Gavin Andresen
2011-09-21Framework for banning mis-behaving peersGavin Andresen