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
/
net.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...
Wladimir J. van der Laan
2020-08-12
1
-8
/
+5
|
\
|
*
[net] Add addpeeraddress RPC method
John Newbery
2020-08-12
1
-1
/
+1
|
*
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-08-12
1
-7
/
+4
*
|
Merge #19316: [net] Cleanup logic around connection types
fanquake
2020-08-12
1
-12
/
+74
|
\
\
|
|
/
|
/
|
|
*
[net] Remove unnecessary default args on CNode constructor
Amiti Uttarwar
2020-08-07
1
-1
/
+1
|
*
[net/refactor] Simplify multiple-connection checks
Amiti Uttarwar
2020-08-07
1
-0
/
+15
|
*
[net/refactor] Rework ThreadOpenConnections logic
Amiti Uttarwar
2020-08-07
1
-0
/
+23
|
*
[net/refactor] Remove fInbound flag from CNode
Amiti Uttarwar
2020-08-07
1
-1
/
+4
|
*
[net/refactor] Remove m_addr_fetch member var from CNode
Amiti Uttarwar
2020-08-07
1
-1
/
+4
|
*
[net/refactor] Remove fFeeler flag from CNode
Amiti Uttarwar
2020-08-07
1
-1
/
+4
|
*
[net/refactor] Remove m_manual_connection flag from CNode
Amiti Uttarwar
2020-08-07
1
-1
/
+4
|
*
[net/refactor] Add connection type as a member var to CNode
Amiti Uttarwar
2020-08-07
1
-0
/
+1
|
*
[doc] Describe different connection types
Amiti Uttarwar
2020-08-07
1
-6
/
+9
|
*
[net/refactor] Add AddrFetch connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
1
-1
/
+2
|
*
[net/refactor] Extract m_addr_known logic from initializer list
Amiti Uttarwar
2020-08-07
1
-1
/
+1
|
*
[net/refactor] Add block relay only connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
1
-3
/
+4
|
*
[net/refactor] Add feeler connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
1
-1
/
+2
|
*
[net/refactor] Add manual connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
1
-2
/
+3
|
*
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-08-07
1
-1
/
+5
|
*
scripted-diff: Rename OneShot to AddrFetch
Amiti Uttarwar
2020-08-07
1
-6
/
+6
*
|
Add addr permission flag enabling non-cached addr sharing
Gleb Naumenko
2020-07-30
1
-1
/
+1
*
|
Cache responses to addr requests
Gleb Naumenko
2020-07-30
1
-0
/
+31
*
|
Remove useless 2500 limit on AddrMan queries
Gleb Naumenko
2020-07-24
1
-0
/
+3
|
/
*
Merge #19473: net: Add -networkactive option
MarcoFalke
2020-07-23
1
-1
/
+1
|
\
|
*
net: Add -networkactive option
Hennadii Stepanov
2020-07-22
1
-1
/
+1
*
|
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-22
1
-2
/
+2
|
\
\
|
*
|
Rename AddInventoryKnown() to AddKnownTx()
Suhas Daftuar
2020-07-19
1
-1
/
+1
|
*
|
Just pass a hash to AddInventoryKnown
Suhas Daftuar
2020-07-18
1
-2
/
+2
*
|
|
Merge #19217: p2p: disambiguate block-relay-only variable names from blockson...
MarcoFalke
2020-07-21
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
scripted-diff: replace MAX_BLOCKS_ONLY_CONNECTIONS with MAX_BLOCK_RELAY_ONLY_...
glowang
2020-06-09
1
-1
/
+1
*
|
|
[net/net processing] check banman pointer before dereferencing
John Newbery
2020-07-14
1
-0
/
+1
*
|
|
Merge #14033: p2p: Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VER...
MarcoFalke
2020-07-10
1
-1
/
+0
|
\
\
\
|
*
|
|
Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VERSION is greater
Ben Woosley
2020-06-23
1
-1
/
+0
*
|
|
|
Merge #18638: net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-07-10
1
-8
/
+8
|
\
\
\
\
|
*
|
|
|
net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-06-19
1
-8
/
+8
|
|
/
/
/
*
|
|
|
Merge #19314: refactor: Use uint16_t instead of unsigned short
Wladimir J. van der Laan
2020-07-09
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-06-22
1
-2
/
+2
|
|
/
/
*
|
|
[net] Make cs_inventory a non-recursive mutex
John Newbery
2020-06-23
1
-1
/
+1
*
|
|
[net processing] Remove PushBlockInventory and PushBlockHash
John Newbery
2020-06-23
1
-12
/
+0
|
/
/
*
|
Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...
MarcoFalke
2020-06-19
1
-1
/
+1
|
\
\
|
*
|
refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsg
Sebastian Falbesoner
2020-05-11
1
-1
/
+1
*
|
|
[net] split PushInventory()
John Newbery
2020-06-18
1
-9
/
+11
|
|
/
|
/
|
*
|
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
1
-1
/
+1
|
\
\
|
*
|
net: fMsgProcWake use LOCK instead of lock_guard
Anthony Towns
2020-05-19
1
-1
/
+1
*
|
|
p2p: add MAX_FEELER_CONNECTIONS constant
tryphe
2020-05-12
1
-0
/
+2
|
|
/
|
/
|
*
|
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-05-05
1
-2
/
+3
|
/
*
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-04-23
1
-6
/
+0
*
Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....
MarcoFalke
2020-04-20
1
-2
/
+1
|
\
|
*
net: limit BIP37 filter lifespan (active between 'filterload' and 'filterclear')
Sebastian Falbesoner
2020-04-09
1
-2
/
+1
*
|
Merge #18454: net: Make addr relay mockable, add test
MarcoFalke
2020-04-10
1
-2
/
+2
|
\
\
|
|
/
|
/
|
[prev]
[next]