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
2023-11-28
Merge bitcoin/bitcoin#28579: refactor: Remove redundant checks in compat/assu...
Andrew Chow
2023-11-23
refactor: P2P transport without serialize version and type
MarcoFalke
2023-11-20
refactor: NetMsg::Make() without nVersion
MarcoFalke
2023-11-16
Merge bitcoin/bitcoin#28605: Fix typos
fanquake
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-07
doc: fix typos
Sjors Provoost
2023-11-06
[validation] add TxValidationResult::TX_RECONSIDERABLE, TX_UNKNOWN
glozow
2023-10-31
Merge bitcoin/bitcoin#28503: refactor: Remove WithParams serialization helper...
fanquake
2023-10-30
Remove WithParams serialization helper
MarcoFalke
2023-10-26
Merge bitcoin/bitcoin#28107: util: Type-safe transaction identifiers
Andrew Chow
2023-10-19
Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()
Andrew Chow
2023-10-13
scripted-diff: Use ser params operator
MarcoFalke
2023-10-12
Use type-safe txid types in orphanage
dergoegge
2023-10-12
Introduce types for txids & wtxids
dergoegge
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-09
[net processing] Use HasWitness over comparing (w)txids
dergoegge
2023-10-06
chain: Rename HaveTxsDownloaded to HaveNumChainTxs
Fabian Jahr
2023-10-06
doc: Add and edit some comments around assumeutxo
Fabian Jahr
2023-10-05
net: move IsReachable() code to netbase and encapsulate it
Vasil Dimov
2023-10-05
Merge bitcoin/bitcoin#28558: Make PeerManager own a FastRandomContext
fanquake
2023-10-04
[net processing] FeeFilterRounder doesn't own a FastRandomContext
dergoegge
2023-10-04
[net processing] Make fee filter rounder non-global
dergoegge
2023-10-04
Remove duplicate NDEBUG check from compat/assumptions.h
MarcoFalke
2023-10-03
[net processing] Addr shuffle uses PeerManager's rng
dergoegge
2023-10-03
[net processing] PushAddress uses PeerManager's rng
dergoegge
2023-10-03
[net processing] PeerManager holds a FastRandomContext
dergoegge
2023-10-02
net: expose transport types/session IDs of connections in RPC and logs
Pieter Wuille
2023-09-30
net_processing: validationinterface: ignore some events for bg chain
James O'Beirne
2023-09-30
validation: pass ChainstateRole for validationinterface calls
James O'Beirne
2023-09-30
net_processing: Request assumeutxo background chain blocks
Suhas Daftuar
2023-09-14
scripted-diff: use SER_PARAMS_OPFUNC
Anthony Towns
2023-09-07
Merge bitcoin/bitcoin#25284: net: Use serialization parameters for CAddress s...
fanquake
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-08-29
[doc] move comment about AlreadyHaveTx DoS score to the right place
glozow
2023-08-29
[log] add more logs related to orphan handling
glozow
2023-08-29
[log] add category TXPACKAGES for orphanage and package relay
glozow
2023-08-29
[log] include wtxid in tx {relay,validation,orphanage} logging
glozow
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-08-17
Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filter
fanquake
2023-08-07
Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers
fanquake
2023-08-07
Merge bitcoin/bitcoin#26296: ci: Integrate `bitcoin-tidy` clang-tidy plugin
fanquake
2023-08-07
Merge bitcoin/bitcoin#28191: refactor: Remove unused MessageStartChars parame...
fanquake
2023-08-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-05
refactor: Fix logging.h includes
TheCharlatan
2023-08-03
p2p: Protect extra full outbound peers by network
Martin Zumsande
2023-08-03
lint: remove /* Continued */ markers from codebase
fanquake
2023-08-03
net_processing: Clean up INVENTORY_BROADCAST_MAX constants
Anthony Towns
2023-08-03
net_processing: don't add txids to m_tx_inventory_known_filter
Anthony Towns
2023-08-03
net_processing: drop m_recently_announced_invs bloom filter
Anthony Towns
2023-07-31
Remove unused MessageStartChars parameters from BlockManager methods
MarcoFalke
[next]