- 31 Jan, 2012 1 commit
-
-
Stephen Morris authored
To allow for future optimization, the RRset pointer classes now point to the base of the RRset inheritance hierarchy.
-
- 07 Jul, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 01 Jul, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 07 Jun, 2011 1 commit
-
-
zhanglikun authored
-
- 08 Mar, 2011 3 commits
-
-
zhanglikun authored
-
zhanglikun authored
-
zhanglikun authored
-
- 28 Feb, 2011 1 commit
-
-
JINMEI Tatuya authored
false alarms on some systems.
-
- 19 Feb, 2011 1 commit
-
-
JINMEI Tatuya authored
skipping review.
-
- 16 Feb, 2011 1 commit
-
-
Jelte Jansen authored
-
- 15 Feb, 2011 2 commits
-
-
Jelte Jansen authored
Include config.h in several .cc files to trigger the workaround in nsas for the boost/thread.hpp compilation issue
-
Jelte Jansen authored
-
- 14 Feb, 2011 1 commit
-
-
Jelte Jansen authored
-
- 09 Feb, 2011 1 commit
-
-
Jelte Jansen authored
-
- 07 Jan, 2011 1 commit
-
-
zhanglikun authored
-
- 06 Jan, 2011 1 commit
-
-
zhanglikun authored
-
- 05 Jan, 2011 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac449@4157 e5f2f494-b856-4b98-b285-d166d9295462
-
- 31 Dec, 2010 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac449@4111 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Dec, 2010 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac449@4098 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Dec, 2010 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac449@4017 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Dec, 2010 1 commit
-
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Nov, 2010 1 commit
-
-
JINMEI Tatuya authored
omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac409@3485 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Nov, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac404@3430 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
skipping review. confirmed it compiled. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3225 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Apr, 2010 1 commit
-
-
JINMEI Tatuya authored
cleanup: use relative path to header files from "src/lib", i.e., 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
-
- 10 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
- 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
-
- 07 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
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
-
- 05 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
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
-
- 05 Feb, 2010 1 commit
-
-
Jelte Jansen authored
don't forget to make clean and autoreconf again git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@735 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
- introduced unified auto-code generation with a python script for the rdata related definitions git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@633 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
this version records pre-rendered authors/version.bind answers and reuses them to build responses very efficiently. This implementation intends to show how we can customize the RRset class by inheritance from the base abstract class to optimize response generation. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@562 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Jan, 2010 1 commit
-
-
Jelte Jansen authored
temporary branch for example implementation of original data source proposal. Mainly for archival purposes, will be removed once definite design is agreed upon. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datasource1@446 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Dec, 2009 1 commit
-
-
Jelte Jansen authored
ISC -> isc ISC::Data -> isc::data ISC::CC -> isc::cc git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@407 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Dec, 2009 2 commits
-
-
Jelte Jansen authored
(SOA still fixed though) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@395 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@394 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Dec, 2009 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@347 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Nov, 2009 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@285 e5f2f494-b856-4b98-b285-d166d9295462
-
- 31 Oct, 2009 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@281 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@280 e5f2f494-b856-4b98-b285-d166d9295462
-