aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Trivial] Update comments referencing main.cppCryptAxe2017-02-161-1/+1
* net: Disallow sending messages until the version handshake is completeCory Fields2017-02-021-0/+4
* Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan2017-01-041-12/+12
|\
| * Convert COrphanTx to keep a CTransactionRefPieter Wuille2016-12-211-12/+12
* | Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan2017-01-041-7/+13
|\ \
| * | net: make net processing interruptibleCory Fields2017-01-031-7/+13
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ /
* | Add a ForceSetArg method for testingMatt Corallo2016-12-271-3/+3
* | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-0/+1
|/
* Remove mapOrphanTransactionsByPrev from DoS_testsPieter Wuille2016-12-051-2/+0
* Align struct COrphan definitionPieter Wuille2016-12-051-0/+1
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-1/+1
* net: handle version push in InitializeNodeCory Fields2016-11-031-4/+4
* connman is in charge of pushing messagesCory Fields2016-11-031-0/+4
* net: Use deterministic randomness for CNode's nonce, and make it constCory Fields2016-10-311-4/+4
* Move static global randomizer seeds into CConnmanPieter Wuille2016-09-191-4/+4
* net: Pass best block known height into CConnmanCory Fields2016-09-081-4/+4
* net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-081-4/+4
* net: move nLastNodeId to CConnmanCory Fields2016-09-081-4/+6
* net: move ban and addrman functions into CConnmanCory Fields2016-09-081-14/+14
* net: handle nodesignals in CConnmanCory Fields2016-09-081-0/+4
* net: Pass CConnman around as neededCory Fields2016-09-081-7/+7
* BIP143: Signing logicPieter Wuille2016-06-221-2/+2
* Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan2016-06-201-1/+1
|\
| * Increase maximum orphan size to 100,000 bytes.Gregory Maxwell2016-06-151-1/+1
* | Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-4/+4
* | Don't require services in -addnodePieter Wuille2016-06-131-4/+4
|/
* 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