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_processing.cpp
Age
Commit message (
Expand
)
Author
2022-11-02
Merge bitcoin/bitcoin#26396: net: Avoid SetTxRelay for feeler connections
MacroFake
2022-10-31
Merge bitcoin/bitcoin#26387: p2p: TryLowWorkHeadersSync follow-ups
fanquake
2022-10-28
Fix: typos
omahs
2022-10-27
net: Avoid SetTxRelay for feeler connections
MacroFake
2022-10-26
[net processing] Simplify use of IsContinuationOfLowWorkHeadersSync in TryLow...
dergoegge
2022-10-26
Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option gl...
MacroFake
2022-10-24
[net processing] Fixup TryLowWorkHeadersSync comment
dergoegge
2022-10-24
Merge bitcoin/bitcoin#26355: p2p: Handle IsContinuationOfLowWorkHeadersSync r...
glozow
2022-10-21
[net processing] Handle IsContinuationOfLowWorkHeadersSync return value corre...
dergoegge
2022-10-21
Merge bitcoin/bitcoin#26248: net: Set relay in version msg to peers with rela...
MacroFake
2022-10-18
Move ::nMinimumChainWork into ChainstateManager
MacroFake
2022-10-17
p2p: clear txreconciliation state for non-wtxid peers
Gleb Naumenko
2022-10-17
p2p: Finish negotiating reconciliation support
Gleb Naumenko
2022-10-17
p2p: Forget peer's reconciliation state on disconnect
Gleb Naumenko
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-10-13
Merge bitcoin/bitcoin#26109: rpc, doc: getpeerinfo updates
Andrew Chow
2022-10-04
net: Set relay in version msg to peers with relay permission
MacroFake
2022-09-24
p2p: ProcessHeadersMessage(): fix received_new_header
Larry Ruane
2022-09-22
Update getpeerinfo/-netinfo/TxRelay#m_relay_txs relaytxes docs (for v24 backp...
Jon Atack
2022-09-15
net_processing: add thread safety annotation for m_highest_fast_announce
Anthony Towns
2022-09-15
net_processing: add thread safety annotations for PeerManagerImpl members acc...
Anthony Towns
2022-09-15
net_processing: add thread safety annotations for Peer members accessed only ...
Anthony Towns
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-08-30
Bypass headers anti-DoS checks for NoBan peers
Suhas Daftuar
2022-08-30
Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers sync
fanquake
2022-08-29
net/net_processing: add missing thread safety annotations
Anthony Towns
2022-08-29
Track headers presync progress and log it
Pieter Wuille
2022-08-29
Expose HeadersSyncState::m_current_height in getpeerinfo()
Suhas Daftuar
2022-08-29
Reduce spurious messages during headers sync
Suhas Daftuar
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-08-29
Utilize anti-DoS headers download strategy
Suhas Daftuar
2022-08-23
Add functions to construct locators without CChain
Pieter Wuille
2022-08-22
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
fanquake
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-15
Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers syn...
Andrew Chow
2022-08-12
Reduce bandwidth during initial headers sync when a block is found
Suhas Daftuar
2022-08-05
Make adjusted time type safe
MacroFake
2022-08-05
Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net...
fanquake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-07-30
addrman: Use system time instead of adjusted network time
MarcoFalke
2022-07-29
Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...
MacroFake
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-26
Add type-safe AdjustedTime() getter to timedata
MarcoFalke
2022-07-19
Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...
MacroFake
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] Replace fHaveWitness with CanServeWitnesses()
John Newbery
[next]