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-07-07
refactor: Drop no longer needed `util/designator.h`
Hennadii Stepanov
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-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-22
Merge bitcoin/bitcoin#25314: p2p: always set nTime for self-advertisements
laanwj
2022-06-20
net: change GetBindAddress() to take Sock argument
Vasil Dimov
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
p2p: always set nTime for self-advertisements
Martin Zumsande
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-18
net: add new method Sock::Listen() that wraps listen()
Vasil Dimov
2022-05-18
net: add new method Sock::Bind() that wraps bind()
Vasil Dimov
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
[next]