- 19 Feb, 2010 1 commit
-
-
Jelte Jansen authored
moved two sets of common code into one private handleConfigUpdate function git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@881 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Feb, 2010 2 commits
-
-
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
-
JINMEI Tatuya authored
this will make the code -Woverloaded-virtual clean. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Feb, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@710 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
added one more optional createFromString method that lets you specify the source file name for better error reporting git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@707 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Feb, 2010 2 commits
-
-
Jelte Jansen authored
so that we do not have to add /cpp/ to every #include line - removed /cpp/ from every include line git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@700 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
- isc::data::TypeError is now a subtype of isc::dns::Exception (which i think we should move to namespace isc::) - isc::data::ParseError not yet; it is a subclass of std::runtime_error (due to the error in quiestion being constructed on the fly, can we add an equivalent of that to isc::[dns::]Exception? - toWire() family of functions now writes directly to a stream, with a convenience function for Element that does return a std::string - removed unused and unspecified toXML functions git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@699 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Jan, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@523 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Dec, 2009 1 commit
-
-
Jelte Jansen authored
copied jinmei's Doxyfile from branches/jinmei-dnsmessageapi git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@417 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Dec, 2009 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@408 e5f2f494-b856-4b98-b285-d166d9295462
-
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
-
- 22 Dec, 2009 1 commit
-
-
Jelte Jansen authored
removed catch-all in ccsession (i want to get the original exception) check result size after get_config in parkinglot git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@397 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Dec, 2009 1 commit
-
-
Jelte Jansen authored
also added a is_null(ElementPtr) function added a test target to the main makefile (which will execute any executable binary in the tree that ends with "unittests") git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@387 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Nov, 2009 2 commits
-
-
Jelte Jansen authored
added temporary test.cc and two data files for immediate testing git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@291 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
keep track of position when parsing a string, for better error feedback, for example when using files git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@290 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Nov, 2009 1 commit
-
-
Jelte Jansen authored
added Element::create_from_string(std::string) (as an addition to Element::create_from_string(std::stringstream) small updates to documentation, still need to do it doxygen style git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@286 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@232 e5f2f494-b856-4b98-b285-d166d9295462
-