summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rdata/hs_4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [2522] style fix: adjusted brace positionsJINMEI Tatuya2013-05-181-1/+2
|
* [2522] add MasterLexer constructors for in::SSHFP, ch::A, hs::A.Paul Selkirk2013-05-161-1/+6
| | | | Also removed OldRdataFactory/new_rdata_factory_users stuff, since all Rdata classes now use the new RdataFactory.
* [2017] Many Doxygen warnings removed.Tomek Mrugalski2012-06-011-1/+1
|
* Merge branch 'work/rdatafields'Michal 'vorner' Vaner2011-04-191-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/lib/dns/gen-rdatacode.py.in src/lib/dns/messagerenderer.cc src/lib/dns/messagerenderer.h src/lib/dns/name.h src/lib/dns/rdata.h src/lib/dns/rrtype-placeholder.h
| * Merge branch 'master' into work/serializeMichal 'vorner' Vaner2011-04-042-12/+6
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/dns/messagerenderer.h src/lib/dns/rdata/ch_3/a_1.cc src/lib/dns/rdata/generic/opt_41.cc src/lib/dns/rdata/hs_4/a_1.cc
| * | initial implementation of trac#404: in-memory serialized representation of RDATAJINMEI Tatuya2010-11-031-1/+1
| | | | | | | | | | | | git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac404@3430 e5f2f494-b856-4b98-b285-d166d9295462
* | | [trac749] update namespace nameschenzhengzhang2011-04-141-2/+2
| | |
* | | [trac749] refactor more C++ utility codechenzhengzhang2011-04-121-2/+2
| | |
* | | [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-1/+2
| |/ |/|
* | cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-212-4/+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-8/+6
|/ | | | | | dependent workaround using UNUSED_PARAM. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac409@3485 e5f2f494-b856-4b98-b285-d166d9295462
* overall style cleanup: adjusted brace positions according to the coding ↵JINMEI Tatuya2010-10-151-14/+7
| | | | | | | | | guideline. skipping review. confirmed it compiled. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3225 e5f2f494-b856-4b98-b285-d166d9295462
* cleanup: use relative path to header files from "src/lib", i.e., ↵JINMEI Tatuya2010-04-132-6/+7
| | | | | | s/"name.h"/<dns/name.h", etc. also removed unnecessary header files to be included. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1705 e5f2f494-b856-4b98-b285-d166d9295462
* - made lib/dns -Wextra safe.JINMEI Tatuya2010-03-111-6/+8
| | | | | | | | | - introduced new macro UNUSED_PARAM to tell gcc that particular variables are intentionally unused - enabled -Wextra by default git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1304 e5f2f494-b856-4b98-b285-d166d9295462
* s/dns_throw/isc_throw/JINMEI Tatuya2010-03-071-1/+1
| | | | | | | | | | now that the generic exception code is a separate library in the isc namespace it doesn't make sense to call it dns_something. I know it's a big change, but I believe we should do this cleanup sooner than later. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1181 e5f2f494-b856-4b98-b285-d166d9295462
* Restructure trunk again.Jeremy C. Reed2010-03-052-0/+113
This is based on ideas done in experiments/jreed-layout, but I manually did this again. Moved around directory structures. A single python subdirectory under src/lib for single "isc" module. No "cpp" directories. No pyshared or includes symlink trees. I tested running the c++ tests and python tests. I tested running run_bind10.sh from source tree (with nothing installed). I tested running bind10 from installed (after moving source). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462