index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
dns_utils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
dns: change default DNS to a worldwide selection
moneromooo-monero
2018-02-08
1
-9
/
+19
*
Update 2018 copyright
xmr-eric
2018-01-26
1
-1
/
+1
*
move includes around to lessen overall load
moneromooo-monero
2017-12-16
1
-0
/
+2
*
dns_utils: allow an optional DNS server IP in DNS_PUBLIC
moneromooo-monero
2017-10-10
1
-6
/
+39
*
Merge pull request #2504
Riccardo Spagni
2017-10-02
1
-6
/
+15
|
\
|
*
dns_utils: query DNS records in parallel
moneromooo-monero
2017-09-21
1
-6
/
+15
*
|
dns_utils: remove a few obsolete things
moneromooo-monero
2017-09-04
1
-4
/
+0
|
/
*
Merge pull request #2210
Riccardo Spagni
2017-08-07
1
-43
/
+3
|
\
|
*
Move OpenAlias console input back from libs
moneromooo-monero
2017-07-27
1
-43
/
+3
*
|
Ensure DNSResolver destructor runs on exit
Howard Chu
2017-06-28
1
-6
/
+2
|
/
*
wallet-rpc: enable openalias
stoffu
2017-03-17
1
-3
/
+5
*
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
2017-02-21
1
-1
/
+1
*
dns_utils: fix infinite recursion when distributing empty dns_urls
anonimal
2017-02-21
1
-0
/
+3
*
dns_utils: fix first checked DNS entry being ignored
moneromooo-monero
2017-02-20
1
-1
/
+0
*
dns_utils: factor TXT record loading code from checkpoint code
moneromooo-monero
2017-02-20
1
-0
/
+103
*
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
2017-02-08
1
-1
/
+1
*
moved get_account_address_from_str_or_url from libcommon to libcryptonote_core
kenshi84
2017-01-24
1
-16
/
+0
*
Change logging to easylogging++
moneromooo-monero
2017-01-16
1
-0
/
+3
*
make openalias also available for solo miner; introduce namespace tools::dns_...
kenshi84
2016-12-21
1
-0
/
+143
*
dns_utils: const compatibility with older libunbound
moneromooo-monero
2016-02-23
1
-22
/
+16
*
std::condvar is broken on Win32 with gcc/g++ 4.8 too
Howard Chu
2016-02-18
1
-2
/
+2
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
Replace tabs and remove trailing whitespace
warptangent
2015-12-15
1
-24
/
+24
*
Optionally restrict DNS queries to TCP
warptangent
2015-12-15
1
-3
/
+24
*
dns_utils: fix wrong asserts
moneromooo-monero
2015-09-27
1
-2
/
+2
*
dns_utils: remove unnecessary string conversion
moneromooo-monero
2015-08-30
1
-5
/
+2
*
dns_utils: factor the fetching code for different DNS record types
moneromooo-monero
2015-08-30
1
-59
/
+21
*
dns_utils: simplify string handling and fix leak
moneromooo-monero
2015-08-30
1
-5
/
+1
*
dns_utils: add a const where possible
moneromooo-monero
2015-08-27
1
-1
/
+1
*
dns_utils: lock access to the singleton
moneromooo-monero
2015-08-27
1
-0
/
+4
*
dns: make ctor private
moneromooo-monero
2015-08-27
1
-0
/
+5
*
Set dnssec_valid value correctly in dns_utils; fix address_from_url test
Rostislav
2015-06-20
1
-3
/
+3
*
dns_utils: simpify smart pointer use, and use for url strings too
moneromooo-monero
2015-06-07
1
-38
/
+45
*
Allow name@domain.tld for OpenAlias lookups
warptangent
2015-05-19
1
-0
/
+13
*
Revert "Allow name@domain.tld for OpenAlias lookups"
warptangent
2015-05-19
1
-21
/
+13
*
Allow name@domain.tld for OpenAlias lookups
Thomas Winget
2015-04-29
1
-13
/
+21
*
[fix] log level change. compilation: dns, tests
rfree2monero
2015-04-10
1
-1
/
+1
*
Merge pull request #252
Riccardo Spagni
2015-04-02
1
-1
/
+18
|
\
|
*
remerged; commands JSON. logging upgrade. doxygen
rfree2monero
2015-04-01
1
-1
/
+18
*
|
Fixed DNS resolution bug in Windows
Thomas Winget
2015-04-02
1
-4
/
+2
|
/
*
DNSSEC added (hardcoded key)
Thomas Winget
2015-03-24
1
-0
/
+66
*
year updated in license
Riccardo Spagni
2015-01-02
1
-1
/
+1
*
build libunbound from external if no local libunbound or for static builds
Riccardo Spagni
2014-10-06
1
-1
/
+2
*
quick hacky fix for broken TXT reads
Riccardo Spagni
2014-10-03
1
-1
/
+9
*
updated DNSResolver/things that use it for DNSSEC
Thomas Winget
2014-09-30
1
-3
/
+9
*
Remove LDNS dep and fix a bug in libunbound const correctness fix
Thomas Winget
2014-09-24
1
-3
/
+3
*
Removed ldns dependency
Thomas Winget
2014-09-24
1
-4
/
+3
*
libunbound has const correctness issues...
Thomas Winget
2014-09-24
1
-5
/
+19
*
temp commit
Thomas Winget
2014-09-24
1
-15
/
+42
*
Added function to check syntax of URL for DNS lookup
Thomas Winget
2014-09-23
1
-8
/
+35
[next]