netty5/codec-dns/src/main/java/io/netty/handler/codec/dns
Trustin Lee ab2e80fbb1 Add EDNS support to DnsQueryEncoder
Motivation:

DnsQueryEncoder does not encode the 'additional resources' section at all, which contains the pseudo-RR as defined in RFC 2671.

Modifications:

- Modify DnsQueryEncoder to encode the additional resources
- Fix a bug in DnsQueryEncoder where an empty name is encoded incorrectly

Result:

A user can send an EDNS query.
2014-10-16 17:05:08 +09:00
..
DnsClass.java Overall cleanup of codec-dns 2014-07-23 14:40:52 -07:00
DnsEntry.java Overall cleanup of codec-dns 2014-07-23 14:40:52 -07:00
DnsHeader.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsMessage.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsQuery.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsQueryEncoder.java Add EDNS support to DnsQueryEncoder 2014-10-16 17:05:08 +09:00
DnsQueryHeader.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsQuestion.java Use value types for class and type in DNS entries to make them immune to parameter order bugs 2014-07-23 14:40:52 -07:00
DnsResource.java [#2708] DnsResource.duplicate() should return DnsResource and not ByteBufHolder 2014-07-28 04:26:09 -07:00
DnsResponse.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResponseCode.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResponseDecoder.java Fix buffer leaks in DnsResponseDecoder and DnsResponseDecoderTest 2014-08-04 14:06:45 +02:00
DnsResponseHeader.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsType.java Overall cleanup of codec-dns 2014-07-23 14:40:52 -07:00
package-info.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00