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
2022-08-22
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
fanquake
2022-08-16
refactor: Add lock annotations to Active* methods
MacroFake
2022-08-15
Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers syn...
Andrew Chow
2022-08-12
Reduce bandwidth during initial headers sync when a block is found
Suhas Daftuar
2022-08-05
Make adjusted time type safe
MacroFake
2022-08-05
Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net...
fanquake
2022-08-02
Remove ::incrementalRelayFee and ::minRelayTxFee globals
MacroFake
2022-07-30
addrman: Use system time instead of adjusted network time
MarcoFalke
2022-07-29
Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...
MacroFake
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-26
Add type-safe AdjustedTime() getter to timedata
MarcoFalke
2022-07-19
Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...
MacroFake
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-14
[net] Return CService from GetLocalAddrForPeer and GetLocalAddress
dergoegge
2022-07-14
[net processing] Remove CNode::nServices
John Newbery
2022-07-14
[net processing] Replace fHaveWitness with CanServeWitnesses()
John Newbery
2022-07-14
[net processing] Remove fClient and m_limited_node
John Newbery
2022-07-14
[net processing] Add m_our_services and m_their_services to Peer
John Newbery
2022-07-12
Remove atomic for m_last_getheaders_timestamp
Suhas Daftuar
2022-07-04
Merge bitcoin/bitcoin#25454: p2p: Avoid multiple getheaders messages in fligh...
fanquake
2022-07-01
Replace GetTime() with NodeClock in MaybeSendGetHeaders()
Suhas Daftuar
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
Don't send getheaders message when another request is outstanding
Suhas Daftuar
2022-06-28
Cleanup received_new_header calculation to use WITH_LOCK
Suhas Daftuar
2022-06-28
Move peer state updates from headers message into separate function
Suhas Daftuar
2022-06-28
Move headers direct fetch to end of ProcessHeadersMessage
Suhas Daftuar
2022-06-28
Move headers-direct-fetch logic into own function
Suhas Daftuar
2022-06-28
Move additional headers fetching to own function
Suhas Daftuar
2022-06-28
Add helper function for checking header continuity
Suhas Daftuar
2022-06-28
Move handling of unconnecting headers into own function
Suhas Daftuar
2022-06-28
mempool: Pass in -maxmempool instead of referencing gArgs
Carl Dong
2022-06-28
Merge bitcoin/bitcoin#25480: Replace CountSecondsDouble with Ticks<SecondsDou...
fanquake
2022-06-27
Merge bitcoin/bitcoin#25404: p2p, doc: Use MAX_BLOCKS_TO_ANNOUNCE consistently
fanquake
2022-06-27
Merge bitcoin/bitcoin#25144: refactor: Pass Peer& to Misbehaving()
MacroFake
2022-06-27
Replace CountSecondsDouble with Ticks<SecondsDouble>
MacroFake
2022-06-22
scripted-diff: Rename DEFAULT_MAX_MEMPOOL_SIZE to indicate SI unit
Carl Dong
2022-06-22
[net processing] Set CNode::m_relays_txs=true when receiving BIP37 filters
dergoegge
2022-06-17
p2p, doc: Use MAX_BLOCKS_TO_ANNOUNCE consistently
Martin Zumsande
2022-06-16
Merge bitcoin/bitcoin#25215: [kernel 2d/n] Reduce CTxMemPool constructor call...
laanwj
2022-06-14
refactor: Introduce PeerManagerImpl::RejectIncomingTxs
MacroFake
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-07
Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings
MacroFake
2022-06-02
Merge bitcoin/bitcoin#24171: p2p: Sync chain more readily from inbound peers ...
laanwj
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-31
Merge bitcoin/bitcoin#24178: p2p: Respond to getheaders if we have sufficient...
MacroFake
2022-05-27
Pass Peer& to Misbehaving()
MacroFake
2022-05-25
tree-wide: clang-format CTxMemPool references
Carl Dong
2022-05-20
Merge bitcoin/bitcoin#25175: refactor: Improve thread safety analysis by prop...
MacroFake
2022-05-21
net_processing: thread safety annotation for m_tx_relay_mutex
Anthony Towns
[next]