summaryrefslogtreecommitdiff
path: root/src/common/dns_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Allow name@domain.tld for OpenAlias lookupswarptangent2015-05-191-0/+13
* Revert "Allow name@domain.tld for OpenAlias lookups"warptangent2015-05-191-21/+13
* Allow name@domain.tld for OpenAlias lookupsThomas Winget2015-04-291-13/+21
* [fix] log level change. compilation: dns, testsrfree2monero2015-04-101-1/+1
* Merge pull request #252Riccardo Spagni2015-04-021-1/+18
|\
| * remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-1/+18
* | Fixed DNS resolution bug in WindowsThomas Winget2015-04-021-4/+2
|/
* DNSSEC added (hardcoded key)Thomas Winget2015-03-241-0/+66
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
* build libunbound from external if no local libunbound or for static buildsRiccardo Spagni2014-10-061-1/+2
* quick hacky fix for broken TXT readsRiccardo Spagni2014-10-031-1/+9
* updated DNSResolver/things that use it for DNSSECThomas Winget2014-09-301-3/+9
* Remove LDNS dep and fix a bug in libunbound const correctness fixThomas Winget2014-09-241-3/+3
* Removed ldns dependencyThomas Winget2014-09-241-4/+3
* libunbound has const correctness issues...Thomas Winget2014-09-241-5/+19
* temp commitThomas Winget2014-09-241-15/+42
* Added function to check syntax of URL for DNS lookupThomas Winget2014-09-231-8/+35
* change to allow (at least a bit) for multiple TXT recordsThomas Winget2014-09-231-5/+10
* Monero addres from DNS TXT record implemented, tests passThomas Winget2014-09-231-17/+40
* Use the loop iterator, previous version of me.Thomas Winget2014-09-231-2/+2
* ipv4 and ipv6 resolution workingThomas Winget2014-09-231-11/+92
* Initial commit of DNS codeThomas Winget2014-09-231-0/+55