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-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-22
Merge bitcoin/bitcoin#26292: util: move threadinterrupt into util/
fanquake
2022-11-01
util: move threadinterrupt into util
fanquake
2022-10-27
net: Avoid SetTxRelay for feeler connections
MacroFake
2022-09-21
Merge bitcoin/bitcoin#25989: init: abort if i2p/cjdns are chosen via -onlynet...
fanquake
2022-09-19
rpc: make addpeeraddress work with cjdns addresses
Martin Zumsande
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-09-01
scripted-diff: net: rename permissionFlags to permission_flags
Anthony Towns
2022-09-01
net: make CNode::m_prefer_evict const
Anthony Towns
2022-09-01
net: make CNode::m_permissionFlags const
Anthony Towns
2022-09-01
net: add CNodeOptions for optional CNode constructor params
Anthony Towns
2022-08-29
net: note CNode members that are treated as const
Anthony Towns
2022-08-29
net: mark CNode unique_ptr members as const
Anthony Towns
2022-08-29
net: mark TransportSerializer/m_serializer as const
Anthony Towns
2022-08-29
net/net_processing: add missing thread safety annotations
Anthony Towns
2022-08-16
net: use transient I2P session for outbound if -i2pacceptincoming=0
Vasil Dimov
2022-08-16
net: store an optional I2P session in CNode
Vasil Dimov
2022-07-20
refactor: move compat.h into compat/
fanquake
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
[next]