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
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-23
[p2p] Reattempt initial send of unbroadcast transactions
Amiti Uttarwar
2020-04-23
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
[net processing] Move all const declarations to top of net_processing.cpp
John Newbery
2020-04-23
[net processing] Move net processing consts to net_processing.cpp
John Newbery
2020-04-20
Merge #18544: net: limit BIP37 filter lifespan (active between 'filterload'.....
MarcoFalke
2020-04-10
Merge #18454: net: Make addr relay mockable, add test
MarcoFalke
2020-04-09
net: limit BIP37 filter lifespan (active between 'filterload' and 'filterclear')
Sebastian Falbesoner
2020-04-06
scripted-diff: Replace strCommand with msg_type
MarcoFalke
2020-04-02
net: Pass connman const when relaying address
MarcoFalke
2020-03-27
net: Make addr relay mockable
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-18
net: fix use-after-free in tests
Vasil Dimov
2020-03-17
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift
2020-03-10
scheduler: Make schedule* methods type safe
MarcoFalke
2020-02-27
Refactor FormatStateMessage into ValidationState
Jeffrey Czyz
2020-02-11
net: Remove forcerelay of rejected txs
MarcoFalke
2020-02-02
net: reference instead of copy in BlockConnected range loop
Jon Atack
2020-01-31
Merge #17951: Use rolling bloom filter of recent block txs for AlreadyHave() ...
Jonas Schnelli
2020-01-29
Use rolling bloom filter of recent block tx's for AlreadyHave() check
Suhas Daftuar
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-02
Merge #17762: net: Log to net category for exceptions in ProcessMessages
Wladimir J. van der Laan
2020-01-02
Add missing typeinfo includes
Wladimir J. van der Laan
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-17
net: Log to net category for exceptions in ProcessMessages
Wladimir J. van der Laan
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
[next]