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
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-14
[net] Return CService from GetLocalAddrForPeer and GetLocalAddress
dergoegge
2022-07-14
[net processing] Remove CNode::nServices
John Newbery
2022-07-14
[net processing] Remove fClient and m_limited_node
John Newbery
2022-07-14
[net processing] Add m_our_services and m_their_services to Peer
John Newbery
2022-07-06
[net] Move eviction logic to its own file
dergoegge
2022-07-06
[net] Move ConnectionType to its own file
Cory Fields
2022-07-04
[net] Add connection type to NodeEvictionCandidate
dergoegge
2022-07-04
[net] Add NoBan status to NodeEvictionCandidate
dergoegge
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-09
net: use Sock::WaitMany() instead of CConnman::SocketEvents()
Vasil Dimov
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-16
Merge bitcoin/bitcoin#25109: Strengthen AssertLockNotHeld assertions
MacroFake
2022-05-12
refactor: move StartExtraBlockRelayPeers from header to implementation
Jon Atack
2022-05-12
Increase threadsafety annotation coverage
Anthony Towns
2022-05-05
Merge bitcoin/bitcoin#24141: Rename message_command variables in src/net* and...
MacroFake
2022-04-26
Merge bitcoin/bitcoin#24157: p2p: Replace RecursiveMutex `cs_totalBytesSent` ...
laanwj
2022-04-22
p2p: replace RecursiveMutex `m_total_bytes_sent_mutex` with Mutex
w0xlt
2022-04-22
p2p: add assertions and negative TS annotations for `m_total_bytes_sent_mutex`
w0xlt
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-18
scripted-diff: rename cs_totalBytesSent -> m_total_bytes_sent_mutex
w0xlt
2022-04-16
refactor: rename command -> message type in comments in the src/net* files
Shashwat
2022-04-07
scripted-diff: Rename message command to message type
Shashwat
2022-04-05
Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
Jon Atack
2022-03-25
Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...
fanquake
2022-03-24
Add CSerializedNetMsg::Copy() helper
MarcoFalke
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
2022-03-18
[net] Add CNode.m_relays_txs and CNode.m_bloom_filter_loaded
John Newbery
2022-03-02
net: only assume all local addresses if listening on any
Vasil Dimov
2022-03-02
net: pass Span by value to CaptureMessage()
Vasil Dimov
2022-03-02
net: make CaptureMessage() mockable
Vasil Dimov
2022-03-02
Merge bitcoin/bitcoin#24165: p2p: extend inbound eviction protection by netwo...
laanwj
2022-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
2022-01-28
scripted-diff: rename CNode::cs_hSocket to CNode::m_sock_mutex
Vasil Dimov
2022-01-28
net: use Sock in CNode
Vasil Dimov
2022-01-26
p2p: extend inbound eviction protection by network to CJDNS peers
Jon Atack
2022-01-24
Merge bitcoin/bitcoin#24108: Replace RecursiveMutex `cs_addrLocal` with Mutex...
MarcoFalke
2022-01-24
Merge bitcoin/bitcoin#24078: net, refactor: Rename CNetMessage::m_command wit...
MarcoFalke
2022-01-23
Merge bitcoin/bitcoin#24021: Rename and move PoissonNextSend functions
fanquake
2022-01-20
refactor: replace RecursiveMutex `m_addr_local_mutex` with Mutex
w0xlt
2022-01-20
p2p: add assertions and negative TS annotations for m_addr_local_mutex
w0xlt
2022-01-20
scripted-diff: rename cs_addrLocal -> m_addr_local_mutex
w0xlt
2022-01-19
refactor: replace RecursiveMutex g_maplocalhost_mutex with Mutex
w0xlt
2022-01-19
scripted-diff: rename cs_mapLocalHost -> g_maplocalhost_mutex
w0xlt
2022-01-16
refactor: replace RecursiveMutex `m_subver_mutex` with Mutex
Sebastian Falbesoner
2022-01-16
scripted-diff: rename `cs_SubVer` -> `m_subver_mutex`
Sebastian Falbesoner
2022-01-15
scripted-diff: Rename CNetMessage::m_command with CNetMessage::m_type
Hennadii Stepanov
2022-01-13
[net processing] Move PoissonNextSendInbound to PeerManager
John Newbery
2022-01-13
[move] Move PoissonNextSend to src/random and update comment
John Newbery
[next]