aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.cpp
AgeCommit message (Expand)Author
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-20Merge bitcoin/bitcoin#23801: Refactor: Change time variable type from int64_t...MarcoFalke
2021-12-20Change time variable type to std::chrono::seconds in src/net_processing.cppShashwat
2021-12-17Merge bitcoin/bitcoin#23695: p2p: Always serialize local timestamp for versio...W. J. van der Laan
2021-12-15Move FindForkInGlobalIndex from BlockManager to CChainStateMarcoFalke
2021-12-15Merge bitcoin/bitcoin#23758: net: Use type-safe mockable time for peer connec...MarcoFalke
2021-12-14p2p: Always serialize local timestamp for version msgMarcoFalke
2021-12-14Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...MarcoFalke
2021-12-13scripted-diff: Rename touched member variablesMarcoFalke
2021-12-13refactor: Use type-safe std::chrono in netMarcoFalke
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-08Merge bitcoin/bitcoin#20295: rpc: getblockfrompeerMarcoFalke
2021-12-07Merge bitcoin/bitcoin#23631: p2p: Don't use timestamps from inbound peers for...fanquake
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-12-03Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guideMarcoFalke
2021-12-02rpc: getblockfrompeerSjors Provoost
2021-11-30Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in IBDW. J. van der Laan
2021-11-29Replace MakeSpan helper with Span deduction guidePieter Wuille
2021-11-29p2p: Don't use timestamps from inbound peersMartin Zumsande
2021-11-17doc: Fix incorrect C++ named argsMarcoFalke
2021-11-03[validation] Always call mempool.check() after processing a new transactionJohn Newbery
2021-11-03[refactor] Don't call AcceptToMemoryPool() from outside validation.cppJohn Newbery
2021-11-03[validation] Add CChainState::ProcessTransaction()John Newbery
2021-10-28[net_processing] ignore all transactions during ibdglozow
2021-10-25Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...MarcoFalke
2021-10-22Merge bitcoin/bitcoin#23336: refactor: Make GenTxid boolean constructor privateMarcoFalke
2021-10-22Merge bitcoin/bitcoin#23042: net: Avoid logging AlreadyHaveTx when disconnect...fanquake
2021-10-22Make GenTxid boolean constructor privateMarcoFalke
2021-10-22Merge bitcoin/bitcoin#23325: mempool: delete exists(uint256) functionMarcoFalke
2021-10-21[mempool] delete exists(uint256) functionglozow
2021-10-07p2p: Use mocktime for ping timeoutMarcoFalke
2021-10-05Merge bitcoin/bitcoin#22950: [p2p] Pimpl AddrMan to abstract implementation d...MarcoFalke
2021-10-05Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensusMarcoFalke
2021-10-04[refactor] pass coinsview and height to check()glozow
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-28[net processing] Dont request compact blocks in blocks-only modeNiklas Gögge
2021-09-22[net processing] Do not request transaction relay from feeler connectionsJohn Newbery
2021-09-20net: Avoid logging AlreadyHaveTx when disconnecting misbehaving peerMarcoFalke
2021-09-12p2p: Rename fBlocksOnly, Add testMarcoFalke
2021-09-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-08-26Remove GetAddrNameMarcoFalke
2021-08-21Drop us=... message in net debug for sending version messagePieter Wuille
2021-08-21refactor: move CAddress-without-nTime logic to net_processingPieter Wuille
2021-08-14Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-upsfanquake
2021-08-05Merge bitcoin/bitcoin#22618: [p2p] Small follow-ups to 21528MarcoFalke
2021-08-04[net_processing] Provide debug error if code assumptions change.Amiti Uttarwar
2021-08-04p2p, rpc, test: address rate-limiting follow-upsJon Atack
2021-08-04Merge bitcoin/bitcoin#22616: p2p, rpc: address relay fixupsMarcoFalke
2021-08-04Merge bitcoin/bitcoin#22577: Close minor startup race between main and schedu...MarcoFalke