aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
AgeCommit message (Expand)Author
2022-11-02Merge bitcoin/bitcoin#26396: net: Avoid SetTxRelay for feeler connectionsMacroFake
2022-10-31Merge bitcoin/bitcoin#26387: p2p: TryLowWorkHeadersSync follow-upsfanquake
2022-10-28Fix: typosomahs
2022-10-27net: Avoid SetTxRelay for feeler connectionsMacroFake
2022-10-26[net processing] Simplify use of IsContinuationOfLowWorkHeadersSync in TryLow...dergoegge
2022-10-26Merge bitcoin/bitcoin#25704: refactor: Remove almost all validation option gl...MacroFake
2022-10-24[net processing] Fixup TryLowWorkHeadersSync commentdergoegge
2022-10-24Merge bitcoin/bitcoin#26355: p2p: Handle IsContinuationOfLowWorkHeadersSync r...glozow
2022-10-21[net processing] Handle IsContinuationOfLowWorkHeadersSync return value corre...dergoegge
2022-10-21Merge bitcoin/bitcoin#26248: net: Set relay in version msg to peers with rela...MacroFake
2022-10-18Move ::nMinimumChainWork into ChainstateManagerMacroFake
2022-10-17p2p: clear txreconciliation state for non-wtxid peersGleb Naumenko
2022-10-17p2p: Finish negotiating reconciliation supportGleb Naumenko
2022-10-17p2p: Forget peer's reconciliation state on disconnectGleb Naumenko
2022-10-17p2p: Announce reconciliation supportGleb Naumenko
2022-10-13Merge bitcoin/bitcoin#26109: rpc, doc: getpeerinfo updatesAndrew Chow
2022-10-04net: Set relay in version msg to peers with relay permissionMacroFake
2022-09-24p2p: ProcessHeadersMessage(): fix received_new_headerLarry Ruane
2022-09-22Update getpeerinfo/-netinfo/TxRelay#m_relay_txs relaytxes docs (for v24 backp...Jon Atack
2022-09-15net_processing: add thread safety annotation for m_highest_fast_announceAnthony Towns
2022-09-15net_processing: add thread safety annotations for PeerManagerImpl members acc...Anthony Towns
2022-09-15net_processing: add thread safety annotations for Peer members accessed only ...Anthony Towns
2022-09-15net: drop cs_sendProcessingAnthony Towns
2022-09-15net: add NetEventsInterface::g_msgproc_mutexAnthony Towns
2022-08-30Bypass headers anti-DoS checks for NoBan peersSuhas Daftuar
2022-08-30Merge bitcoin/bitcoin#25717: p2p: Implement anti-DoS headers syncfanquake
2022-08-29net/net_processing: add missing thread safety annotationsAnthony Towns
2022-08-29Track headers presync progress and log itPieter Wuille
2022-08-29Expose HeadersSyncState::m_current_height in getpeerinfo()Suhas Daftuar
2022-08-29Reduce spurious messages during headers syncSuhas Daftuar
2022-08-29Require callers of AcceptBlockHeader() to perform anti-dos checksSuhas Daftuar
2022-08-29Utilize anti-DoS headers download strategySuhas Daftuar
2022-08-23Add functions to construct locators without CChainPieter Wuille
2022-08-22Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safefanquake
2022-08-16refactor: Add lock annotations to Active* methodsMacroFake
2022-08-15Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers syn...Andrew Chow
2022-08-12Reduce bandwidth during initial headers sync when a block is foundSuhas Daftuar
2022-08-05Make adjusted time type safeMacroFake
2022-08-05Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net...fanquake
2022-08-02Remove ::incrementalRelayFee and ::minRelayTxFee globalsMacroFake
2022-07-30addrman: Use system time instead of adjusted network timeMarcoFalke
2022-07-29Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...MacroFake
2022-07-28refactor: log `nEvicted` message in `LimitOrphans` then return voidchinggg
2022-07-26refactor: Use type-safe std::chrono for addrman timeMarcoFalke
2022-07-26Add type-safe AdjustedTime() getter to timedataMarcoFalke
2022-07-19Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...MacroFake
2022-07-14[net processing] Remove CNode::nLocalServicesJohn Newbery
2022-07-14[net] Return CService from GetLocalAddrForPeer and GetLocalAddressdergoegge
2022-07-14[net processing] Remove CNode::nServicesJohn Newbery
2022-07-14[net processing] Replace fHaveWitness with CanServeWitnesses()John Newbery