index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.h
Age
Commit message (
Expand
)
Author
2020-07-23
Merge #19473: net: Add -networkactive option
MarcoFalke
2020-07-22
net: Add -networkactive option
Hennadii Stepanov
2020-07-22
Merge #18044: Use wtxid for transaction relay
Wladimir J. van der Laan
2020-07-21
Merge #19217: p2p: disambiguate block-relay-only variable names from blockson...
MarcoFalke
2020-07-19
Rename AddInventoryKnown() to AddKnownTx()
Suhas Daftuar
2020-07-18
Just pass a hash to AddInventoryKnown
Suhas Daftuar
2020-07-14
[net/net processing] check banman pointer before dereferencing
John Newbery
2020-07-10
Merge #14033: p2p: Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VER...
MarcoFalke
2020-07-10
Merge #18638: net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-07-09
Merge #19314: refactor: Use uint16_t instead of unsigned short
Wladimir J. van der Laan
2020-06-23
[net] Make cs_inventory a non-recursive mutex
John Newbery
2020-06-23
[net processing] Remove PushBlockInventory and PushBlockHash
John Newbery
2020-06-23
Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VERSION is greater
Ben Woosley
2020-06-22
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-06-19
net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-06-19
Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...
MarcoFalke
2020-06-18
[net] split PushInventory()
John Newbery
2020-06-09
scripted-diff: replace MAX_BLOCKS_ONLY_CONNECTIONS with MAX_BLOCK_RELAY_ONLY_...
glowang
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-19
net: fMsgProcWake use LOCK instead of lock_guard
Anthony Towns
2020-05-12
p2p: add MAX_FEELER_CONNECTIONS constant
tryphe
2020-05-11
refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsg
Sebastian Falbesoner
2020-05-05
Make ThreadSafe{MessageBox|Question} bilingual
Hennadii Stepanov
2020-04-23
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-04-20
Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....
MarcoFalke
2020-04-10
Merge #18454: net: Make addr relay mockable, add test
MarcoFalke
2020-04-09
net: limit BIP37 filter lifespan (active between 'filterload' and 'filterclear')
Sebastian Falbesoner
2020-04-09
Merge #18521: fuzz: Add process_messages harness
MarcoFalke
2020-04-05
fuzz: Add process_messages harness
MarcoFalke
2020-03-29
net: Add missing cs_vNodes lock
MarcoFalke
2020-03-27
net: Make addr relay mockable
MarcoFalke
2020-03-04
refactor: Convert ping wait time from double to int64_t
Ben Woosley
2020-03-04
refactor: Convert min ping time from double to int64_t
Ben Woosley
2020-03-04
refactor: Convert ping time from double to int64_t
Ben Woosley
2020-02-28
Merge #16562: Refactor message transport packaging
MarcoFalke
2020-01-31
Mark asmap const in statistics code
Pieter Wuille
2020-01-31
Avoid asmap copies in initialization
Pieter Wuille
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-23
Return mapped AS in RPC call getpeerinfo
Gleb Naumenko
2020-01-22
Refactor message transport packaging
Jonas Schnelli
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-10
gui: Set CConnman byte counters earlier to avoid uninitialized reads
Russell Yanofsky
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-11-05
Merge #17243: p2p: add PoissonNextSend method that returns mockable time
MarcoFalke
2019-11-05
[tools] update nNextInvSend to use mockable time
Amiti Uttarwar
2019-11-05
[tools] add PoissonNextSend method that returns mockable time
Amiti Uttarwar
2019-11-04
Merge #17164: p2p: Avoid allocating memory for addrKnown where we don't need it
MarcoFalke
2019-10-31
Minor refactoring to remove implied m_addr_relay_peer.
User
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
[next]