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-01-16
Add BlockManager::LoadingBlocks()
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-12
net: remove CService::ToString() use ToStringAddrPort() instead
Vasil Dimov
2022-12-12
Merge bitcoin/bitcoin#26199: p2p: Don't self-advertise during version processing
MarcoFalke
2022-12-08
Merge bitcoin/bitcoin#26378: refactor: Pass reference to last header, not poi...
MarcoFalke
2022-12-06
Merge bitcoin/bitcoin#26609: refactor: Move `txmempool_entry.h` --> `kernel/m...
MarcoFalke
2022-12-05
Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old sta...
MarcoFalke
2022-12-05
Merge bitcoin/bitcoin#26624: refactor: Rename local variable to distinguish i...
glozow
2022-12-02
Merge bitcoin/bitcoin#26569: p2p: Ensure transaction announcements are only q...
fanquake
2022-12-02
refactor: Rename local variable to distinguish it from type alias
Hennadii Stepanov
2022-11-30
[net processing] Assume that TxRelay::m_tx_inventory_to_send is empty pre-verack
dergoegge
2022-11-30
Merge bitcoin/bitcoin#26359: p2p: Erlay support signaling follow-ups
fanquake
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-29
[net processing] Ensure transaction announcements are only queued for fully c...
dergoegge
2022-11-29
txorphanage: index workset by originating peer
Anthony Towns
2022-11-28
Merge bitcoin/bitcoin#26295: Replace global g_cs_orphans lock with local
glozow
2022-11-23
refactor, doc: Improve SetupAddressRelay call in version processing
Martin Zumsande
2022-11-18
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...
glozow
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-11-14
p2p, refactor: Extend logs for unexpected sendtxrcncl
Gleb Naumenko
2022-11-14
p2p: Clarify sendtxrcncl policies
Gleb Naumenko
2022-11-14
p2p, refactor: Switch to enum class for ReconciliationRegisterResult
Gleb Naumenko
2022-11-10
p2p: Drop roles from sendtxrcncl
Gleb Naumenko
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
p2p: Make block stalling timeout adaptive
Martin Zumsande
2022-10-24
Merge bitcoin/bitcoin#26355: p2p: Handle IsContinuationOfLowWorkHeadersSync r...
glozow
2022-10-24
refactor: Pass reference to last header, not pointer
MacroFake
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-11
Move all g_cs_orphans locking to txorphanage
Anthony Towns
2022-10-11
txorphanage: make m_peer_work_set private
Anthony Towns
2022-10-11
txorphange: move orphan workset to txorphanage
Anthony Towns
2022-10-07
net_processing: Localise orphan_work_set handling to ProcessOrphanTx
Anthony Towns
2022-10-07
net_processing: move ProcessOrphanTx docs to declaration
Anthony Towns
2022-10-07
net_processing: Pass a Peer& to ProcessOrphanTx
Anthony Towns
2022-10-07
net_processing: move extra transactions to msgproc mutex
Anthony Towns
2022-10-04
net: Set relay in version msg to peers with relay permission
MacroFake
2022-09-28
p2p: Don't self-advertise during VERSION processing
Gleb Naumenko
[prev]
[next]