Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-10-08 | fixed unit tests | Riccardo Spagni | 1 | -2/+3 | |
2014-09-30 | reload checkpoints file every ~hr and print if any fail | Thomas Winget | 1 | -0/+1 | |
also some other minor bug squashing and code formatting | |||||
2014-09-30 | updated DNSResolver/things that use it for DNSSEC | Thomas Winget | 1 | -9/+17 | |
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. | |||||
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 1 | -3/+8 | |
2014-09-23 | Monero addres from DNS TXT record implemented, tests pass | Thomas Winget | 1 | -0/+39 | |
Still need to deal with DNSSEC and optional fields in the TXT record. | |||||
2014-09-23 | ipv4 and ipv6 resolution working | Thomas Winget | 1 | -0/+65 | |
IPv4 and IPv6 name resolution working. Unit tests written (and passing). net_node.{h,inl} code modified to use DNS seeds. |