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 processing] Move all const declarations to top of net_processing.cpp
John Newbery
2020-04-23
1
-16
/
+14
*
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-04-23
1
-0
/
+33
*
Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....
MarcoFalke
2020-04-20
1
-1
/
+1
|
\
|
*
net: limit BIP37 filter lifespan (active between 'filterload' and 'filterclear')
Sebastian Falbesoner
2020-04-09
1
-1
/
+1
*
|
Merge #18454: net: Make addr relay mockable, add test
MarcoFalke
2020-04-10
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
net: Pass connman const when relaying address
MarcoFalke
2020-04-02
1
-4
/
+4
|
*
net: Make addr relay mockable
MarcoFalke
2020-03-27
1
-8
/
+8
*
|
scripted-diff: Replace strCommand with msg_type
MarcoFalke
2020-04-06
1
-35
/
+35
|
/
*
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-19
1
-1
/
+1
|
\
|
*
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
1
-1
/
+1
*
|
net: fix use-after-free in tests
Vasil Dimov
2020-03-18
1
-1
/
+1
*
|
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-17
1
-1
/
+1
|
\
\
|
*
|
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-10
1
-1
/
+1
*
|
|
refactor: Remove mempool global from net
MarcoFalke
2020-03-12
1
-27
/
+30
*
|
|
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift
2020-03-11
1
-1
/
+1
|
/
/
*
/
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-27
1
-4
/
+3
|
/
*
net: Remove forcerelay of rejected txs
MarcoFalke
2020-02-11
1
-24
/
+6
*
net: reference instead of copy in BlockConnected range loop
Jon Atack
2020-02-02
1
-1
/
+1
*
Merge #17951: Use rolling bloom filter of recent block txs for AlreadyHave() ...
Jonas Schnelli
2020-01-31
1
-25
/
+68
|
\
|
*
Use rolling bloom filter of recent block tx's for AlreadyHave() check
Suhas Daftuar
2020-01-29
1
-25
/
+68
*
|
Fix doxygen errors
Ben Woosley
2020-01-16
1
-1
/
+1
|
/
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-2
/
+2
*
Merge #17762: net: Log to net category for exceptions in ProcessMessages
Wladimir J. van der Laan
2020-01-02
1
-25
/
+4
|
\
|
*
Add missing typeinfo includes
Wladimir J. van der Laan
2020-01-02
1
-0
/
+1
|
*
net: Log to net category for exceptions in ProcessMessages
Wladimir J. van der Laan
2019-12-17
1
-25
/
+3
*
|
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
|
/
*
Merge #17243: p2p: add PoissonNextSend method that returns mockable time
MarcoFalke
2019-11-05
1
-4
/
+6
|
\
|
*
[tools] update nNextInvSend to use mockable time
Amiti Uttarwar
2019-11-05
1
-4
/
+6
*
|
Merge #17164: p2p: Avoid allocating memory for addrKnown where we don't need it
MarcoFalke
2019-11-04
1
-3
/
+4
|
\
\
|
*
|
added asserts to check m_addr_known when it's used
User
2019-10-25
1
-0
/
+1
|
*
|
p2p: Avoid allocating memory for addrKnown where we don't need it
User
2019-10-16
1
-3
/
+3
*
|
|
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
1
-51
/
+69
|
\
\
\
|
*
|
|
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
1
-6
/
+4
|
*
|
|
[validation] Remove unused first_invalid parameter from ProcessNewBlockHeaders()
John Newbery
2019-10-29
1
-2
/
+1
|
*
|
|
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-43
/
+64
*
|
|
|
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-5
/
+5
*
|
|
|
Merge #16202: p2p: Refactor network message deserialization
fanquake
2019-10-28
1
-18
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove transport protocol knowhow from CNetMessage / net processing
Jonas Schnelli
2019-10-18
1
-1
/
+1
|
*
|
|
Refactor: split network transport deserializing from message container
Jonas Schnelli
2019-10-18
1
-18
/
+14
|
|
/
/
*
|
|
Merge #16851: Continue relaying transactions after they expire from mapRelay
MarcoFalke
2019-10-24
1
-4
/
+14
|
\
\
\
|
*
|
|
Continue relaying transactions after they expire from mapRelay
Anthony Towns
2019-10-23
1
-4
/
+14
*
|
|
|
Merge #17004: validation: Remove REJECT code from CValidationState
Wladimir J. van der Laan
2019-10-24
1
-11
/
+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[validation] Fix REJECT message comments
John Newbery
2019-10-10
1
-7
/
+9
|
*
|
|
[validation] Fix peer punishment for bad blocks
John Newbery
2019-10-10
1
-4
/
+5
|
|
|
/
|
|
/
|
*
/
|
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
|
/
/
*
|
Merge #15437: p2p: Remove BIP61 reject messages
Wladimir J. van der Laan
2019-10-09
1
-69
/
+11
|
\
\
|
*
|
p2p: Remove BIP61 reject messages
MarcoFalke
2019-10-02
1
-69
/
+11
*
|
|
feefilter: Compute the absolute fee rather than stored rate to match mempool ...
Gregory Sanders
2019-10-03
1
-8
/
+9
|
|
/
|
/
|
*
|
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-09-23
1
-3
/
+3
|
/
[next]