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-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-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-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
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
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
[next]