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
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-4190
/
+0
*
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-2982
/
+1
*
Remove orphan state wipe from UnloadBlockIndex.
Matt Corallo
2016-12-01
1
-2
/
+0
*
Merge #9183: Final Preparation for main.cpp Split
Pieter Wuille
2016-12-01
1
-18
/
+44
|
\
|
*
Use ProcessNewBlockHeaders in CMPCTBLOCK processing
Matt Corallo
2016-12-01
1
-2
/
+7
|
*
Use exposed ProcessNewBlockHeaders from ProcessMessages
Matt Corallo
2016-12-01
1
-12
/
+15
|
*
Split ::HEADERS processing into two separate cs_main locks
Matt Corallo
2016-11-23
1
-4
/
+7
|
*
Expose AcceptBlockHeader through main.h
Matt Corallo
2016-11-23
1
-1
/
+16
*
|
Merge #9188: Make orphan parent fetching ask for witnesses.
Pieter Wuille
2016-12-01
1
-1
/
+2
|
\
\
|
*
|
Make orphan parent fetching ask for witnesses.
Gregory Maxwell
2016-11-18
1
-1
/
+2
*
|
|
Merge #9226: Remove fNetworkNode and pnodeLocalHost.
Pieter Wuille
2016-11-30
1
-2
/
+2
|
\
\
\
|
*
|
|
Remove fNetworkNode.
Gregory Maxwell
2016-11-27
1
-2
/
+2
*
|
|
|
Merge #9225: Fix some benign races
Wladimir J. van der Laan
2016-11-29
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Make fImporting an std::atomic
Matt Corallo
2016-11-26
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Fix some typos
fsb4000
2016-11-28
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge #9128: net: Decouple CConnman and message serialization
Pieter Wuille
2016-11-25
1
-93
/
+108
|
\
\
\
|
*
|
|
net: push only raw data into CConnman
Cory Fields
2016-11-25
1
-60
/
+71
|
*
|
|
net: No need to check individually for disconnection anymore
Cory Fields
2016-11-25
1
-7
/
+7
|
*
|
|
net: don't send any messages before handshake or after requested disconnect
Cory Fields
2016-11-23
1
-21
/
+25
|
*
|
|
net: Set feelers to disconnect at the end of the version message
Cory Fields
2016-11-23
1
-6
/
+6
|
|
/
/
*
|
|
Merge #9189: Always add default_witness_commitment with GBT client support
Wladimir J. van der Laan
2016-11-25
1
-8
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Always add default_witness_commitment with GBT client support
Pieter Wuille
2016-11-21
1
-8
/
+1
*
|
|
Merge #8930: Move orphan processing to ActivateBestChain
Pieter Wuille
2016-11-23
1
-20
/
+28
|
\
\
\
|
*
|
|
Move orphan-conflict removal from main logic into a callback
Matt Corallo
2016-11-23
1
-28
/
+28
|
*
|
|
Erase orphans per-transaction instead of per-block
Matt Corallo
2016-11-17
1
-8
/
+9
|
*
|
|
Move orphan processing to ActivateBestChain
Matt Corallo
2016-11-17
1
-20
/
+27
|
|
|
/
|
|
/
|
*
|
|
Merge #9199: Always drop the least preferred HB peer when adding a new one.
Pieter Wuille
2016-11-23
1
-3
/
+2
|
\
\
\
|
*
|
|
Always drop the least preferred HB peer when adding a new one.
Gregory Maxwell
2016-11-22
1
-3
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge #9196: Send tip change notification from invalidateblock
Wladimir J. van der Laan
2016-11-23
1
-0
/
+1
|
\
\
\
|
*
|
|
Send tip change notification from invalidateblock
Russell Yanofsky
2016-10-25
1
-0
/
+1
*
|
|
|
Merge #8690: Do not fully sort all nodes for addr relay
Wladimir J. van der Laan
2016-11-23
1
-7
/
+16
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Do not fully sort all nodes for addr relay
Pieter Wuille
2016-11-03
1
-7
/
+16
*
|
|
|
Merge #8872: Remove block-request logic from INV message processing
Wladimir J. van der Laan
2016-11-21
1
-21
/
+5
|
\
\
\
\
|
*
|
|
|
Remove block-request logic from INV message processing
Matt Corallo
2016-11-07
1
-21
/
+5
*
|
|
|
|
Merge #9117: net: don't send feefilter messages before the version handshake ...
Wladimir J. van der Laan
2016-11-21
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
net: don't send feefilter messages before the version handshake is complete
Cory Fields
2016-11-09
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
1
-7
/
+7
*
|
|
|
|
Make CBlock::vtx a vector of shared_ptr<CTransaction>
Pieter Wuille
2016-11-19
1
-42
/
+45
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge #9075: Decouple peer-processing-logic from block-connection-logic (#3)
Pieter Wuille
2016-11-17
1
-33
/
+27
|
\
\
\
\
|
*
|
|
|
Replace CValidationState param in ProcessNewBlock with BlockChecked
Matt Corallo
2016-11-09
1
-30
/
+13
|
*
|
|
|
Remove pfrom parameter from ProcessNewBlock
Matt Corallo
2016-11-09
1
-12
/
+23
*
|
|
|
|
[trivial] Fix hungarian variable name
Russell Yanofsky
2016-11-14
1
-4
/
+4
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge #9058: Fixes for p2p-compactblocks.py test timeouts on travis (#8842)
Wladimir J. van der Laan
2016-11-11
1
-0
/
+12
|
\
\
\
\
|
*
|
|
|
Modify getblocktxn handler not to drop requests for old blocks
Russell Yanofsky
2016-11-07
1
-0
/
+12
*
|
|
|
|
Merge #9049: Remove duplicatable duplicate-input check from CheckTransaction
Wladimir J. van der Laan
2016-11-10
1
-9
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
Optimize vInOutPoints insertion a bit
Matt Corallo
2016-11-09
1
-2
/
+1
|
*
|
|
|
|
Remove redundant duplicate-input check from CheckTransaction
Matt Corallo
2016-11-09
1
-9
/
+11
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #9039: Various serialization simplifcations and optimizations
Wladimir J. van der Laan
2016-11-09
1
-2
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
1
-2
/
+2
*
|
|
|
|
Merge #9026: Fix handling of invalid compact blocks
Pieter Wuille
2016-11-07
1
-14
/
+32
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
[next]