aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
AgeCommit message (Expand)Author
2017-11-02Add unit test for stale tip checkingSuhas Daftuar
2017-11-02Add unit test for outbound peer evictionSuhas Daftuar
2017-11-02net: drop unused connman paramCory Fields
2017-11-02net: use an interface class rather than signals for message processingCory Fields
2017-11-02net: pass CConnman via pointer rather than referenceCory Fields
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-06-09Remove unused Boost includespracticalswift
2017-06-08Merge #10545: Use list initialization (C++11) for maps/vectors instead of boo...Wladimir J. van der Laan
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05scripted-diff: use insecure_rand256/randrange morePieter Wuille
2017-06-05rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan
2017-02-16[Trivial] Update comments referencing main.cppCryptAxe
2017-02-02net: Disallow sending messages until the version handshake is completeCory Fields
2017-01-04Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan
2017-01-04Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan
2017-01-03net: make net processing interruptibleCory Fields
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-27Add a ForceSetArg method for testingMatt Corallo
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-21Convert COrphanTx to keep a CTransactionRefPieter Wuille
2016-12-05Remove mapOrphanTransactionsByPrev from DoS_testsPieter Wuille
2016-12-05Align struct COrphan definitionPieter Wuille
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-03net: handle version push in InitializeNodeCory Fields
2016-11-03connman is in charge of pushing messagesCory Fields
2016-10-31net: Use deterministic randomness for CNode's nonce, and make it constCory Fields
2016-09-19Move static global randomizer seeds into CConnmanPieter Wuille
2016-09-08net: Pass best block known height into CConnmanCory Fields
2016-09-08net: move nLocalServices/nRelevantServices to CConnmanCory Fields
2016-09-08net: move nLastNodeId to CConnmanCory Fields
2016-09-08net: move ban and addrman functions into CConnmanCory Fields
2016-09-08net: handle nodesignals in CConnmanCory Fields
2016-09-08net: Pass CConnman around as neededCory Fields
2016-06-22BIP143: Signing logicPieter Wuille
2016-06-20Merge #8179: Evict orphans which are included or precluded by accepted blocks.Wladimir J. van der Laan
2016-06-15Increase maximum orphan size to 100,000 bytes.Gregory Maxwell
2016-06-13Introduce enum ServiceFlags for service flagsPieter Wuille
2016-06-13Don't require services in -addnodePieter Wuille
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-11Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-03-03Reinitialize state in between individual unit tests.Pieter Wuille
2014-12-16Remove references to X11 licenceMichael Ford
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