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-09-26
Implement NULLDUMMY softfork
Johnson Lau
2016-09-26
Do not store witness txn in rejection cache
Pieter Wuille
2016-09-21
UndoReadFromDisk works on undo files (rev), not on block files.
Pavel JanÃk
2016-09-21
Use __func__ to get function name for output printing
MarcoFalke
2016-09-21
various typos
leijurv
2016-09-21
Use a signal to continue init after genesis activation
Pieter Wuille
2016-09-21
net: Ignore `notfound` P2P messages
Wladimir J. van der Laan
2016-09-13
fix op order to append first alert
rodasmith
2016-09-07
Do not add random inbound peers to addrman.
Gregory Maxwell
2016-09-07
Fix some locks
Pieter Wuille
2016-09-07
Check for compatibility with download in FindNextBlocksToDownload
Pieter Wuille
2016-09-07
Precompute sighashes
Pieter Wuille
2016-09-07
[Qt] show network/chain errors in the GUI
Jonas Schnelli
2016-09-07
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-07-31
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-29
Prevent fingerprinting, disk-DoS with compact blocks
Suhas Daftuar
2016-07-26
Make witness v0 outputs non-standard before segwit activation
Johnson Lau
2016-07-19
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-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-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
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-14
Remove bad chain alert partition check
BtcDrak
2016-06-13
Introduce REQUIRED_SERVICES constant
Pieter Wuille
[next]