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
2019-11-05
Merge #17243: p2p: add PoissonNextSend method that returns mockable time
MarcoFalke
2019-11-05
[tools] update nNextInvSend to use mockable time
Amiti Uttarwar
2019-11-04
Merge #17164: p2p: Avoid allocating memory for addrKnown where we don't need it
MarcoFalke
2019-10-30
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
Merge #16202: p2p: Refactor network message deserialization
fanquake
2019-10-25
added asserts to check m_addr_known when it's used
User
2019-10-24
Merge #16851: Continue relaying transactions after they expire from mapRelay
MarcoFalke
2019-10-24
Merge #17004: validation: Remove REJECT code from CValidationState
Wladimir J. van der Laan
2019-10-23
Continue relaying transactions after they expire from mapRelay
Anthony Towns
2019-10-18
Remove transport protocol knowhow from CNetMessage / net processing
Jonas Schnelli
2019-10-18
Refactor: split network transport deserializing from message container
Jonas Schnelli
2019-10-16
p2p: Avoid allocating memory for addrKnown where we don't need it
User
2019-10-15
Remove unused includes
practicalswift
2019-10-10
[validation] Fix REJECT message comments
John Newbery
2019-10-10
[validation] Fix peer punishment for bad blocks
John Newbery
2019-10-09
Merge #15437: p2p: Remove BIP61 reject messages
Wladimir J. van der Laan
2019-10-03
feefilter: Compute the absolute fee rather than stored rate to match mempool ...
Gregory Sanders
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-09-23
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-09-18
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-09-11
doc: add comments clarifying how local services are advertised
James O'Beirne
2019-09-07
Merge #15759: p2p: Add 2 outbound block-relay-only connections
fanquake
2019-09-04
Disconnect peers violating blocks-only mode
Suhas Daftuar
2019-09-04
doc: improve comments relating to block-relay-only peers
Suhas Daftuar
2019-09-04
Don't relay addr messages to block-relay-only peers
Suhas Daftuar
2019-09-04
Add 2 outbound block-relay-only connections
Suhas Daftuar
2019-09-04
Check that tx_relay is initialized before access
Suhas Daftuar
2019-08-28
[refactor] Change tx_relay structure to be unique_ptr
Suhas Daftuar
2019-08-28
[refactor] Move tx relay state to separate structure
Suhas Daftuar
2019-08-15
Merge #16443: refactor: have CCoins* data managed under CChainState
MarcoFalke
2019-08-11
Replace the use of fWhitelisted by permission checks
nicolas.dorier
2019-08-11
Do not disconnect peer for asking mempool if it has NO_BAN permission
nicolas.dorier
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-05
Merge #16197: net: Use mockable time for tx download
MarcoFalke
2019-07-24
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-06-25
Merge #16188: net: Document what happens to getdata of unknown type
fanquake
2019-06-20
net: Document what happens to getdata of unknonw type
MarcoFalke
2019-06-18
Merge #16092: Don't use global (external) symbols for symbols that are used i...
MarcoFalke
2019-06-17
net: Use mockable time for tx download
MarcoFalke
2019-06-12
Merge #15834: Fix transaction relay bugs introduced in #14897 and expire tran...
MarcoFalke
2019-06-06
Merge #16129: refactor: Remove unused includes
MarcoFalke
2019-06-06
Don't use global (external) symbols for symbols that are used in only one tra...
practicalswift
2019-06-05
Merge #15976: refactor: move methods under CChainState (pt. 1)
Wladimir J. van der Laan
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-28
Fix bug around transaction requests
Suhas Daftuar
[next]