Age | Commit message (Expand) | Author |
2017-07-08 | Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector | Jeremy Rubin |
2017-06-27 | Util: Remove redundant calls to gArgs.IsArgSet() | Jorge Timón |
2017-06-26 | Merge #10496: Add Binds, WhiteBinds, Whitelistedrange to CConnman::Options | Wladimir J. van der Laan |
2017-06-24 | Merge #10446: net: avoid extra dns query per seed | Wladimir J. van der Laan |
2017-06-22 | net: use an internal address for fixed seeds | Cory Fields |
2017-06-15 | add Binds, WhiteBinds to CConnman::Options | Marko Bencun |
2017-06-15 | add WhitelistedRange to CConnman::Options | Marko Bencun |
2017-06-14 | net: switch to dummy internal ip for dns seed source | Cory Fields |
2017-06-14 | net: add an internal subnet for representing unresolved hostnames | Cory Fields |
2017-06-13 | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE | Pieter Wuille |
2017-06-09 | Return early in IsBanned. | Gregory Maxwell |
2017-06-05 | scripted-diff: Fully remove BOOST_FOREACH | Jorge Timón |
2017-06-05 | rpc: Add listen address to incoming connections in `getpeerinfo` | Wladimir J. van der Laan |
2017-06-01 | Merge #10441: net: only enforce expected services for half of outgoing connec... | Wladimir J. van der Laan |
2017-05-30 | add SeedNodes to CConnman::Options | Marko Bencun |
2017-05-28 | net: only enforce the services required to connect | Cory Fields |
2017-05-18 | Populate services in GetLocalAddress | Alex Morcos |
2017-05-17 | Merge #10061: [net] Added SetSocketNoDelay() utility function | Pieter Wuille |
2017-05-15 | Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a... | Wladimir J. van der Laan |
2017-05-09 | scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs | Jorge Timón |
2017-05-07 | Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ... | Wladimir J. van der Laan |
2017-05-04 | net: make CNode's id private | Cory Fields |
2017-05-04 | scripted-diff: net: Use accessor rather than node's id directly | Cory Fields |
2017-05-02 | Merge #10234: [net] listbanned RPC and QT should show correct banned subnets | Wladimir J. van der Laan |
2017-04-28 | [net] listbanned RPC and QT should show correct banned subnets | John Newbery |
2017-04-26 | Merge #9930: Trivial: Correct indentation and bracing | Wladimir J. van der Laan |
2017-04-14 | Check interruptNet during dnsseed lookups | Matt Corallo |
2017-04-05 | [net] Added SetSocketNoDelay() utility function | Thomas Snider |
2017-04-02 | Correct indentation and remove unnecessary braces | Matthias Grundmann |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-03-18 | Merge #9987: Remove unused code | Wladimir J. van der Laan |
2017-03-17 | Remove unused code | practicalswift |
2017-03-16 | Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL | Wladimir J. van der Laan |
2017-03-08 | Add missing braces in semaphore posts in net | Matt Corallo |
2017-03-08 | Fix shutdown hang with >= 8 -addnodes set | Matt Corallo |
2017-03-06 | CScheduler boost->std::function, use millisecs for times, not secs | Matt Corallo |
2017-03-05 | build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally | Wladimir J. van der Laan |
2017-02-28 | Trivial: Debug log ambiguity fix for peer addrs | keystrike |
2017-02-14 | Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec | Wladimir J. van der Laan |
2017-02-10 | Move CNode::addrLocal access behind locked accessors | Matt Corallo |
2017-02-10 | Move CNode::addrName accesses behind locked accessors | Matt Corallo |
2017-02-10 | Move [clean|str]SubVer writes/copyStats into a lock | Matt Corallo |
2017-02-10 | Access fRelayTxes with cs_filter lock in copyStats | Matt Corallo |
2017-02-10 | Avoid copying CNodeStats to make helgrind OK with buggy std::string | Matt Corallo |
2017-02-10 | Make nTimeConnected const in CNode | Matt Corallo |
2017-02-10 | net: fix a few races. Credit @TheBlueMatt | Cory Fields |
2017-02-10 | Merge #9698: net: fix socket close race | Wladimir J. van der Laan |
2017-02-08 | Merge #9674: Always enforce strict lock ordering (try or not) | Wladimir J. van der Laan |
2017-02-07 | Disconnect peers which we do not receive VERACKs from within 60 sec | Matt Corallo |
2017-02-06 | net: add a lock around hSocket | Cory Fields |