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-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-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
2021-12-01
net: use Sock in CConnman::ListenSocket
Vasil Dimov
2021-11-30
Replace addrman.h include with forward decl in net.h
MarcoFalke
2021-11-24
refactor: replace RecursiveMutex m_added_nodes_mutex with Mutex
Sebastian Falbesoner
2021-11-24
refactor: replace RecursiveMutex m_addr_fetches_mutex with Mutex
Sebastian Falbesoner
2021-11-24
scripted-diff: rename node vector/mutex members in CConnman
Sebastian Falbesoner
2021-11-24
refactor: remove RecursiveMutex cs_totalBytesRecv, use std::atomic instead
Sebastian Falbesoner
2021-11-24
Merge bitcoin/bitcoin#21943: Dedup and RAII-fy the creation of a copy of CCon...
W. J. van der Laan
2021-11-18
net: split CConnman::SocketHandler()
Vasil Dimov
2021-11-18
net: keep reference to each node during socket wait
Vasil Dimov
2021-11-18
net: dedup and RAII-fy the creation of a copy of CConnman::vNodes
Vasil Dimov
2021-11-17
util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]
Douglas Chimento
2021-11-17
scripted-diff: Rename m_last_send and m_last_recv
MarcoFalke
2021-11-02
Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDes...
MarcoFalke
2021-10-21
Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeout
W. J. van der Laan
2021-10-21
Merge bitcoin/bitcoin#23137: Move-only: bloom to src/common
fanquake
2021-10-07
p2p: Use mocktime for ping timeout
MarcoFalke
2021-10-05
Merge bitcoin/bitcoin#22950: [p2p] Pimpl AddrMan to abstract implementation d...
MarcoFalke
2021-10-05
style: Sort
MarcoFalke
2021-10-05
scripted-diff: Move bloom to src/common
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-22
[test] Add testing for outbound feeler connections
John Newbery
2021-09-10
Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmap
fanquake
2021-09-07
[net] Remove asmap argument from CNode::CopyStats()
John Newbery
2021-09-07
[net] Remove CConnman::Options.m_asmap
John Newbery
[next]