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-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
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
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
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
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
[next]