aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
AgeCommit message (Expand)Author
2017-10-09net: Improve and document SOCKS codeWladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-22Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const referen...Dag Robole
2017-07-15Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...Pieter Wuille
2017-07-13Fix uninitialized atomic variablesJoão Barbosa
2017-07-12[refactor] move SplitHostPort() into utilstrencodingsJohn Newbery
2017-06-14net: do not allow resolving to an internal addressCory Fields
2017-05-23Merge #9539: [net] Avoid initialization to a value that is never readWladimir J. van der Laan
2017-05-17Merge #10061: [net] Added SetSocketNoDelay() utility functionPieter Wuille
2017-04-05[net] Added SetSocketNoDelay() utility functionThomas Snider
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-05build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locallyWladimir J. van der Laan
2017-02-28[net] Avoid initialization to a value that is never readpracticalswift
2017-02-09netbase: Do not print an error on connection timeouts through proxyWladimir J. van der Laan
2017-02-09netbase: Make InterruptibleRecv return an error code instead of boolWladimir J. van der Laan
2017-01-04Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan
2017-01-03net: misc header cleanupsCory Fields
2017-01-03net: make proxy receives interruptibleCory Fields
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-09Refactor: Removed begin/end_ptr functions.Karl-Johan Alm
2016-12-01Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-08-15Do not shadow variables in networking codePavel Janík
2016-08-04net: Have LookupNumeric return a CService directlyCory Fields
2016-07-31net: move CNetAddr/CService/CSubNet out of netbaseCory Fields
2016-07-31net: Split resolving out of CSubNetCory Fields
2016-07-31net: Split resolving out of CServiceCory Fields
2016-07-31net: Split resolving out of CNetAddrCory Fields
2016-06-13Randomize name lookup result in ConnectSocketByNamePieter Wuille
2016-05-19Use Socks5ErrorString() to decode error responses from socks proxy.Warren Togami
2016-05-17Make Socks5() InterruptibleRecv() timeout/failures informative.Warren Togami
2016-05-09SOCKS5 connecting and connected messages with -debug=net.Warren Togami
2016-05-09Make failures to connect via Socks5() more informative and less unnecessarily...Warren Togami
2016-04-20net: disable resolving from storage structuresCory Fields
2016-04-20net: resolve outside of storage structuresCory Fields
2016-04-05Net: Add IPv6 Link-Local Address Supportmruddy
2016-01-17Typo fixes in commentsChris Wheeler
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-10net: Automatically create hidden service, listen on TorWladimir J. van der Laan
2015-10-22Set TCP_NODELAY on P2P sockets.Gregory Maxwell
2015-09-16net: Fix CIDR notation in ToString()Wladimir J. van der Laan
2015-09-16net: use CIDR notation in CSubNet::ToString()Jonas Schnelli
2015-08-20Merge pull request #6556Wladimir J. van der Laan
2015-08-14Fix masking of irrelevant bits in address groups.Alex Morcos
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-07-10Test whether created sockets are select()ablePieter Wuille
2015-07-02Adding CSubNet constructor over a single CNetAddrJonas Schnelli
2015-06-17fix CSubNet comparison operatorJonas Schnelli