Commit Graph

75 Commits (bcd71a5af915ff88a7306f9d929db2f57996adf8)

Author SHA1 Message Date
SomaticFanatic bcd71a5af9
Update copyright year to 2020
4 years ago
wowario 652bd57080
initial commit
4 years ago
tobtoht 037f94c54e
Remove Xiala.net from the list of dns resolvers
5 years ago
stoffu a2195b9b7f
crypto: replace rand<T>()%N idiom with unbiased rand_idx(N)
5 years ago
Riccardo Spagni c994dc7ec0
Merge pull request #5306
5 years ago
moneromooo-monero 223c6b0796
dns_utils: really add default DNSSEC servers on failure
5 years ago
Riccardo Spagni 2900f6a3ca
Merge pull request #5198
5 years ago
Riccardo Spagni 6031a1f5b4
Merge pull request #5179
5 years ago
Howard Chu 8a97563a93
Use threadpool instead of new threads for DNS queries
5 years ago
binaryFate 1f2930ce0b Update 2019 copyright
5 years ago
moneromooo-monero 9c4d403ae0
dns_utils: use fallback if the default resolver does not support DNSSEC
5 years ago
moneromooo-monero 7c09882a27
dns_utils: remove MoneroPulse/checkpoints mention in TXT record code
5 years ago
Riccardo Spagni 81418cb281
Merge pull request #4894
5 years ago
Riccardo Spagni c00ac446fd
Merge pull request #4854
5 years ago
moneromooo-monero d4f50cb109
remove some unused code
6 years ago
Martijn Otto bd98e99c80
Removed a lot of unnecessary includes
6 years ago
moneromooo-monero 71eb32a976
dns_utils: do not exit if DNS records are corrupt
6 years ago
moneromooo-monero 8110bea34b
dns_utils: refresh list of usable DNSSEC servers
6 years ago
moneromooo-monero 5083614ffa
dns_util: add new DNSSEC trust anchor for rollover
6 years ago
moneromooo-monero a9cc88ee76
common: make this build with unbound 1.4.20
6 years ago
moneromooo-monero 71806327f5
dns: change default DNS to a worldwide selection
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero 09ce03d612
move includes around to lessen overall load
6 years ago
moneromooo-monero a4b4651cb0
dns_utils: allow an optional DNS server IP in DNS_PUBLIC
7 years ago
Riccardo Spagni abe24f4429
Merge pull request #2504
7 years ago
moneromooo-monero f182acdd36
dns_utils: query DNS records in parallel
7 years ago
moneromooo-monero e0592e87d8
dns_utils: remove a few obsolete things
7 years ago
Riccardo Spagni f5be5b7e7b
Merge pull request #2210
7 years ago
moneromooo-monero cb0b559451
Move OpenAlias console input back from libs
7 years ago
Howard Chu 464afd4d2d
Ensure DNSResolver destructor runs on exit
7 years ago
stoffu 250c4cb3e0
wallet-rpc: enable openalias
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
anonimal 5c3badb749
dns_utils: fix infinite recursion when distributing empty dns_urls
7 years ago
moneromooo-monero 969ad710ba
dns_utils: fix first checked DNS entry being ignored
7 years ago
moneromooo-monero e8a7525ceb
dns_utils: factor TXT record loading code from checkpoint code
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
kenshi84 55a8e982c0 moved get_account_address_from_str_or_url from libcommon to libcryptonote_core
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
7 years ago
kenshi84 99580adf66 make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup
7 years ago
moneromooo-monero 283894d8ff
dns_utils: const compatibility with older libunbound
8 years ago
Howard Chu 014f8868f2 std::condvar is broken on Win32 with gcc/g++ 4.8 too
8 years ago
Riccardo Spagni de03926850
updated copyright year
8 years ago
warptangent 5131b263ed Replace tabs and remove trailing whitespace
8 years ago
warptangent 0d40de48c2
Optionally restrict DNS queries to TCP
8 years ago
moneromooo-monero 151c32d5c4
dns_utils: fix wrong asserts
9 years ago
moneromooo-monero 4e138a02df
dns_utils: remove unnecessary string conversion
9 years ago
moneromooo-monero f928468b9b
dns_utils: factor the fetching code for different DNS record types
9 years ago
moneromooo-monero 4ef0da184d
dns_utils: simplify string handling and fix leak
9 years ago
moneromooo-monero ae5f28cb51
dns_utils: add a const where possible
9 years ago
moneromooo-monero f43d465da2
dns_utils: lock access to the singleton
9 years ago