danicoin/src/common
warptangent 0d40de48c2
Optionally restrict DNS queries to TCP
Sample use:
DNS_PUBLIC=tcp torsocks bin/bitmonerod --p2p-bind-ip 127.0.0.1

Test:
Run above with --log-level 4 with and without DNS_PUBLIC environment
variable set.

DNS debugging info should show successful DNS lookups only when
DNS_PUBLIC is set to "tcp":

  DNS lookup for seeds.moneroseeds.se: 17 results
  DNS lookup for seeds.moneroseeds.ae.org: 17 results
  DNS lookup for seeds.moneroseeds.ch: 12 results
  DNS lookup for seeds.moneroseeds.li: 12 results
2015-12-15 10:13:16 -08:00
..
base58.cpp year updated in license 2015-01-02 18:52:46 +02:00
base58.h year updated in license 2015-01-02 18:52:46 +02:00
boost_serialization_helper.h year updated in license 2015-01-02 18:52:46 +02:00
CMakeLists.txt Translatable strings for simplewallet 2015-07-14 20:28:25 +01:00
command_line.cpp add a --fakechain argument for tests 2015-12-13 11:38:37 +00:00
command_line.h add a --fakechain argument for tests 2015-12-13 11:38:37 +00:00
dns_utils.cpp Optionally restrict DNS queries to TCP 2015-12-15 10:13:16 -08:00
dns_utils.h dns_utils: factor the fetching code for different DNS record types 2015-08-30 15:04:09 +01:00
http_connection.h common: const and init list pedantry 2015-10-27 09:36:38 +00:00
i18n.cpp i18n: allow language to be passed as a parameter 2015-11-21 10:11:50 +00:00
i18n.h i18n: allow language to be passed as a parameter 2015-11-21 10:11:50 +00:00
int-util.h year updated in license 2015-01-02 18:52:46 +02:00
pod-class.h year updated in license 2015-01-02 18:52:46 +02:00
rpc_client.h common: const and init list pedantry 2015-10-27 09:36:38 +00:00
scoped_message_writer.h cleaning up, removing redundant files, renaming, fixing incorrect licenses 2015-05-31 13:40:18 +02:00
unordered_containers_boost_serialization.h year updated in license 2015-01-02 18:52:46 +02:00
util.cpp Merge pull request #515 2015-11-30 18:33:43 +02:00
util.h wallet: cancellable refresh 2015-11-29 23:24:56 +00:00
varint.h year updated in license 2015-01-02 18:52:46 +02:00