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-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-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
2018-10-16
doc: add comment explaining recentRejects-DoS behavior
James O'Beirne
2018-09-27
Merge #14027: Skip stale tip checking if outbound connections are off or if r...
MarcoFalke
2018-09-04
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-08-30
tests: Add missing locking annotations and locks
practicalswift
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-25
Merge #13946: p2p: Clarify control flow in ProcessMessage
Wladimir J. van der Laan
2018-08-23
Skip stale tip checking if outbound connections are off or if reindexing.
Gregory Maxwell
2018-08-22
p2p: Remove dead code for nVersion=10300
MarcoFalke
2018-08-12
p2p: Clarify control flow in ProcessMessage()
MarcoFalke
2018-08-10
Merge #13907: Introduce a maximum size for locators.
Wladimir J. van der Laan
2018-08-09
Introduce a maximum size for locators.
Gregory Maxwell
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
[net_processing] Add thread safety annotations
Jesse Cohen
2018-07-20
Merge #11637: p2p: Remove dead service bits code
Wladimir J. van der Laan
2018-07-16
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-13
Bucket for inbound when scheduling invs to hide tx time
Gleb
[next]