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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13907: Introduce a maximum size for locators.
Wladimir J. van der Laan
2018-08-10
1
-0
/
+2
|
\
|
*
Introduce a maximum size for locators.
Gregory Maxwell
2018-08-09
1
-0
/
+2
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-1
/
+1
|
/
*
Initialize m_next_send_inv_to_incoming
Pieter Wuille
2018-07-16
1
-1
/
+1
*
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-16
1
-1
/
+10
|
\
|
*
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-07-13
1
-1
/
+10
*
|
net: Remove unused interrupt from SendMessages
fanquake
2018-07-08
1
-1
/
+1
|
/
*
Merge #12569: net: Increase signal-to-noise ratio in debug.log by adjusting l...
Wladimir J. van der Laan
2018-04-13
1
-1
/
+1
|
\
|
*
Increase signal-to-noise ratio in debug.log by adjusting log level when loggi...
practicalswift
2018-03-11
1
-1
/
+1
*
|
Polish interfaces around PeerLogicValidation
Vasil Dimov
2018-03-14
1
-0
/
+7
|
/
*
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-03-01
1
-0
/
+1
|
\
|
*
Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD
Jonas Schnelli
2018-02-09
1
-0
/
+1
*
|
boost: remove useless threadGroup parameter from Discover
Cory Fields
2018-02-08
1
-5
/
+1
*
|
boost: drop boost threads for upnp
Cory Fields
2018-02-08
1
-1
/
+3
|
/
*
net: don't retry failed oneshot connections forever
Cory Fields
2018-02-01
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Add Clang thread safety analysis annotations
practicalswift
2017-11-23
1
-7
/
+7
*
net: Add missing locks in net.{cpp,h}
practicalswift
2017-11-21
1
-3
/
+9
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-15
/
+15
*
Use unique_ptr for pfilter (CBloomFilter)
practicalswift
2017-11-09
1
-1
/
+1
*
Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)
practicalswift
2017-11-09
1
-2
/
+2
*
Add CConnmanTest to mutate g_connman in tests
João Barbosa
2017-11-02
1
-0
/
+2
*
net: Allow connecting to extra outbound peers
Suhas Daftuar
2017-11-01
1
-0
/
+18
*
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
1
-3
/
+3
*
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-13
1
-8
/
+0
*
Merge #11301: add m_added_nodes to connman options
Pieter Wuille
2017-09-22
1
-0
/
+2
|
\
|
*
add m_added_nodes to connman options
Marko Bencun
2017-09-11
1
-0
/
+2
*
|
Refactor: Modernize disallowed copy constructors/assignment
Dan Raviv
2017-09-16
1
-4
/
+2
|
/
*
net: drop unused connman param
Cory Fields
2017-09-06
1
-3
/
+3
*
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
1
-12
/
+13
*
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-06
1
-3
/
+3
*
Merge #10596: Add vConnect to CConnman::Options
Wladimir J. van der Laan
2017-09-06
1
-1
/
+3
|
\
|
*
Add vConnect to CConnman::Options
Marko Bencun
2017-07-19
1
-1
/
+3
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
|
[net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& ...
practicalswift
2017-08-02
1
-1
/
+18
*
|
remove some unused functions
Marko Bencun
2017-07-22
1
-2
/
+0
|
/
*
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
add Binds, WhiteBinds to CConnman::Options
Marko Bencun
2017-06-15
1
-2
/
+5
*
|
add WhitelistedRange to CConnman::Options
Marko Bencun
2017-06-15
1
-3
/
+1
|
/
*
Remove unnecessary forward class declarations in header files
practicalswift
2017-06-12
1
-1
/
+0
*
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-05
1
-1
/
+9
*
net: Denote some CNode functions const
Pavlos Antoniou
2017-06-01
1
-2
/
+2
*
add SeedNodes to CConnman::Options
Marko Bencun
2017-05-30
1
-2
/
+2
*
Merge #9279: Consensus: Move CFeeRate out of libconsensus
Wladimir J. van der Laan
2017-05-09
1
-0
/
+1
|
\
|
*
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-05-03
1
-0
/
+1
*
|
net: make CNode's id private
Cory Fields
2017-05-04
1
-1
/
+1
|
/
*
Merge #9930: Trivial: Correct indentation and bracing
Wladimir J. van der Laan
2017-04-26
1
-3
/
+3
|
\
[next]