aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Replace trickle nodes with per-node/message Poisson delaysPieter Wuille2015-12-111-7/+7
|/
* TRIVIAL: Missing includesJorge Timón2015-07-231-4/+1
* Reinitialize state in between individual unit tests.Pieter Wuille2015-03-031-1/+3
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Remove CheckMinWork, as we always know all parent headersPieter Wuille2014-10-141-45/+0
* test: Fix DoS tests after c74332cWladimir J. van der Laan2014-09-201-3/+7
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-3/+3
* Stricter handling of orphan transactionsGavin Andresen2014-09-101-4/+13
* Separate script/signjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Merge pull request #4377Pieter Wuille2014-08-271-5/+1
|\
| * replace ComputeMinWork with CheckMinWorkjtimon2014-08-231-5/+1
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
|/
* Remove timing-based signature cache unit testGavin Andresen2014-06-251-87/+0
* Refactor proof of work related functions out of mainjtimon2014-06-231-0/+1
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-6/+6
* Reduce bignum.h now it is only needed for scriptnum_testsPieter Wuille2014-05-091-1/+0
* Move {Get,Set}Compact from bignum to uint256Pieter Wuille2014-05-091-2/+2
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Per-peer block download tracking and stalled download detection.Pieter Wuille2014-02-081-1/+0
* Add main-specific node statePieter Wuille2013-12-081-7/+19
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-12/+14
* Simplify storage of orphan transactionsGavin Andresen2013-08-021-20/+9
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+2
* Introduce script verification flagsPieter Wuille2012-11-151-5/+6
* change blockchain -> block chain (spelling)Philip Kaufmann2012-10-211-3/+2
* UltraprunePieter Wuille2012-10-201-5/+5
* Check for canonical public keys and signaturesPieter Wuille2012-09-211-5/+5
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-5/+5
* DoS_tests: fix signed/unsigned comparison warningsJeff Garzik2012-05-241-7/+7
* Merge branch 'optimize'Gavin Andresen2012-05-221-13/+122
|\
| * Cache signature verificationsGavin Andresen2012-05-181-1/+92
| * Optimize orphan transaction handlingGavin Andresen2012-05-181-2/+28
| * Refactor: GetRandHash() method for utilGavin Andresen2012-05-171-10/+2
* | Support for multiple local addressesPieter Wuille2012-05-041-4/+4
|/
* SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik2012-04-231-1/+1
* Fix tests after recent refactorsPieter Wuille2012-04-171-2/+2
* DoS fix for mapOrphanTransactionsv0.6.0rc2Gavin Andresen2012-02-291-0/+79
* Network stack refactorPieter Wuille2012-01-061-18/+25
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-6/+4
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-4/+6
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-3/+4
* 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-011-1/+0
* Framework for banning mis-behaving peersGavin Andresen2011-09-211-0/+68