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
/
main.cpp
Age
Commit message (
Expand
)
Author
2016-08-04
Merge #8391: Consensus: Remove ISM
Wladimir J. van der Laan
2016-08-01
Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...
Pieter Wuille
2016-07-29
net: Ignore `notfound` P2P messages
Wladimir J. van der Laan
2016-07-29
Merge #8274: util: Update tinyformat
Wladimir J. van der Laan
2016-07-29
Merge #8408: Prevent fingerprinting, disk-DoS with compact blocks
Wladimir J. van der Laan
2016-07-28
Merge #8348: Trivial: Segwit: Don't call IsWitnessEnabled from ContextualChec...
Wladimir J. van der Laan
2016-07-27
Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...
Jorge Timón
2016-07-26
Ignore CMPCTBLOCK messages for pruned blocks
Suhas Daftuar
2016-07-26
Ignore GETBLOCKTXN requests for unknown blocks
Suhas Daftuar
2016-07-26
Merge #8381: Make witness v0 outputs non-standard
Wladimir J. van der Laan
2016-07-26
Merge #8365: Treat high-sigop transactions as larger rather than rejecting them
Wladimir J. van der Laan
2016-07-23
Consensus: Remove ISM
NicolasDorier
2016-07-22
Make witness v0 outputs non-standard before segwit activation
Johnson Lau
2016-07-21
Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea...
Wladimir J. van der Laan
2016-07-21
Consensus: Remove calls to error() from ContextualCheckBlock
NicolasDorier
2016-07-21
Merge #8342: Consensus: Trivial transform BOOST_FOREACH into for loop
Wladimir J. van der Laan
2016-07-19
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-18
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
Merge #8305: Improve handling of unconnecting headers
Wladimir J. van der Laan
2016-07-17
Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlock
Jorge Timón
2016-07-17
Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and Conte...
Jorge Timón
2016-07-16
Consensus: Trivial transform BOOST_FOREACH into for loop
NicolasDorier
2016-07-14
Merge #8312: Fix mempool DoS vulnerability from malleated transactions
Wladimir J. van der Laan
2016-07-14
Merge #8271: [bugfix] Do not send witnesses in cmpctblock
Wladimir J. van der Laan
2016-07-12
Improve handling of unconnecting headers
Suhas Daftuar
2016-07-07
Fix DoS vulnerability in mempool acceptance
Suhas Daftuar
2016-07-06
Merge #8275: Remove bad chain alert partition check
Wladimir J. van der Laan
2016-07-05
Revert "net: Avoid duplicate getheaders requests." PR #8054
Gregory Maxwell
2016-06-27
util: Remove zero-argument versions of LogPrint and error
Wladimir J. van der Laan
2016-06-26
Do not send witnesses in cmpctblock
Pieter Wuille
2016-06-22
[qa] Add rpc test for segwit
Alex Morcos
2016-06-22
Do not use compact blocks when segwit is enabled
Pieter Wuille
2016-06-22
Add rewind logic to deal with post-fork software updates
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP144: Handshake and relay (receiver side)
Pieter Wuille
2016-06-22
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
Merge #8068: Compact Blocks
Wladimir J. van der Laan
2016-06-21
Fix some minor compact block issues that came up in review
Matt Corallo
2016-06-20
Merge #8179: Evict orphans which are included or precluded by accepted blocks.
Wladimir J. van der Laan
2016-06-19
Get our "best three" peers to announce blocks using cmpctblocks
Matt Corallo
2016-06-19
Add receiver-side protocol implementation for CMPCTBLOCK stuff
Matt Corallo
2016-06-19
Add sender-side protocol implementation for CMPCTBLOCK stuff
Matt Corallo
2016-06-19
Move context-required checks from CheckBlockHeader to Contextual...
Matt Corallo
2016-06-19
If AcceptBlockHeader returns true, pindex will be set.
Matt Corallo
2016-06-16
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
2016-06-15
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
Increase maximum orphan size to 100,000 bytes.
Gregory Maxwell
[next]