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
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-09
net: use Sock::WaitMany() instead of CConnman::SocketEvents()
Vasil Dimov
2022-06-08
Merge bitcoin/bitcoin#25096: [net] Minor improvements to addr caching
fanquake
2022-06-06
scripted-diff: remove duplicate categories from LogPrint output
Jon Atack
2022-06-02
[net] Seed addr cache randomizer with port from binding address
dergoegge
2022-06-01
Use designated initializers
MarcoFalke
2022-05-25
refactor: Change LogPrintLevel order to category, severity
laanwj
2022-05-24
Merge bitcoin/bitcoin#24464: logging: Add severity level to logs
laanwj
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-19
logging: Add log severity level to net.cpp
klementtan
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-12
refactor: move StartExtraBlockRelayPeers from header to implementation
Jon Atack
2022-05-12
Merge bitcoin/bitcoin#24925: refactor: make GetRand a template, remove GetRan...
MacroFake
2022-05-09
[net] Use ConnectedThroughNetwork() instead of GetNetwork() to seed addr cach...
dergoegge
2022-05-05
Merge bitcoin/bitcoin#24141: Rename message_command variables in src/net* and...
MacroFake
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-26
Merge bitcoin/bitcoin#24157: p2p: Replace RecursiveMutex `cs_totalBytesSent` ...
laanwj
2022-04-22
refactor: make GetRand a template, remove GetRandInt
pasta
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-22
p2p: add assertions and negative TS annotations for `m_total_bytes_sent_mutex`
w0xlt
2022-04-21
Disallow more unsafe string->path conversions allowed by path append operators
Ryan Ofsky
2022-04-20
[netgroupman] Add GetMappedAS() and GetGroup()
John Newbery
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-15
net: use Sock::SetSockOpt() instead of standalone SetSocketNoDelay()
Vasil Dimov
2022-04-15
net: use Sock::SetSockOpt() instead of setsockopt()
Vasil Dimov
2022-04-07
scripted-diff: Rename message command to message type
Shashwat
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
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: fix GetListenPort() to derive the proper port
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-03-02
Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...
laanwj
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-02-24
Add missed word to error message
Hennadii Stepanov
2022-02-21
Replace "can not" with "cannot" in docs, user messages, and tests
Jon Atack
2022-02-11
net: open p2p connections to nodes that listen on non-default ports
Vasil Dimov
2022-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-01-28
style: wrap long lines in CNode creation and add some comments
Vasil Dimov
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-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-26
p2p: extend inbound eviction protection by network to CJDNS peers
Jon Atack
[next]