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-03
Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)
Wladimir J. van der Laan
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-25
Explicitly pass const CChainParams& to LoadBlockIndexDB()
Geoffrey Tsui
2016-10-25
Merge #8515: A few mempool removal optimizations
Wladimir J. van der Laan
2016-10-24
Merge #8995: Add missing cs_main lock to ::GETBLOCKTXN processing
Wladimir J. van der Laan
2016-10-21
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-21
Fix doxygen comment: the transaction is returned in txOut
Pavel Janík
2016-10-21
Add missing cs_main lock to ::GETBLOCKTXN processing
Matt Corallo
2016-10-21
Merge #8968: Don't hold cs_main when calling ProcessNewBlock from a cmpctblock
Wladimir J. van der Laan
2016-10-20
Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip()
Jonas Schnelli
2016-10-19
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
Merge #8936: Report NodeId in misbehaving debug
Wladimir J. van der Laan
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-18
Don't hold cs_main when calling ProcessNewBlock from a cmpctblock
Matt Corallo
2016-10-18
Merge #8637: Compact Block Tweaks (rebase of #8235)
Wladimir J. van der Laan
2016-10-18
Merge #8914: Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-18
Report NodeId in misbehaving debug
R E Broadley
2016-10-17
Align constant names for maximum compact block / blocktxn depth
Pieter Wuille
2016-10-17
More agressively filter compact block requests
Matt Corallo
2016-10-17
Dont remove a "preferred" cmpctblock peer if they provide a block
Matt Corallo
2016-10-17
Merge #8499: Add several policy limits and disable uncompressed keys for segw...
Wladimir J. van der Laan
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-16
Add standard limits for P2WSH with tests
Johnson Lau
2016-10-15
Merge #8880: protocol.h: Move MESSAGE_START_SIZE into CMessageHeader
Wladimir J. van der Laan
2016-10-04
Use BlockChecked signal to send reject messages from mapBlockSource
Matt Corallo
2016-10-04
Remove SyncWithWallets wrapper function
Matt Corallo
2016-10-04
Always call UpdatedBlockTip, even if blocks were only disconnected
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
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-10-04
Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())
Matt Corallo
2016-10-04
Make validationinterface.UpdatedBlockTip more verbose
Matt Corallo
2016-10-04
Make GetFetchFlags always request witness objects from witness peers
Matt Corallo
2016-10-04
protocol.h: Move MESSAGE_START_SIZE into CMessageHeader
Wladimir J. van der Laan
2016-10-01
net: fix a few cases where messages were sent rather than dropped upon discon...
Cory Fields
2016-09-28
net: Consistent checksum handling
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel Janík
2016-09-22
Merge #8636: Implement NULLDUMMY softfork (BIP147)
Wladimir J. van der Laan
[next]