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-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-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
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-28
Fix bug around transaction requests
Suhas Daftuar
2019-05-28
Expire old entries from the in-flight tx map
Suhas Daftuar
2019-05-20
Merge #16021: p2p: Avoid logging transaction decode errors to stderr
Wladimir J. van der Laan
2019-05-16
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-14
Disallow extended encoding for non-witness transactions (take 3)
MarcoFalke
2019-05-09
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-07
Merge #15948: refactor: rename chainActive
MarcoFalke
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-02
Separate reason for premature spends (coinbase/locktime)
Suhas Daftuar
2019-05-02
Assert validation reasons are contextually correct
Suhas Daftuar
2019-05-02
Fix handling of invalid headers
Suhas Daftuar
2019-05-02
[refactor] Use Reasons directly instead of DoS codes
Matt Corallo
2019-05-02
CorruptionPossible -> TX_WITNESS_MUTATED
Matt Corallo
2019-05-02
LookupBlockIndex -> CACHED_INVALID
Matt Corallo
2019-05-02
[refactor] Drop redundant nDoS, corruptionPossible, SetCorruptionPossible
Matt Corallo
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
[refactor] Refactor misbehavior ban decisions to MaybePunishNode()
Matt Corallo
2019-05-02
[refactor] rename stateDummy -> orphan_state
Matt Corallo
2019-04-26
Remove NOTFOUND transactions from in-flight data structures
Suhas Daftuar
2019-04-26
Add an explicit memory bound to m_tx_process_time
Suhas Daftuar
2019-04-26
Improve NOTFOUND comment
Suhas Daftuar
2019-04-09
[build] Add several util units
John Newbery
2019-04-09
[wallet] Schedule tx rebroadcasts in wallet
John Newbery
2019-04-09
[wallet] Keep track of the best block time in the wallet
John Newbery
2019-04-04
Merge #15654: net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-03-23
net: Remove unused unsanitized user agent string CNode::strSubVer
MarcoFalke
2019-03-22
Interrupt orphan processing after every transaction
Pieter Wuille
2019-03-22
[MOVEONLY] Move processing of orphan queue to ProcessOrphanTx
Pieter Wuille
2019-03-22
Simplify orphan processing in preparation for interruptibility
Pieter Wuille
2019-03-20
Merge #15597: net: Generate log entry when blocks messages are received unexp...
Wladimir J. van der Laan
2019-03-17
Do not relay banned IP addresses
Pieter Wuille
2019-03-13
Generate log entry when blocks messages are received unexpectedly.
Patrick Strateman
2019-02-14
Merge #14626: Select orphan transaction uniformly for eviction
MarcoFalke
2019-02-06
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
net: Break disconnecting out of Ban()
Cory Fields
2018-12-13
Select orphan transaction uniformly for eviction
Pieter Wuille
2018-12-12
Use a FastRandomContext in LimitOrphanTxSize
Pieter Wuille
2018-12-04
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-11-07
Merge #14436: doc: add comment explaining recentRejects-DoS behavior
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
[next]