Age | Commit message (Expand) | Author | Files | Lines |
2016-02-23 | dns_utils: const compatibility with older libunbound | moneromooo-monero | 1 | -22/+16 |
2016-02-18 | std::condvar is broken on Win32 with gcc/g++ 4.8 too | Howard Chu | 1 | -2/+2 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-15 | Replace tabs and remove trailing whitespace | warptangent | 1 | -24/+24 |
2015-12-15 | Optionally restrict DNS queries to TCP | warptangent | 1 | -3/+24 |
2015-09-27 | dns_utils: fix wrong asserts | moneromooo-monero | 1 | -2/+2 |
2015-08-30 | dns_utils: remove unnecessary string conversion | moneromooo-monero | 1 | -5/+2 |
2015-08-30 | dns_utils: factor the fetching code for different DNS record types | moneromooo-monero | 1 | -59/+21 |
2015-08-30 | dns_utils: simplify string handling and fix leak | moneromooo-monero | 1 | -5/+1 |
2015-08-27 | dns_utils: add a const where possible | moneromooo-monero | 1 | -1/+1 |
2015-08-27 | dns_utils: lock access to the singleton | moneromooo-monero | 1 | -0/+4 |
2015-08-27 | dns: make ctor private | moneromooo-monero | 1 | -0/+5 |
2015-06-20 | Set dnssec_valid value correctly in dns_utils; fix address_from_url test | Rostislav | 1 | -3/+3 |
2015-06-07 | dns_utils: simpify smart pointer use, and use for url strings too | moneromooo-monero | 1 | -38/+45 |
2015-05-19 | Allow name@domain.tld for OpenAlias lookups | warptangent | 1 | -0/+13 |
2015-05-19 | Revert "Allow name@domain.tld for OpenAlias lookups" | warptangent | 1 | -21/+13 |
2015-04-29 | Allow name@domain.tld for OpenAlias lookups | Thomas Winget | 1 | -13/+21 |
2015-04-10 | [fix] log level change. compilation: dns, tests | rfree2monero | 1 | -1/+1 |
2015-04-02 | Merge pull request #252 | Riccardo Spagni | 1 | -1/+18 |
2015-04-02 | Fixed DNS resolution bug in Windows | Thomas Winget | 1 | -4/+2 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -1/+18 |
2015-03-24 | DNSSEC added (hardcoded key) | Thomas Winget | 1 | -0/+66 |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 1 | -1/+2 |
2014-10-03 | quick hacky fix for broken TXT reads | Riccardo Spagni | 1 | -1/+9 |
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 1 | -3/+9 |
2014-09-24 | Remove LDNS dep and fix a bug in libunbound const correctness fix | Thomas Winget | 1 | -3/+3 |
2014-09-24 | Removed ldns dependency | Thomas Winget | 1 | -4/+3 |
2014-09-24 | libunbound has const correctness issues... | Thomas Winget | 1 | -5/+19 |
2014-09-24 | temp commit | Thomas Winget | 1 | -15/+42 |
2014-09-23 | Added function to check syntax of URL for DNS lookup | Thomas Winget | 1 | -8/+35 |
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 1 | -5/+10 |
2014-09-23 | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 1 | -17/+40 |
2014-09-23 | Use the loop iterator, previous version of me. | Thomas Winget | 1 | -2/+2 |
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 1 | -11/+92 |
2014-09-23 | Initial commit of DNS code | Thomas Winget | 1 | -0/+55 |