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
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
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-03-06
Add documentation to PeerLogicValidation interface and related functions
James O'Beirne
2018-03-01
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-02-17
Add setter for g_initial_block_download_completed
Jonas Schnelli
2018-02-09
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
Jonas Schnelli
2018-02-09
Accept addresses with NODE_NETWORK_LIMITED flag
Jonas Schnelli
2018-02-08
Fix ignoring tx data requests when fPauseSend is set on a peer
Matt Corallo
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-24
net: Move misbehaving logging to net logging category
Wladimir J. van der Laan
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-24
Avoid cs_main in net_processing ActivateBestChain calls
Matt Corallo
2017-12-24
Refactor ProcessGetData in anticipation of avoiding cs_main for ABC
Matt Corallo
2017-12-15
Create new mutex for orphans, no cs_main in PLV::BlockConnected
Matt Corallo
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-11
Merge #11583: Do not make it trivial for inbound peers to generate log entries
Wladimir J. van der Laan
[next]