summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rrclass.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
|
* [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
|
* [3919] Assign classcode_ to avoid cppcheck warningFrancis Dupont2015-06-241-2/+4
|
* [3112] Don't use boost::optional in libdns++Mukund Sivaraman2013-09-111-3/+3
| | | | | | This has the side-effect of requiring additional copies of RRTTL to be constructed and is less optimal. See the ticket on why boost::optional is problematic.
* [2565] Specify parameter kind in exception messagesMukund Sivaraman2012-12-281-1/+1
|
* [2565] Rename constructor arguments to look nicerMukund Sivaraman2012-12-271-3/+3
|
* [2565] Fix indenting and untabifyMukund Sivaraman2012-12-271-5/+4
|
* [2565] Use boost::optional in the newly introduced RRClass factoryMukund Sivaraman2012-12-191-4/+8
|
* [2565] Add RRClass.fromText()Mukund Sivaraman2012-12-191-0/+6
|
* [2565] Refactor code so that RRParamRegistry::textToClassCode() does not throwMukund Sivaraman2012-12-191-1/+5
|
* [2017] Many Doxygen warnings removed.Tomek Mrugalski2012-06-011-1/+1
|
* [trac812next] use AbstractMessageRenderer for toWire().JINMEI Tatuya2011-04-281-1/+1
| | | | | not directly related to the main subject for this branch, but we need this fix to make the main code work correctly.
* [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-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.
* overall style cleanup: adjusted brace positions according to the coding ↵JINMEI Tatuya2010-10-151-12/+6
| | | | | | | | | 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-131-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
* 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-051-0/+71
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