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-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
2019-10-25
added asserts to check m_addr_known when it's used
User
2019-10-23
Add override/final modifiers to V1TransportDeserializer
Pieter Wuille
2019-10-23
Make resetting implicit in TransportDeserializer::Read()
Pieter Wuille
2019-10-23
Remove oversized message detection from log and interface
Pieter Wuille
2019-10-22
Force CNetMessage::m_recv to use std::move
Jonas Schnelli
2019-10-18
Use adapter pattern for the network deserializer
Jonas Schnelli
2019-10-18
Remove transport protocol knowhow from CNetMessage / net processing
Jonas Schnelli
2019-10-18
Refactor: split network transport deserializing from message container
Jonas Schnelli
2019-10-16
p2p: Avoid allocating memory for addrKnown where we don't need it
User
2019-09-23
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-09-11
doc: add comments clarifying how local services are advertised
James O'Beirne
2019-09-07
Merge #15759: p2p: Add 2 outbound block-relay-only connections
fanquake
2019-09-04
Don't relay addr messages to block-relay-only peers
Suhas Daftuar
2019-09-04
Add 2 outbound block-relay-only connections
Suhas Daftuar
2019-09-04
Add comment explaining intended use of m_tx_relay
Suhas Daftuar
2019-09-04
Check that tx_relay is initialized before access
Suhas Daftuar
2019-08-28
[refactor] Change tx_relay structure to be unique_ptr
Suhas Daftuar
2019-08-28
[refactor] Move tx relay state to separate structure
Suhas Daftuar
2019-08-17
[Fix] The default whitelistrelay should be true
nicolas.dorier
2019-08-14
Remove unused variable
Suhas Daftuar
2019-08-11
Replace the use of fWhitelisted by permission checks
nicolas.dorier
2019-08-11
Make whitebind/whitelist permissions more flexible
nicolas.dorier
2019-05-09
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-04-04
Merge #15654: net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-03-23
net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-03-22
Interrupt orphan processing after every transaction
Pieter Wuille
2019-02-08
Merge #15201: net: Add missing locking annotation for vNodes. vNodes is guard...
MarcoFalke
2019-02-06
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-01-29
Merge #14929: net: Allow connections from misbehavior banned peers
Jonas Schnelli
2019-01-24
Trivial: fixup a few doxygen comments
Ben Woosley
2019-01-22
Allow connections from misbehavior banned peers.
Gregory Maxwell
[next]