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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-2
/
+0
*
|
|
|
|
Merge #11583: Do not make it trivial for inbound peers to generate log entries
Wladimir J. van der Laan
2017-12-11
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Do not make it trivial for inbound peers to generate log entries
Matt Corallo
2017-11-09
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-4
/
+4
*
|
|
|
|
|
net: Add missing locks in net.{cpp,h}
practicalswift
2017-11-21
1
-4
/
+10
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-15
/
+15
*
|
|
|
|
Use MakeUnique<T>(...) instead of std::unique_ptr<T>(new T(...))
practicalswift
2017-11-09
1
-3
/
+3
*
|
|
|
|
Use unique_ptr for pfilter (CBloomFilter)
practicalswift
2017-11-09
1
-3
/
+1
*
|
|
|
|
Use unique_ptr for sem{Addnode,Outbound} (CSemaphore)
practicalswift
2017-11-09
1
-8
/
+4
*
|
|
|
|
Use unique_ptr for upnp_thread (boost::thread)
practicalswift
2017-11-09
1
-5
/
+3
*
|
|
|
|
Merge #10696: Remove redundant nullptr checks before deallocation
Wladimir J. van der Laan
2017-11-09
1
-2
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Remove redundant nullptr checks before deallocation
practicalswift
2017-08-14
1
-2
/
+1
*
|
|
|
|
|
Merge #11524: [net] De-duplicate connection eviction logic
Wladimir J. van der Laan
2017-11-08
1
-29
/
+20
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[net] De-duplicate connection eviction logic
Thomas Snider
2017-11-07
1
-29
/
+20
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Connect to an extra outbound peer if our tip is stale
Suhas Daftuar
2017-11-02
1
-0
/
+1
*
|
|
|
|
net: Allow connecting to extra outbound peers
Suhas Daftuar
2017-11-01
1
-1
/
+33
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Switch DNSSeed-needed metric to any-automatic-nodes, not services
Matt Corallo
2017-10-13
1
-1
/
+1
*
|
|
|
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
1
-6
/
+6
*
|
|
|
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-13
1
-30
/
+10
|
/
/
/
*
|
|
Merge #10663: net: split resolve out of connect
Wladimir J. van der Laan
2017-09-28
1
-23
/
+41
|
\
\
\
|
*
|
|
net: remove now-superfluous numeric resolve
Cory Fields
2017-09-18
1
-4
/
+2
|
*
|
|
net: separate resolving and conecting
Cory Fields
2017-09-18
1
-19
/
+39
*
|
|
|
Merge #11301: add m_added_nodes to connman options
Pieter Wuille
2017-09-22
1
-5
/
+0
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
add m_added_nodes to connman options
Marko Bencun
2017-09-11
1
-5
/
+0
|
|
/
/
*
/
/
range-based loops and const qualifications in net.cpp
Marko Bencun
2017-09-12
1
-34
/
+37
|
/
/
*
|
net: drop unused connman param
Cory Fields
2017-09-06
1
-4
/
+4
*
|
net: use an interface class rather than signals for message processing
Cory Fields
2017-09-06
1
-11
/
+9
*
|
net: pass CConnman via pointer rather than reference
Cory Fields
2017-09-06
1
-4
/
+4
*
|
Merge #10596: Add vConnect to CConnman::Options
Wladimir J. van der Laan
2017-09-06
1
-6
/
+13
|
\
\
|
*
|
Add vConnect to CConnman::Options
Marko Bencun
2017-07-19
1
-6
/
+13
*
|
|
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-5
/
+5
|
|
/
|
/
|
*
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-4
/
+4
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-23
/
+23
*
|
[net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& ...
practicalswift
2017-08-02
1
-25
/
+6
*
|
Merge #10501: remove some unused functions
Wladimir J. van der Laan
2017-07-27
1
-1
/
+0
|
\
\
|
*
|
remove some unused functions
Marko Bencun
2017-07-22
1
-1
/
+0
|
|
/
*
|
Merge #10824: Avoid unnecessary work in SetNetworkActive
Wladimir J. van der Laan
2017-07-26
1
-4
/
+6
|
\
\
|
*
|
Avoid unnecessary work in SetNetworkActive
João Barbosa
2017-07-14
1
-4
/
+6
|
|
/
*
/
Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...
Dag Robole
2017-07-22
1
-0
/
+1
|
/
*
Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector
Jeremy Rubin
2017-07-08
1
-1
/
+1
*
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-27
1
-3
/
+2
*
Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options
Wladimir J. van der Laan
2017-06-26
1
-9
/
+53
|
\
|
*
add Binds, WhiteBinds to CConnman::Options
Marko Bencun
2017-06-15
1
-2
/
+51
|
*
add WhitelistedRange to CConnman::Options
Marko Bencun
2017-06-15
1
-7
/
+2
*
|
Merge #10446: net: avoid extra dns query per seed
Wladimir J. van der Laan
2017-06-24
1
-15
/
+9
|
\
\
|
|
/
|
/
|
|
*
net: use an internal address for fixed seeds
Cory Fields
2017-06-22
1
-1
/
+1
|
*
net: switch to dummy internal ip for dns seed source
Cory Fields
2017-06-14
1
-13
/
+7
|
*
net: add an internal subnet for representing unresolved hostnames
Cory Fields
2017-06-14
1
-1
/
+1
[prev]
[next]