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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add CVectorWriter and CNetMsgMaker
Cory Fields
2016-11-25
5
-0
/
+178
*
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 #8930: Move orphan processing to ActivateBestChain
Pieter Wuille
2016-11-23
2
-20
/
+29
|
\
|
*
Move orphan-conflict removal from main logic into a callback
Matt Corallo
2016-11-23
2
-28
/
+29
|
*
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 #9139: Change sync_blocks to pick smarter maxheight (on top of #9196)
MarcoFalke
2016-11-23
1
-6
/
+8
|
\
\
\
|
*
|
|
[qa] Change sync_blocks to pick smarter maxheight
Russell Yanofsky
2016-11-11
1
-6
/
+8
*
|
|
|
Merge #9206: Make test constant consistent with consensus.h
MarcoFalke
2016-11-23
4
-24
/
+24
|
\
\
\
\
|
*
|
|
|
Make test constant consistent with consensus.h
BtcDrak
2016-11-21
4
-24
/
+24
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge #9207: [Doc] Move comments above bash command in build-unix
Wladimir J. van der Laan
2016-11-23
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
[Doc] Move comments above bash command
Amir Abrams
2016-11-23
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Merge #9204: Clarify CreateTransaction error messages
Wladimir J. van der Laan
2016-11-23
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
fix CreateTransaction error messages
instagibbs
2016-11-22
1
-3
/
+3
*
|
|
|
|
Merge #9205: Minor change to comment for consistency.
Wladimir J. van der Laan
2016-11-23
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Minor change to comment above new NODE_WITNESS service flag to keep it consit...
Greg Walker
2016-11-22
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
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 #9141: Remove unnecessary calls to CheckFinalTx
Wladimir J. van der Laan
2016-11-23
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove unnecessary calls to CheckFinalTx
Jonas Schnelli
2016-11-12
1
-1
/
+1
*
|
|
|
|
|
|
Merge #9142: Move -salvagewallet, -zap(wtx) to where they belong
Wladimir J. van der Laan
2016-11-23
2
-14
/
+11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Move -salvagewallet, -zap(wtx) to where they belong
Jonas Schnelli
2016-11-12
2
-14
/
+11
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge #9025: getrawtransaction should take a bool for verbose
Wladimir J. van der Laan
2016-11-23
2
-13
/
+58
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
add testcases for getrawtransaction
John Newbery
2016-11-22
1
-4
/
+35
|
*
|
|
|
|
|
getrawtransaction should take a bool for verbose
jnewbery
2016-11-22
1
-9
/
+23
*
|
|
|
|
|
|
Merge #9130: Mention the new network toggle functionality in the tooltip.
Jonas Schnelli
2016-11-22
1
-2
/
+8
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Mention the new network toggle functionality in the tooltip.
Pavel JanÃk
2016-11-12
1
-2
/
+8
*
|
|
|
|
|
|
|
Merge #9200: bench: Fix subtle counting issue when rescaling iteration count
Wladimir J. van der Laan
2016-11-22
1
-2
/
+5
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
bench: Fix subtle counting issue when rescaling iteration count
Wladimir J. van der Laan
2016-11-22
1
-2
/
+5
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Merge #9185: [Qt] fix coincontrol sort issue
Jonas Schnelli
2016-11-22
2
-49
/
+32
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
[Qt] Clean up and fix coincontrol tree widget handling
Wladimir J. van der Laan
2016-11-20
2
-49
/
+11
|
*
|
|
|
|
|
|
[Qt] fix coincontrol sort issue
Jonas Schnelli
2016-11-18
2
-6
/
+27
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge #8872: Remove block-request logic from INV message processing
Wladimir J. van der Laan
2016-11-21
5
-31
/
+46
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Remove block-request logic from INV message processing
Matt Corallo
2016-11-07
1
-21
/
+5
|
*
|
|
|
|
|
|
[qa] Respond to getheaders and do not assume a getdata on inv
Matt Corallo
2016-11-07
3
-8
/
+24
|
*
|
|
|
|
|
|
[qa] Make comptool push blocks instead of relying on inv-fetch
mrbandrews
2016-11-07
1
-2
/
+17
*
|
|
|
|
|
|
|
Merge #8837: allow bitcoin-tx to parse partial transactions
Wladimir J. van der Laan
2016-11-21
2
-1
/
+11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Allow bitcoin-tx to parse partial transactions
jnewbery
2016-11-04
2
-1
/
+11
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minute
Wladimir J. van der Laan
2016-11-21
2
-2
/
+6
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Set DEFAULT_LIMITFREERELAY = 0 kB/minute
MarcoFalke
2016-11-18
2
-2
/
+6
*
|
|
|
|
|
|
|
|
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
|
|
|
_
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
Wladimir J. van der Laan
2016-11-21
27
-171
/
+261
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Introduce convenience type CTransactionRef
Pieter Wuille
2016-11-19
16
-57
/
+63
[next]