index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Fix compact block handling to not ban if block is invalid
Suhas Daftuar
2016-11-03
1
-14
/
+32
*
|
|
|
|
Merge #9045: Hash P2P messages as they are received instead of at process-time
Pieter Wuille
2016-11-07
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Hash P2P messages as they are received instead of at process-time
Matt Corallo
2016-10-30
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #8709: Allow filterclear messages for enabling TX relay only.
Wladimir J. van der Laan
2016-11-07
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
Allow filterclear messages for enabling TX relay only.
R E Broadley
2016-09-13
1
-4
/
+5
*
|
|
|
|
net: handle version push in InitializeNode
Cory Fields
2016-11-03
1
-4
/
+30
*
|
|
|
|
net: construct CNodeStates in place
Cory Fields
2016-11-03
1
-6
/
+6
*
|
|
|
|
net: switch all callers to connman for pushing messages
Cory Fields
2016-11-03
1
-49
/
+49
*
|
|
|
|
connman is in charge of pushing messages
Cory Fields
2016-11-03
1
-7
/
+7
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)
Wladimir J. van der Laan
2016-11-03
1
-28
/
+44
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Move nTimeBestReceived updating into net processing code
Matt Corallo
2016-10-31
1
-2
/
+3
|
*
|
|
Move all calls to CheckBlockIndex out of net-processing logic
Matt Corallo
2016-10-31
1
-4
/
+2
|
*
|
|
Remove network state wipe from UnloadBlockIndex.
Matt Corallo
2016-10-31
1
-9
/
+8
|
*
|
|
Move MarkBlockAsReceived out of ProcessNewMessage
Matt Corallo
2016-10-31
1
-5
/
+18
|
*
|
|
Move FlushStateToDisk call out of ProcessMessages::TX into ATMP
Matt Corallo
2016-10-31
1
-8
/
+13
|
|
|
/
|
|
/
|
*
|
|
Merge #9053: IBD using chainwork instead of height and not using header times...
Pieter Wuille
2016-11-03
1
-7
/
+8
|
\
\
\
|
*
|
|
IsInitialBlockDownload no longer uses header-only timestamps.
Gregory Maxwell
2016-11-02
1
-5
/
+4
|
*
|
|
IBD check uses minimumchain work instead of checkpoints.
Gregory Maxwell
2016-11-02
1
-2
/
+4
|
|
/
/
*
|
|
Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB()
Wladimir J. van der Laan
2016-11-02
1
-4
/
+3
|
\
\
\
|
*
|
|
Explicitly pass const CChainParams& to LoadBlockIndexDB()
Geoffrey Tsui
2016-10-25
1
-4
/
+3
|
|
/
/
*
|
|
Add DumpMempool and LoadMempool
Pieter Wuille
2016-10-31
1
-0
/
+113
*
|
|
Add AcceptToMemoryPoolWithTime function
Pieter Wuille
2016-10-30
1
-5
/
+11
|
/
/
*
|
Merge #8515: A few mempool removal optimizations
Wladimir J. van der Laan
2016-10-25
1
-8
/
+7
|
\
\
|
*
|
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
1
-5
/
+5
|
*
|
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-21
1
-3
/
+2
*
|
|
Merge #8995: Add missing cs_main lock to ::GETBLOCKTXN processing
Wladimir J. van der Laan
2016-10-24
1
-0
/
+2
|
\
\
\
|
*
|
|
Add missing cs_main lock to ::GETBLOCKTXN processing
Matt Corallo
2016-10-21
1
-0
/
+2
|
|
/
/
*
/
/
Fix doxygen comment: the transaction is returned in txOut
Pavel JanÃk
2016-10-21
1
-1
/
+1
|
/
/
*
|
Merge #8968: Don't hold cs_main when calling ProcessNewBlock from a cmpctblock
Wladimir J. van der Laan
2016-10-21
1
-21
/
+26
|
\
\
|
*
|
Don't hold cs_main when calling ProcessNewBlock from a cmpctblock
Matt Corallo
2016-10-18
1
-21
/
+26
*
|
|
Use pindexBestHeader instead of setBlockIndexCandidates for NotifyHeaderTip()
Jonas Schnelli
2016-10-20
1
-3
/
+2
*
|
|
RPC: augment getblockchaininfo bip9_softforks data
mruddy
2016-10-19
1
-0
/
+6
*
|
|
Merge #8936: Report NodeId in misbehaving debug
Wladimir J. van der Laan
2016-10-19
1
-2
/
+2
|
\
\
\
|
*
|
|
Report NodeId in misbehaving debug
R E Broadley
2016-10-18
1
-2
/
+2
*
|
|
|
Merge #8865: Decouple peer-processing-logic from block-connection-logic
Wladimir J. van der Laan
2016-10-18
1
-57
/
+65
|
\
\
\
\
|
*
|
|
|
Use BlockChecked signal to send reject messages from mapBlockSource
Matt Corallo
2016-10-04
1
-12
/
+20
|
*
|
|
|
Remove SyncWithWallets wrapper function
Matt Corallo
2016-10-04
1
-4
/
+4
|
*
|
|
|
Always call UpdatedBlockTip, even if blocks were only disconnected
Matt Corallo
2016-10-04
1
-7
/
+4
|
*
|
|
|
Remove CConnman parameter from ProcessNewBlock/ActivateBestChain
Matt Corallo
2016-10-04
1
-5
/
+5
|
*
|
|
|
Use CValidationInterface from chain logic to notify peer logic
Matt Corallo
2016-10-04
1
-24
/
+32
|
*
|
|
|
Remove duplicate nBlocksEstimate cmp (we already checked IsIBD())
Matt Corallo
2016-10-04
1
-5
/
+2
|
*
|
|
|
Make validationinterface.UpdatedBlockTip more verbose
Matt Corallo
2016-10-04
1
-4
/
+2
*
|
|
|
|
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-10-18
1
-2
/
+36
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add preciousblock RPC
Pieter Wuille
2016-08-26
1
-2
/
+36
*
|
|
|
|
Merge #8637: Compact Block Tweaks (rebase of #8235)
Wladimir J. van der Laan
2016-10-18
1
-5
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
Align constant names for maximum compact block / blocktxn depth
Pieter Wuille
2016-10-17
1
-3
/
+3
|
*
|
|
|
|
More agressively filter compact block requests
Matt Corallo
2016-10-17
1
-3
/
+3
|
*
|
|
|
|
Dont remove a "preferred" cmpctblock peer if they provide a block
Matt Corallo
2016-10-17
1
-2
/
+12
*
|
|
|
|
|
Merge #8914: Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-18
1
-6
/
+9
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-6
/
+9
[prev]
[next]