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
2024-07-17
net: prevent sending messages in `NetEventsInterface::InitializeNode`
Sebastian Falbesoner
2024-07-17
net: fix race condition in self-connect detection
Sebastian Falbesoner
2024-02-29
p2p: Don't consider blocks mutated if they don't connect to known prev block
Greg Sanders
2024-02-27
[net processing] Don't process mutated blocks
dergoegge
2024-02-01
refactor: Fix timedata includes
MarcoFalke
2024-01-31
Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2)
Ava Chow
2024-01-31
Merge bitcoin/bitcoin#28170: p2p: adaptive connections services flags
Ava Chow
2024-01-23
net: remove now unused global 'g_initial_block_download_completed'
furszy
2024-01-23
net: peer manager, dynamically adjust desirable services flag
furszy
2024-01-16
Merge bitcoin/bitcoin#29213: doc, test: test and explain service flag handling
Ava Chow
2024-01-15
doc, test: Test and explain service flag handling
Martin Zumsande
2024-01-15
net: move state dependent peer services flags
furszy
2024-01-15
net: store best block tip time inside PeerManager
furszy
2024-01-10
Merge bitcoin/bitcoin#28318: logging: Simplify API for level based logging
Ava Chow
2024-01-05
Remove GetAdjustedTime
dergoegge
2023-12-20
logging: Replace uses of LogPrintfCategory
Anthony Towns
2023-12-08
fuzz: Improve fuzzing stability for txorphan harness
dergoegge
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
[next]