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