index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
DoS_tests.cpp
Age
Commit message (
Expand
)
Author
2014-05-09
Reduce bignum.h now it is only needed for scriptnum_tests
Pieter Wuille
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-02-08
Per-peer block download tracking and stalled download detection.
Pieter Wuille
2013-12-08
Add main-specific node state
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-08-02
Simplify storage of orphan transactions
Gavin Andresen
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2012-11-15
Introduce script verification flags
Pieter Wuille
2012-10-21
change blockchain -> block chain (spelling)
Philip Kaufmann
2012-10-20
Ultraprune
Pieter Wuille
2012-09-21
Check for canonical public keys and signatures
Pieter Wuille
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
DoS_tests: fix signed/unsigned comparison warnings
Jeff Garzik
2012-05-22
Merge branch 'optimize'
Gavin Andresen
2012-05-18
Cache signature verifications
Gavin Andresen
2012-05-18
Optimize orphan transaction handling
Gavin Andresen
2012-05-17
Refactor: GetRandHash() method for util
Gavin Andresen
2012-05-04
Support for multiple local addresses
Pieter Wuille
2012-04-23
SigOp and orphan-tx constants and counts are always unsigned.
Jeff Garzik
2012-04-17
Fix tests after recent refactors
Pieter Wuille
2012-02-29
DoS fix for mapOrphanTransactions
v0.6.0rc2
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Rework unit tests so test_bitcoin.cpp does not #include them all
Gavin Andresen
2011-12-01
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen
2011-09-21
Framework for banning mis-behaving peers
Gavin Andresen