aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
AgeCommit message (Expand)Author
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