| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | | | Note: DNSResolver does not yet *use* DNSSEC, but rather this commit is preparation for including DNSSEC validation. The function in src/wallet/wallet2.cpp that uses DNSResolver still needs its parameters updated accordingly. | ||||
| * | 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 |
| | | | | | | | ldns dependency was only still around for constants defined in ldns/rr.h, but those constants are RFC specified DNS constants, and to reduce deps have been replicated in dns_utils.h instead of including ldns/rr.h. | ||||
| * | 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 |
| | | | | | | For now, simply checks for '.' character, but that will be easy to change in the future if necessary/desired. | ||||
| * | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 2014-09-23 | 1 | -5/+10 |
| | | |||||
| * | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 2014-09-23 | 1 | -17/+40 |
| | | | | | Still need to deal with DNSSEC and optional fields in the TXT record. | ||||
| * | Use the loop iterator, previous version of me. | Thomas Winget | 2014-09-23 | 1 | -2/+2 |
| | | |||||
| * | ipv4 and ipv6 resolution working | Thomas Winget | 2014-09-23 | 1 | -11/+92 |
| | | | | | | | IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds. | ||||
| * | Initial commit of DNS code | Thomas Winget | 2014-09-23 | 1 | -0/+55 |
