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-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
2018-07-13
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-11
Remove dead service bits code
MarcoFalke
2018-07-09
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-09
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-08
Remove unused argument to ProcessGetBlockData(...)
practicalswift
2018-07-08
net: Remove unused interrupt from SendMessages
fanquake
2018-07-05
Merge #13096: [Policy] Fix MAX_STANDARD_TX_WEIGHT check
Wladimir J. van der Laan
2018-06-25
Drop unused init.h includes
Ben Woosley
2018-06-20
Restrict as much as possible in net_processing to translation unit
Jesse Cohen
2018-06-19
[move-only] Move things only referenced in net_processing out of header file
Jesse Cohen
2018-06-19
Rescope g_enable_bip61 to net_processing
Jesse Cohen
2018-06-12
Merge #13312: docs: Add a note about the source code filename naming convention
MarcoFalke
2018-05-29
Merge #13134: net: Add option `-enablebip61` to configure sending of BIP61 no...
Wladimir J. van der Laan
2018-05-23
Merge #13151: net: Serve blocks directly from disk when possible
Wladimir J. van der Laan
2018-05-23
Do not use uppercase characters in source code filenames
practicalswift
2018-05-15
net: Serve blocks directly from disk when possible
Wladimir J. van der Laan
2018-05-13
net: Add option `-enablebip61` to configure sending of BIP61 notifications
Wladimir J. van der Laan
2018-05-07
Merge #13162: [net] Don't incorrectly log that REJECT messages are unknown.
Wladimir J. van der Laan
2018-05-05
Fix MAX_STANDARD_TX_WEIGHT check
Johnson Lau
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
[logging] Don't incorrectly log that REJECT messages are unknown.
John Newbery
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-04-18
Consistently log CValidationState on failure
Ben Woosley
[next]