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-07-05
Revert "net: Avoid duplicate getheaders requests." PR #8054
Gregory Maxwell
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
2016-06-15
Treat orphans as implicit inv for parents, discard when parents rejected.
Gregory Maxwell
2016-06-15
Adds an expiration time for orphan tx.
Gregory Maxwell
2016-06-13
Introduce REQUIRED_SERVICES constant
Pieter Wuille
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Only store and connect to NODE_NETWORK nodes
Pieter Wuille
2016-06-13
Verify that outbound connections have expected services
Pieter Wuille
2016-06-13
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-06-13
Merge #8141: Continuing port of java comparison tool
Wladimir J. van der Laan
2016-06-10
This eliminates the primary leak that causes the orphan map to
Gregory Maxwell
2016-06-10
Track orphan by prev COutPoint rather than prev hash
Pieter Wuille
2016-06-09
Merge #8154: drop vAddrToSend after sending big addr message
Wladimir J. van der Laan
2016-06-08
Merge #8173: Use SipHash for node eviction (cont'd)
Pieter Wuille
2016-06-08
Merge #7935: Versionbits: GBT support
Pieter Wuille
2016-06-08
Merge #8126: std::shared_ptr based CTransaction storage in mempool
Wladimir J. van der Laan
2016-06-08
Merge #8078: Disable the mempool P2P command when bloom filters disabled
Wladimir J. van der Laan
2016-06-07
Use C++11 thread-safe static initializers
Pieter Wuille
2016-06-07
Merge #8136: Log/report in 10% steps during VerifyDB
Wladimir J. van der Laan
2016-06-07
Get rid of CTxMempool::lookup() entirely
Pieter Wuille
2016-06-07
Log/report in 10% steps during VerifyDB
Jonas Schnelli
2016-06-06
drop vAddrToSend after sending big addr message
Kaz Wesley
2016-06-06
Implement BIP 9 GBT changes
Luke Dashjr
2016-06-06
Merge #8007: Minor locking improvements
Wladimir J. van der Laan
2016-06-06
Optimization: use usec in expiration and reuse nNow
Pieter Wuille
2016-06-06
Optimization: don't check the mempool at all if no mempool req ever
Pieter Wuille
2016-06-06
Optimize the relay map to use shared_ptr's
Pieter Wuille
2016-06-04
IsInitialBlockDownload: usually avoid locking
Kaz Wesley
2016-06-05
Switch CTransaction storage in mempool to std::shared_ptr
Pieter Wuille
2016-06-03
comment nit: miners don't vote
instagibbs
2016-06-03
Merge #7942: locking for Misbehave() and other cs_main locking fixes
Wladimir J. van der Laan
[next]