-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[net] Connman options encapsulation #2632
[net] Connman options encapsulation #2632
Commits on Nov 22, 2021
-
add WhitelistedRange to CConnman::Options
Part of a series of changes to clean up the instantiation of connman by decoupling the command line arguments. Coming from btc@ce79f3251851f6177f38009341802e6065cb70af
Configuration menu - View commit details
-
Copy full SHA for 41c89af - Browse repository at this point
Copy the full SHA 41c89afView commit details -
add Binds, WhiteBinds to CConnman::Options
Part of a series of changes to clean up the instantiation of connman by decoupling the command line arguments. We also now abort with an error when explicit binds are set with -listen=0. Coming from btc@ce79f3251851f6177f38009341802e6065cb70af
Configuration menu - View commit details
-
Copy full SHA for d9e91ff - Browse repository at this point
Copy the full SHA d9e91ffView commit details -
add SeedNodes to CConnman::Options
Start of a series of changes to clean up the instantiation of connman by decoupling the command line arguments.
Configuration menu - View commit details
-
Copy full SHA for 8d788ba - Browse repository at this point
Copy the full SHA 8d788baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 987342e - Browse repository at this point
Copy the full SHA 987342eView commit details -
Add vConnect to CConnman::Options
Split the "-connect" argument parsing out of CConnman and put it into AppInitMain().
Configuration menu - View commit details
-
Copy full SHA for a13b7c9 - Browse repository at this point
Copy the full SHA a13b7c9View commit details -
[net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCR…
…equest& request)
Configuration menu - View commit details
-
Copy full SHA for 8c8ad18 - Browse repository at this point
Copy the full SHA 8c8ad18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 729c63d - Browse repository at this point
Copy the full SHA 729c63dView commit details -
Forgotten in 506b700
Configuration menu - View commit details
-
Copy full SHA for 71667df - Browse repository at this point
Copy the full SHA 71667dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c02b59 - Browse repository at this point
Copy the full SHA 8c02b59View commit details
Commits on Nov 26, 2021
-
net: Add missing locks in net.{cpp,h}
* writing variable 'nTotalBytesRecv' requires holding mutex 'cs_totalBytesRecv' exclusively * writing variables 'nTotalBytesSent' require holding mutex 'cs_totalBytesSent' exclusively * writing variable 'vAddedNodes' requires holding mutex 'cs_vAddedNodes' exclusively Backports btc@63f21d27ee463dafc32982d1ac50a1032449dd36 without the nMaxOut* variable changes that we don't have.
Configuration menu - View commit details
-
Copy full SHA for 5716940 - Browse repository at this point
Copy the full SHA 5716940View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d12d3 - Browse repository at this point
Copy the full SHA e1d12d3View commit details