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
...
|
*
|
|
|
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-08-23
1
-0
/
+6
*
|
|
|
|
Merge #8548: [wallet] Use __func__ to get function name for output printing
Wladimir J. van der Laan
2016-08-22
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Use __func__ to get function name for output printing
MarcoFalke
2016-08-19
1
-1
/
+1
*
|
|
|
|
Merge #8505: Trivial: Fix typos in various files
Wladimir J. van der Laan
2016-08-17
1
-3
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
various typos
leijurv
2016-08-14
1
-3
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2016-08-12
1
-17
/
+23
|
/
/
/
*
|
|
Merge #8392: Fix several node initialization issues
Wladimir J. van der Laan
2016-08-04
1
-2
/
+0
|
\
\
\
|
*
|
|
Use a signal to continue init after genesis activation
Pieter Wuille
2016-07-30
1
-2
/
+0
*
|
|
|
Merge #8391: Consensus: Remove ISM
Wladimir J. van der Laan
2016-08-04
1
-31
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Consensus: Remove ISM
NicolasDorier
2016-07-23
1
-31
/
+13
*
|
|
|
Merge #8413: Trivial: pass Consensus::Params& instead of CChainParams& in Con...
Pieter Wuille
2016-08-01
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Trivial: pass Consensus::Params& instead of CChainParams& in ContextualCheckB...
Jorge Timón
2016-07-27
1
-4
/
+4
|
|
/
/
/
*
|
/
/
net: Ignore `notfound` P2P messages
Wladimir J. van der Laan
2016-07-29
1
-0
/
+5
|
|
/
/
|
/
|
|
*
|
|
Merge #8274: util: Update tinyformat
Wladimir J. van der Laan
2016-07-29
1
-1
/
+1
|
\
\
\
|
*
|
|
util: Remove zero-argument versions of LogPrint and error
Wladimir J. van der Laan
2016-06-27
1
-1
/
+1
*
|
|
|
Merge #8408: Prevent fingerprinting, disk-DoS with compact blocks
Wladimir J. van der Laan
2016-07-29
1
-2
/
+1
|
\
\
\
\
|
*
|
|
|
Ignore CMPCTBLOCK messages for pruned blocks
Suhas Daftuar
2016-07-26
1
-1
/
+1
|
*
|
|
|
Ignore GETBLOCKTXN requests for unknown blocks
Suhas Daftuar
2016-07-26
1
-1
/
+0
*
|
|
|
|
Merge #8348: Trivial: Segwit: Don't call IsWitnessEnabled from ContextualChec...
Wladimir J. van der Laan
2016-07-28
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlock
Jorge Timón
2016-07-17
1
-1
/
+1
*
|
|
|
|
Merge #8381: Make witness v0 outputs non-standard
Wladimir J. van der Laan
2016-07-26
1
-2
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Make witness v0 outputs non-standard before segwit activation
Johnson Lau
2016-07-22
1
-2
/
+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge #8365: Treat high-sigop transactions as larger rather than rejecting them
Wladimir J. van der Laan
2016-07-26
1
-2
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Treat high-sigop transactions as larger rather than rejecting them
Pieter Wuille
2016-07-19
1
-2
/
+1
|
|
/
/
/
*
|
|
|
Merge #8347: Trivial: Make CBlockIndex param const in ContextualCheckBlockHea...
Wladimir J. van der Laan
2016-07-21
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and Conte...
Jorge Timón
2016-07-17
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Consensus: Remove calls to error() from ContextualCheckBlock
NicolasDorier
2016-07-21
1
-4
/
+4
*
|
|
|
Merge #8342: Consensus: Trivial transform BOOST_FOREACH into for loop
Wladimir J. van der Laan
2016-07-21
1
-9
/
+9
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Consensus: Trivial transform BOOST_FOREACH into for loop
NicolasDorier
2016-07-16
1
-9
/
+9
|
|
/
/
*
|
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-6
/
+6
*
|
|
Merge #8305: Improve handling of unconnecting headers
Wladimir J. van der Laan
2016-07-18
1
-1
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve handling of unconnecting headers
Suhas Daftuar
2016-07-12
1
-1
/
+37
*
|
|
Merge #8312: Fix mempool DoS vulnerability from malleated transactions
Wladimir J. van der Laan
2016-07-14
1
-5
/
+5
|
\
\
\
|
*
|
|
Fix DoS vulnerability in mempool acceptance
Suhas Daftuar
2016-07-07
1
-5
/
+5
|
|
/
/
*
|
|
Merge #8271: [bugfix] Do not send witnesses in cmpctblock
Wladimir J. van der Laan
2016-07-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Do not send witnesses in cmpctblock
Pieter Wuille
2016-06-26
1
-1
/
+1
|
|
/
*
|
Merge #8275: Remove bad chain alert partition check
Wladimir J. van der Laan
2016-07-06
1
-62
/
+0
|
\
\
|
*
|
Remove bad chain alert partition check
BtcDrak
2016-06-14
1
-62
/
+0
*
|
|
Revert "net: Avoid duplicate getheaders requests." PR #8054
Gregory Maxwell
2016-07-05
1
-8
/
+1
|
|
/
|
/
|
*
|
[qa] Add rpc test for segwit
Alex Morcos
2016-06-22
1
-5
/
+10
*
|
Do not use compact blocks when segwit is enabled
Pieter Wuille
2016-06-22
1
-2
/
+6
*
|
Add rewind logic to deal with post-fork software updates
Pieter Wuille
2016-06-22
1
-19
/
+113
*
|
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-27
/
+51
*
|
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
1
-1
/
+1
*
|
BIP144: Handshake and relay (receiver side)
Pieter Wuille
2016-06-22
1
-8
/
+36
*
|
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-8
/
+138
*
|
BIP141: Witness program
Pieter Wuille
2016-06-22
1
-1
/
+2
*
|
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-12
/
+16
*
|
Merge #8068: Compact Blocks
Wladimir J. van der Laan
2016-06-22
1
-41
/
+349
|
\
\
|
*
|
Fix some minor compact block issues that came up in review
Matt Corallo
2016-06-21
1
-3
/
+3
[prev]
[next]