Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
For now, simply checks for '.' character, but that will be easy to change in the future if necessary/desired. | |||||
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 | |
Still need to deal with DNSSEC and optional fields in the TXT record. | |||||
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 | |
IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds. | |||||
2014-09-23 | Initial commit of DNS code | Thomas Winget | 1 | -0/+55 | |