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-11-01
util: move threadinterrupt into util
fanquake
2022-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-10-03
Merge bitcoin/bitcoin#25735: net: remove useless call to IsReachable() from C...
fanquake
2022-09-20
Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutex
fanquake
2022-09-16
Merge bitcoin/bitcoin#25499: Use steady clock for all millis bench logging
fanquake
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-09-09
doc: comment "add only reachable addresses to addrman"
Kristaps Kaupe
2022-09-07
Merge bitcoin/bitcoin#25678: p2p: skip querying dns seeds if `-onlynet` disab...
fanquake
2022-09-06
p2p: Don't query DNS seeds when both IPv4 and IPv6 are unreachable
Martin Zumsande
2022-09-06
p2p: add only reachable addresses to addrman
Martin Zumsande
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: mark CNode unique_ptr members as const
Anthony Towns
2022-08-29
net: mark TransportSerializer/m_serializer as const
Anthony Towns
2022-08-26
Merge bitcoin/bitcoin#25355: I2P: add support for transient addresses for out...
Andrew Chow
2022-08-22
net: remove useless call to IsReachable() from CConnman::Bind()
Vasil Dimov
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-08-10
net: simplify GetLocalAddress()
Vasil Dimov
2022-07-30
addrman: Use system time instead of adjusted network time
MarcoFalke
2022-07-30
Use steady clock for all millis bench logging
MacroFake
2022-07-27
Merge bitcoin/bitcoin#24697: refactor address relay time
fanquake
2022-07-26
Merge bitcoin/bitcoin#24974: refactor: Make FEELER_SLEEP_WINDOW type safe (st...
fanquake
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-20
net: convert standalone IsSelectableSocket() to Sock::IsSelectable()
Vasil Dimov
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
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] Add m_our_services and m_their_services to Peer
John Newbery
2022-07-13
refactor: Make FEELER_SLEEP_WINDOW type safe (std::chrono)
MacroFake
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-29
Use AutoFile where possible
MacroFake
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
[next]