index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net_processing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Log to net category for exceptions in ProcessMessages
Wladimir J. van der Laan
2020-01-22
1
-28
/
+3
*
Disallow extended encoding for non-witness transactions (take 3)
MarcoFalke
2019-05-20
1
-11
/
+10
*
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-16
1
-3
/
+3
*
Revert "Change in transaction pull scheduling to prevent InvBlock-related att...
Suhas Daftuar
2019-04-17
1
-168
/
+18
*
Interrupt orphan processing after every transaction
Pieter Wuille
2019-03-28
1
-5
/
+16
*
[MOVEONLY] Move processing of orphan queue to ProcessOrphanTx
Pieter Wuille
2019-03-28
1
-52
/
+59
*
Simplify orphan processing in preparation for interruptibility
Pieter Wuille
2019-03-28
1
-56
/
+54
*
Do not relay banned IP addresses
Pieter Wuille
2019-03-20
1
-2
/
+6
*
Merge #14626: Select orphan transaction uniformly for eviction
MarcoFalke
2019-02-14
1
-6
/
+19
|
\
|
*
Select orphan transaction uniformly for eviction
Pieter Wuille
2018-12-13
1
-6
/
+19
*
|
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-06
1
-18
/
+168
*
|
net: move BanMan to its own files
Cory Fields
2019-01-16
1
-0
/
+1
*
|
banman: create and split out banman
Cory Fields
2019-01-16
1
-8
/
+8
*
|
net: Break disconnecting out of Ban()
Cory Fields
2019-01-16
1
-7
/
+7
|
/
*
Use a FastRandomContext in LimitOrphanTxSize
Pieter Wuille
2018-12-12
1
-1
/
+2
*
validation: Add and use HaveTxsDownloaded where appropriate
MarcoFalke
2018-12-04
1
-2
/
+2
*
Merge #14436: doc: add comment explaining recentRejects-DoS behavior
MarcoFalke
2018-11-07
1
-0
/
+17
|
\
|
*
doc: add comment explaining recentRejects-DoS behavior
James O'Beirne
2018-10-16
1
-0
/
+17
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-3
/
+3
|
/
*
Merge #14027: Skip stale tip checking if outbound connections are off or if r...
MarcoFalke
2018-09-27
1
-4
/
+3
|
\
|
*
Skip stale tip checking if outbound connections are off or if reindexing.
Gregory Maxwell
2018-08-23
1
-4
/
+3
*
|
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
1
-2
/
+2
|
\
\
|
*
|
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-2
/
+2
*
|
|
tests: Add missing locking annotations and locks
practicalswift
2018-08-30
1
-1
/
+1
|
/
/
*
|
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-4
/
+4
*
|
Merge #13946: p2p: Clarify control flow in ProcessMessage
Wladimir J. van der Laan
2018-08-25
1
-68
/
+49
|
\
\
|
*
|
p2p: Clarify control flow in ProcessMessage()
MarcoFalke
2018-08-12
1
-68
/
+49
|
|
/
*
/
p2p: Remove dead code for nVersion=10300
MarcoFalke
2018-08-22
1
-4
/
+1
|
/
*
Merge #13907: Introduce a maximum size for locators.
Wladimir J. van der Laan
2018-08-10
1
-0
/
+12
|
\
|
*
Introduce a maximum size for locators.
Gregory Maxwell
2018-08-09
1
-0
/
+12
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
[net_processing] Add thread safety annotations
Jesse Cohen
2018-07-25
1
-45
/
+46
*
Merge #11637: p2p: Remove dead service bits code
Wladimir J. van der Laan
2018-07-20
1
-11
/
+0
|
\
|
*
Remove dead service bits code
MarcoFalke
2018-07-11
1
-11
/
+0
*
|
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-16
1
-2
/
+21
|
\
\
|
*
|
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-07-13
1
-2
/
+21
*
|
|
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-13
1
-43
/
+68
|
\
\
\
|
*
|
|
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-09
1
-17
/
+14
|
*
|
|
Restrict as much as possible in net_processing to translation unit
Jesse Cohen
2018-06-20
1
-26
/
+27
|
*
|
|
[move-only] Move things only referenced in net_processing out of header file
Jesse Cohen
2018-06-19
1
-10
/
+33
|
*
|
|
Rescope g_enable_bip61 to net_processing
Jesse Cohen
2018-06-19
1
-4
/
+8
*
|
|
|
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-09
1
-6
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Remove unused argument to ProcessGetBlockData(...)
practicalswift
2018-07-08
1
-2
/
+2
*
|
|
net: Remove unused interrupt from SendMessages
fanquake
2018-07-08
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check
Wladimir J. van der Laan
2018-07-05
1
-2
/
+2
|
\
\
|
*
|
Fix MAX_STANDARD_TX_WEIGHT check
Johnson Lau
2018-05-05
1
-2
/
+2
*
|
|
Drop unused init.h includes
Ben Woosley
2018-06-25
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge #13312: docs: Add a note about the source code filename naming convention
MarcoFalke
2018-06-12
1
-1
/
+1
|
\
\
|
*
|
Do not use uppercase characters in source code filenames
practicalswift
2018-05-23
1
-1
/
+1
*
|
|
Merge #13134: net: Add option `-enablebip61` to configure sending of BIP61 no...
Wladimir J. van der Laan
2018-05-29
1
-9
/
+21
|
\
\
\
[next]