index
:
archived-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
*
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
*
|
|
|
|
Merge #8499: Add several policy limits and disable uncompressed keys for segw...
Wladimir J. van der Laan
2016-10-17
1
-1
/
+5
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Add standard limits for P2WSH with tests
Johnson Lau
2016-10-16
1
-1
/
+5
|
|
/
/
/
*
|
|
|
Merge #8880: protocol.h: Move MESSAGE_START_SIZE into CMessageHeader
Wladimir J. van der Laan
2016-10-15
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
protocol.h: Move MESSAGE_START_SIZE into CMessageHeader
Wladimir J. van der Laan
2016-10-04
1
-3
/
+3
*
|
|
|
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-10-04
1
-22
/
+56
*
|
|
|
Make GetFetchFlags always request witness objects from witness peers
Matt Corallo
2016-10-04
1
-1
/
+1
|
/
/
/
*
|
/
net: fix a few cases where messages were sent rather than dropped upon discon...
Cory Fields
2016-10-01
1
-2
/
+2
|
|
/
|
/
|
*
|
net: Consistent checksum handling
Wladimir J. van der Laan
2016-09-28
1
-4
/
+5
*
|
Do not shadow variables
Pavel Janík
2016-09-27
1
-14
/
+14
*
|
Merge #8636: Implement NULLDUMMY softfork (BIP147)
Wladimir J. van der Laan
2016-09-22
1
-0
/
+1
|
\
\
|
*
|
Implement NULLDUMMY softfork
Johnson Lau
2016-08-31
1
-0
/
+1
*
|
|
Merge #8688: Move static global randomizer seeds into CConnman
Wladimir J. van der Laan
2016-09-19
1
-3
/
+3
|
\
\
\
|
*
|
|
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-19
1
-3
/
+3
*
|
|
|
UndoReadFromDisk works on undo files (rev), not on block files.
Pavel Janík
2016-09-15
1
-1
/
+1
|
/
/
/
*
|
|
fix op order to append first alert
rodasmith
2016-09-10
1
-2
/
+2
*
|
|
Merge #8681: Performance Regression Fix: Pre-Allocate txChanged vector
Pieter Wuille
2016-09-09
1
-4
/
+7
|
\
\
\
|
*
|
|
Performance Regression Fix: Pre-Allocate txChanged vector
Jeremy Rubin
2016-09-07
1
-4
/
+7
*
|
|
|
Merge #8085: p2p: Begin encapsulation
Wladimir J. van der Laan
2016-09-09
1
-76
/
+93
|
\
\
\
\
|
*
|
|
|
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
1
-3
/
+0
|
*
|
|
|
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
1
-8
/
+2
|
*
|
|
|
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
1
-6
/
+6
|
*
|
|
|
net: move SendBufferSize/ReceiveFloodSize to CConnman
Cory Fields
2016-09-08
1
-3
/
+7
[next]