aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-02[net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& ...practicalswift
2017-07-27Merge #10501: remove some unused functionsWladimir J. van der Laan
2017-07-26Merge #10824: Avoid unnecessary work in SetNetworkActiveWladimir J. van der Laan
2017-07-22remove some unused functionsMarko Bencun
2017-07-22Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...Dag Robole
2017-07-14Avoid unnecessary work in SetNetworkActiveJoão Barbosa
2017-07-08Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vectorJeremy Rubin
2017-06-27Util: Remove redundant calls to gArgs.IsArgSet()Jorge Timón
2017-06-26Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::OptionsWladimir J. van der Laan
2017-06-24Merge #10446: net: avoid extra dns query per seedWladimir J. van der Laan
2017-06-22net: use an internal address for fixed seedsCory Fields
2017-06-15add Binds, WhiteBinds to CConnman::OptionsMarko Bencun
2017-06-15add WhitelistedRange to CConnman::OptionsMarko Bencun
2017-06-14net: switch to dummy internal ip for dns seed sourceCory Fields
2017-06-14net: add an internal subnet for representing unresolved hostnamesCory Fields
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-09Return early in IsBanned.Gregory Maxwell
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan
2017-06-01Merge #10441: net: only enforce expected services for half of outgoing connec...Wladimir J. van der Laan
2017-05-30add SeedNodes to CConnman::OptionsMarko Bencun
2017-05-28net: only enforce the services required to connectCory Fields
2017-05-18Populate services in GetLocalAddressAlex Morcos
2017-05-17Merge #10061: [net] Added SetSocketNoDelay() utility functionPieter Wuille
2017-05-15Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...Wladimir J. van der Laan
2017-05-09scripted-diff: Util: Encapsulate mapMultiArgs behind gArgsJorge Timón
2017-05-07Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ...Wladimir J. van der Laan
2017-05-04net: make CNode's id privateCory Fields
2017-05-04scripted-diff: net: Use accessor rather than node's id directlyCory Fields
2017-05-02Merge #10234: [net] listbanned RPC and QT should show correct banned subnetsWladimir J. van der Laan
2017-04-28[net] listbanned RPC and QT should show correct banned subnetsJohn Newbery
2017-04-26Merge #9930: Trivial: Correct indentation and bracingWladimir J. van der Laan
2017-04-14Check interruptNet during dnsseed lookupsMatt Corallo
2017-04-05[net] Added SetSocketNoDelay() utility functionThomas Snider
2017-04-02Correct indentation and remove unnecessary bracesMatthias Grundmann
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-18Merge #9987: Remove unused codeWladimir J. van der Laan
2017-03-17Remove unused codepracticalswift
2017-03-16Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNALWladimir J. van der Laan
2017-03-08Add missing braces in semaphore posts in netMatt Corallo
2017-03-08Fix shutdown hang with >= 8 -addnodes setMatt Corallo
2017-03-06CScheduler boost->std::function, use millisecs for times, not secsMatt Corallo
2017-03-05build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locallyWladimir J. van der Laan
2017-02-28Trivial: Debug log ambiguity fix for peer addrskeystrike
2017-02-14Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 secWladimir J. van der Laan
2017-02-10Move CNode::addrLocal access behind locked accessorsMatt Corallo
2017-02-10Move CNode::addrName accesses behind locked accessorsMatt Corallo
2017-02-10Move [clean|str]SubVer writes/copyStats into a lockMatt Corallo
2017-02-10Access fRelayTxes with cs_filter lock in copyStatsMatt Corallo