aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...Pieter Wuille2017-07-151-19/+0
|\
| * [refactor] move SplitHostPort() into utilstrencodingsJohn Newbery2017-07-121-19/+0
* | Fix uninitialized atomic variablesJoão Barbosa2017-07-131-1/+1
|/
* net: do not allow resolving to an internal addressCory Fields2017-06-141-2/+7
* Merge #9539: [net] Avoid initialization to a value that is never readWladimir J. van der Laan2017-05-231-1/+2
|\
| * [net] Avoid initialization to a value that is never readpracticalswift2017-02-281-1/+2
* | Merge #10061: [net] Added SetSocketNoDelay() utility functionPieter Wuille2017-05-171-6/+9
|\ \
| * | [net] Added SetSocketNoDelay() utility functionThomas Snider2017-04-051-6/+9
* | | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-4/+4
|/ /
* / build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locallyWladimir J. van der Laan2017-03-051-1/+1
|/
* netbase: Do not print an error on connection timeouts through proxyWladimir J. van der Laan2017-02-091-1/+8
* netbase: Make InterruptibleRecv return an error code instead of boolWladimir J. van der Laan2017-02-091-18/+27
* Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan2017-01-041-9/+10
|\
| * net: misc header cleanupsCory Fields2017-01-031-7/+0
| * net: make proxy receives interruptibleCory Fields2017-01-031-2/+10
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Refactor: Removed begin/end_ptr functions.Karl-Johan Alm2016-12-091-3/+3
* Revert "Use async name resolving to improve net thread responsiveness"Matt Corallo2016-12-011-47/+1
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-2/+2
* Do not shadow variables in networking codePavel Janík2016-08-151-3/+3
* net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-2/+7
* net: move CNetAddr/CService/CSubNet out of netbaseCory Fields2016-07-311-705/+0
* net: Split resolving out of CSubNetCory Fields2016-07-311-36/+58
* net: Split resolving out of CServiceCory Fields2016-07-311-33/+1
* net: Split resolving out of CNetAddrCory Fields2016-07-311-16/+10
* Randomize name lookup result in ConnectSocketByNamePieter Wuille2016-06-131-4/+4
* Use Socks5ErrorString() to decode error responses from socks proxy.Warren Togami2016-05-191-12/+16
* Make Socks5() InterruptibleRecv() timeout/failures informative.Warren Togami2016-05-171-1/+2
* SOCKS5 connecting and connected messages with -debug=net.Warren Togami2016-05-091-2/+2
* Make failures to connect via Socks5() more informative and less unnecessarily...Warren Togami2016-05-091-9/+11
* net: disable resolving from storage structuresCory Fields2016-04-201-14/+14
* net: resolve outside of storage structuresCory Fields2016-04-201-4/+6
* Net: Add IPv6 Link-Local Address Supportmruddy2016-04-051-3/+7
* Typo fixes in commentsChris Wheeler2016-01-171-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-1/+1
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* net: Automatically create hidden service, listen on TorWladimir J. van der Laan2015-11-101-4/+1
* Set TCP_NODELAY on P2P sockets.Gregory Maxwell2015-10-221-1/+8
* net: Fix CIDR notation in ToString()Wladimir J. van der Laan2015-09-161-10/+48
* net: use CIDR notation in CSubNet::ToString()Jonas Schnelli2015-09-161-9/+11
* Merge pull request #6556Wladimir J. van der Laan2015-08-201-1/+1
|\
| * Fix masking of irrelevant bits in address groups.Alex Morcos2015-08-141-1/+1
* | typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
|/
* Test whether created sockets are select()ablePieter Wuille2015-07-101-0/+3
* Adding CSubNet constructor over a single CNetAddrJonas Schnelli2015-07-021-0/+7
* fix CSubNet comparison operatorJonas Schnelli2015-06-171-1/+1
* [RPC] extend setban to allow subnetsJonas Schnelli2015-06-171-0/+5
* [net, trivial] remove using namespace std pollution in netbase.cppPhilip Kaufmann2015-05-311-4/+2
* Fix two problems in CSubNet parsingWladimir J. van der Laan2015-05-261-1/+5