1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 12:04:40 +01:00
dns/lib/Internal
Niklas Keller 2c8133a7b4 Allow empty domain names to be decoded
This is a rather long standing issue. LibDNS didn't allow to decode empty domain names. Empty domain names were previously only observed with PTR records, but were now also observed in regular queries in authoritative records that include the root nameservers.

LibDNS 2.0 mainly adds scalar types has just a few breaking changes. We don't expose it anywhere, so an upgrade is perfectly fine.

Fixes #53.
2018-01-10 17:26:11 +01:00
..
Socket.php Allow empty domain names to be decoded 2018-01-10 17:26:11 +01:00
TcpSocket.php Fix queries over TCP, add tests 2017-06-29 12:36:09 +02:00
UdpSocket.php Move socket classes into an internal namespace 2017-06-27 18:30:28 +02:00