summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/edns.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3307] release changesKea-2.5.7Marcin Godzina2024-03-221-1/+1
|
* [#3208] Removed spurious tabs and spacesFrancis Dupont2024-03-101-1/+1
|
* [#3208] restore unittestsRazvan Becheriu2024-03-071-12/+9
|
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-12/+6
|
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
|
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
|
* [master] fix errors with ambiguous types and other boost usesJeremy C. Reed2012-07-251-1/+1
| | | | | | | | | Stop doing "using namespace boost" and be specific with the using boost::. Problem noticed on Solaris 11 with g++ 4.5.2 and boost 1.50.0. Tested with older g++ 4.1.3 with boost 1.42.0 (on NetBSD). Discussed little on jabber.
* [trac812next] made straightforward changes to toWire() methods so thatJINMEI Tatuya2011-04-281-8/+21
| | | | | | they use AbstractMessageRenderer. not related to the subject of this branch, but we'll need this change anyway, and touching some toWire()s is a good opportunity to make this happen.
* [trac749] update namespace nameschenzhengzhang2011-04-141-3/+3
|
* [trac749] update placeholder scriptschenzhengzhang2011-04-121-2/+2
|
* [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-1/+1
|
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-0/+1
|
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
| | | | | briefly talked about it on jabber, no one opposed to it, Jeremy explicitly agreed. changes are trivial themselves, so no explicit review.
* omit parameter names when the parameter is unused, instead of the compiler ↵JINMEI Tatuya2010-11-081-2/+2
| | | | | | dependent workaround using UNUSED_PARAM. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac409@3485 e5f2f494-b856-4b98-b285-d166d9295462
* added some more descriptive commentsJINMEI Tatuya2010-09-211-1/+2
| | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2999 e5f2f494-b856-4b98-b285-d166d9295462
* - completed documentation of the EDNS classJINMEI Tatuya2010-09-211-17/+14
| | | | | | - renamed {is,set}DNSSECSupported to {get,set}DNSSECAwareness to be consistent with the notation of other getter/setter methods git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2998 e5f2f494-b856-4b98-b285-d166d9295462
* an initial cut of the EDNS class (code + tests), mainly for backup.JINMEI Tatuya2010-08-241-0/+176
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2794 e5f2f494-b856-4b98-b285-d166d9295462