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
2016-12-05
Remove mapOrphanTransactionsByPrev from DoS_tests
Pieter Wuille
2016-12-05
Align struct COrphan definition
Pieter Wuille
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-03
net: handle version push in InitializeNode
Cory Fields
2016-11-03
connman is in charge of pushing messages
Cory Fields
2016-10-31
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-09-19
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-08
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move nLastNodeId to CConnman
Cory Fields
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
net: handle nodesignals in CConnman
Cory Fields
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-20
Merge #8179: Evict orphans which are included or precluded by accepted blocks.
Wladimir J. van der Laan
2016-06-15
Increase maximum orphan size to 100,000 bytes.
Gregory Maxwell
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-11
Replace trickle nodes with per-node/message Poisson delays
Pieter Wuille
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-14
Remove CheckMinWork, as we always know all parent headers
Pieter Wuille
2014-09-20
test: Fix DoS tests after c74332c
Wladimir J. van der Laan
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-10
Stricter handling of orphan transactions
Gavin Andresen
2014-09-08
Separate script/sign
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-08-27
Merge pull request #4377
Pieter Wuille
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-23
replace ComputeMinWork with CheckMinWork
jtimon
2014-06-25
Remove timing-based signature cache unit test
Gavin Andresen
2014-06-23
Refactor proof of work related functions out of main
jtimon
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
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
[next]