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-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
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-15
Merge bitcoin/bitcoin#23758: net: Use type-safe mockable time for peer connec...
MarcoFalke
2021-12-14
Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...
MarcoFalke
2021-12-13
scripted-diff: Rename touched member variables
MarcoFalke
2021-12-13
refactor: Use type-safe std::chrono in net
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...
MarcoFalke
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-12-01
net: change CreateNodeFromAcceptedSocket() to take Sock
Vasil Dimov
[next]