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-11-26
Make fImporting an std::atomic
Matt Corallo
2016-11-23
Merge #8930: Move orphan processing to ActivateBestChain
Pieter Wuille
2016-11-23
Merge #9199: Always drop the least preferred HB peer when adding a new one.
Pieter Wuille
2016-11-23
Move orphan-conflict removal from main logic into a callback
Matt Corallo
2016-11-23
Merge #9196: Send tip change notification from invalidateblock
Wladimir J. van der Laan
2016-11-23
Merge #8690: Do not fully sort all nodes for addr relay
Wladimir J. van der Laan
2016-11-22
Always drop the least preferred HB peer when adding a new one.
Gregory Maxwell
2016-11-21
Merge #8872: Remove block-request logic from INV message processing
Wladimir J. van der Laan
2016-11-21
Merge #9117: net: don't send feefilter messages before the version handshake ...
Wladimir J. van der Laan
2016-11-19
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-17
Erase orphans per-transaction instead of per-block
Matt Corallo
2016-11-17
Move orphan processing to ActivateBestChain
Matt Corallo
2016-11-17
Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Pieter Wuille
2016-11-14
[trivial] Fix hungarian variable name
Russell Yanofsky
2016-11-11
Merge #9058: Fixes for p2p-compactblocks.py test timeouts on travis (#8842)
Wladimir J. van der Laan
2016-11-10
Merge #9049: Remove duplicatable duplicate-input check from CheckTransaction
Wladimir J. van der Laan
2016-11-09
Optimize vInOutPoints insertion a bit
Matt Corallo
2016-11-09
Remove redundant duplicate-input check from CheckTransaction
Matt Corallo
2016-11-09
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-09
net: don't send feefilter messages before the version handshake is complete
Cory Fields
2016-11-09
Merge #9039: Various serialization simplifcations and optimizations
Wladimir J. van der Laan
2016-11-07
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-07
Remove block-request logic from INV message processing
Matt Corallo
2016-11-07
Merge #9045: Hash P2P messages as they are received instead of at process-time
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
Modify getblocktxn handler not to drop requests for old blocks
Russell Yanofsky
2016-11-07
Merge #8709: Allow filterclear messages for enabling TX relay only.
Wladimir J. van der Laan
2016-11-03
net: handle version push in InitializeNode
Cory Fields
2016-11-03
net: construct CNodeStates in place
Cory Fields
2016-11-03
net: switch all callers to connman for pushing messages
Cory Fields
2016-11-03
connman is in charge of pushing messages
Cory Fields
2016-11-03
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-03
Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)
Wladimir J. van der Laan
2016-11-03
Do not fully sort all nodes for addr relay
Pieter Wuille
2016-11-03
Merge #9053: IBD using chainwork instead of height and not using header times...
Pieter Wuille
2016-11-02
Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB()
Wladimir J. van der Laan
2016-11-02
IsInitialBlockDownload no longer uses header-only timestamps.
Gregory Maxwell
2016-11-02
IBD check uses minimumchain work instead of checkpoints.
Gregory Maxwell
2016-10-31
Move nTimeBestReceived updating into net processing code
Matt Corallo
2016-10-31
Move all calls to CheckBlockIndex out of net-processing logic
Matt Corallo
2016-10-31
Remove network state wipe from UnloadBlockIndex.
Matt Corallo
2016-10-31
Move MarkBlockAsReceived out of ProcessNewMessage
Matt Corallo
2016-10-31
Move FlushStateToDisk call out of ProcessMessages::TX into ATMP
Matt Corallo
2016-10-31
Add DumpMempool and LoadMempool
Pieter Wuille
2016-10-30
Add AcceptToMemoryPoolWithTime function
Pieter Wuille
2016-10-30
Hash P2P messages as they are received instead of at process-time
Matt Corallo
2016-10-25
Send tip change notification from invalidateblock
Russell Yanofsky
2016-10-25
Explicitly pass const CChainParams& to LoadBlockIndexDB()
Geoffrey Tsui
[next]