Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added #include <config.h> to all .cc files. | Andrei Pavel | 2016-12-14 | 1 | -0/+2 |
| | |||||
* | [4236] Updated copyright dates in all files. | Marcin Siodelski | 2015-12-16 | 1 | -1/+1 |
| | |||||
* | [4236] Replaced license text in all files containing it. | Marcin Siodelski | 2015-12-16 | 1 | -11/+3 |
| | |||||
* | [3919] Assign classcode_ to avoid cppcheck warning | Francis Dupont | 2015-06-24 | 1 | -2/+4 |
| | |||||
* | [3112] Don't use boost::optional in libdns++ | Mukund Sivaraman | 2013-09-11 | 1 | -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 messages | Mukund Sivaraman | 2012-12-28 | 1 | -1/+1 |
| | |||||
* | [2565] Rename constructor arguments to look nicer | Mukund Sivaraman | 2012-12-27 | 1 | -3/+3 |
| | |||||
* | [2565] Fix indenting and untabify | Mukund Sivaraman | 2012-12-27 | 1 | -5/+4 |
| | |||||
* | [2565] Use boost::optional in the newly introduced RRClass factory | Mukund Sivaraman | 2012-12-19 | 1 | -4/+8 |
| | |||||
* | [2565] Add RRClass.fromText() | Mukund Sivaraman | 2012-12-19 | 1 | -0/+6 |
| | |||||
* | [2565] Refactor code so that RRParamRegistry::textToClassCode() does not throw | Mukund Sivaraman | 2012-12-19 | 1 | -1/+5 |
| | |||||
* | [2017] Many Doxygen warnings removed. | Tomek Mrugalski | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | [trac812next] use AbstractMessageRenderer for toWire(). | JINMEI Tatuya | 2011-04-28 | 1 | -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 names | chenzhengzhang | 2011-04-14 | 1 | -2/+2 |
| | |||||
* | [trac749] refactor more C++ utility code | chenzhengzhang | 2011-04-12 | 1 | -2/+2 |
| | |||||
* | [trac749] refactor C++ utility library | chenzhengzhang | 2011-04-11 | 1 | -1/+2 |
| | |||||
* | cleanup: removed $Id$, which is useless now that we've migrated to git. | JINMEI Tatuya | 2011-01-21 | 1 | -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 Tatuya | 2010-10-15 | 1 | -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 Tatuya | 2010-04-13 | 1 | -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 Tatuya | 2010-03-07 | 1 | -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. Reed | 2010-03-05 | 1 | -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 |