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.cpp
Age
Commit message (
Expand
)
Author
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
Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...
Wladimir J. van der Laan
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-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-12-25
Integrate ASN bucketing in Addrman and add tests
Gleb Naumenko
2019-11-23
Seed RNG with precision timestamps on receipt of net messages.
Matt Corallo
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
Merge #17279: refactor: Remove redundant c_str() calls in formatting
MarcoFalke
2019-10-28
Merge #16202: p2p: Refactor network message deserialization
fanquake
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-25
[net] SocketHandler: log peer id for close and disconnect
Sjors Provoost
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-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-10-15
Remove unused includes
practicalswift
2019-09-23
Merge #15558: Don't query all DNS seeds at once
fanquake
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
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-15
[Fix] Allow connection of a noban banned peer
nicolas.dorier
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-08-06
Do not query all DNS seed at once
Pieter Wuille
2019-07-29
Merge #15993: net: Drop support of the insecure miniUPnPc versions
Wladimir J. van der Laan
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-07-24
Refactor out translation.h
Hennadii Stepanov
2019-06-26
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-07
Align formatting with clang-format
Hennadii Stepanov
2019-06-07
Use PACKAGE_NAME in UPnP description
Hennadii Stepanov
2019-06-07
Drop support of insecure miniUPnPc versions
Hennadii Stepanov
2019-06-06
Don't use global (external) symbols for symbols that are used in only one tra...
practicalswift
2019-05-09
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-03-23
net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-03-01
[addrman] Improve collision logging and address nits
Suhas Daftuar
2019-02-27
[net] feeler connections can be made to outbound peers in same netgroup
Suhas Daftuar
2019-02-06
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-05
Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Wladimir J. van der Laan
2019-02-04
net: Correct comparison of addr count
Carl Dong
2019-01-24
Drop defunct Windows compat fixes
Ben Woosley
2019-01-22
Allow connections from misbehavior banned peers.
Gregory Maxwell
[next]