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.h
Age
Commit message (
Expand
)
Author
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-01
Merge #9183: Final Preparation for main.cpp Split
Pieter Wuille
2016-12-01
Document cs_main status when calling into PNB or PNBH
Matt Corallo
2016-11-26
Make fImporting an std::atomic
Matt Corallo
2016-11-23
Expose AcceptBlockHeader through main.h
Matt Corallo
2016-11-23
Merge #8930: Move orphan processing to ActivateBestChain
Pieter Wuille
2016-11-23
Move orphan-conflict removal from main logic into a callback
Matt Corallo
2016-11-21
Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minute
Wladimir J. van der Laan
2016-11-18
Set DEFAULT_LIMITFREERELAY = 0 kB/minute
MarcoFalke
2016-11-17
Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Pieter Wuille
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-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-02
Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB()
Wladimir J. van der Laan
2016-10-31
Remove network state wipe from UnloadBlockIndex.
Matt Corallo
2016-10-31
Add DumpMempool and LoadMempool
Pieter Wuille
2016-10-30
Add AcceptToMemoryPoolWithTime function
Pieter Wuille
2016-10-25
Explicitly pass const CChainParams& to LoadBlockIndexDB()
Geoffrey Tsui
2016-10-19
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-18
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-17
Align constant names for maximum compact block / blocktxn depth
Pieter Wuille
2016-10-04
Use BlockChecked signal to send reject messages from mapBlockSource
Matt Corallo
2016-10-04
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
Use CValidationInterface from chain logic to notify peer logic
Matt Corallo
2016-10-04
Move net-processing logic definitions together in main.h
Matt Corallo
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-09-02
Predeclare PrecomputedTransactionData as sturct
Pieter Wuille
2016-09-01
Merge #8524: Precompute sighashes
Pieter Wuille
2016-08-27
Reduce default number of blocks to check at startup
Pieter Wuille
2016-08-26
Add preciousblock RPC
Pieter Wuille
2016-08-26
Rename to PrecomputedTransactionData
Pieter Wuille
2016-08-16
Precompute sighashes
Pieter Wuille
2016-08-14
various typos
leijurv
2016-08-01
Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...
Pieter Wuille
2016-08-01
Merge #8346: Mempool: Use Consensus::CheckTxInputs direclty over main::CheckI...
Pieter Wuille
2016-07-29
Mempool: Use Consensus::CheckTxInputs direclty over main::CheckInputs
Jorge Timón
2016-07-27
Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...
Jorge Timón
2016-07-26
Merge #8365: Treat high-sigop transactions as larger rather than rejecting them
Wladimir J. van der Laan
2016-07-21
Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea...
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-17
Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and Conte...
Jorge Timón
2016-07-12
Improve handling of unconnecting headers
Suhas Daftuar
2016-07-06
Merge #8275: Remove bad chain alert partition check
Wladimir J. van der Laan
2016-06-22
[qa] Add GetTransactionSigOpCost unit tests
Jonas Nick
2016-06-22
Add rewind logic to deal with post-fork software updates
Pieter Wuille
[next]