summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/message.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* overall style cleanup: adjusted brace positions according to the coding guide...JINMEI Tatuya2010-10-151-2/+1
* sync with trunkJINMEI Tatuya2010-09-291-171/+81
|\
| * added some more descriptive commentsJINMEI Tatuya2010-09-211-1/+4
| * - completed documentation of the EDNS classJINMEI Tatuya2010-09-211-1/+2
| * an initial cut of the EDNS class (code + tests), mainly for backup.JINMEI Tatuya2010-08-241-168/+107
* | tighten validation with exceptions, and add more documentationJINMEI Tatuya2010-09-281-2/+17
* | - separated Rcode class declarations and definitions in different filesJINMEI Tatuya2010-09-281-81/+40
* | cleanup: unified duplicate codeJINMEI Tatuya2010-09-281-5/+9
* | some cleanupJINMEI Tatuya2010-09-281-20/+6
* | moved the Opcode class declarations and definitions to separate files.JINMEI Tatuya2010-09-281-32/+8
|/
* merge from trac69Evan Hunt2010-06-301-1/+15
* minimal fixes for SunStudio supportJINMEI Tatuya2010-06-231-1/+1
* cleanup: use relative path to header files from "src/lib", i.e., s/"name.h"/<...JINMEI Tatuya2010-04-131-11/+11
* - added minimum level documentationJINMEI Tatuya2010-03-161-2/+32
* constified things more, and followed style guidelines moreJINMEI Tatuya2010-03-161-13/+11
* cleanups:JINMEI Tatuya2010-03-161-36/+40
* tweaked the code to handle the EDNS BADVERS case.JINMEI Tatuya2010-03-121-109/+78
* thorw DNSMessageFORMERR instead of generic isc exception on parse errro.JINMEI Tatuya2010-03-121-16/+20
* introduced Message::parseHeader() so that we can perform minimal levelJINMEI Tatuya2010-03-121-3/+24
* add operator== for question/section iteratorsJINMEI Tatuya2010-03-121-0/+7
* declared/defined DNSProtocolError in separate files as these would beJINMEI Tatuya2010-03-111-10/+1
* - made lib/dns -Wextra safe.JINMEI Tatuya2010-03-111-11/+8
* - associate DNSProtocolError classes with corresponding RCODE JINMEI Tatuya2010-03-101-0/+10
* sync with trunk, mainly for truncation supportJINMEI Tatuya2010-03-081-19/+50
|\
| * added preliminary level truncation supportJINMEI Tatuya2010-03-081-19/+57
* | experimental UDP/TCP auth server using boost::asioJINMEI Tatuya2010-03-081-1/+2
|/
* s/dns_throw/isc_throw/JINMEI Tatuya2010-03-071-14/+14
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+946