- 04 Dec, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 03 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 30 Nov, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 29 Nov, 2012 3 commits
-
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 27 Nov, 2012 4 commits
-
-
Mukund Sivaraman authored
Also code to gen-rdatacode.py to optionally use the new RdataFactory for some types if configured to do so.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
Also have a default implementation that simply concatenates all token data into a string and calls the create() variant which accepts a string.
-
- 01 Jun, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 14 May, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 13 Dec, 2011 1 commit
-
-
Stephen Morris authored
shared_ptr is a candidates for the next STL version and Windows has already adopted it. This change removes ambiguity between the Boost and Windows versions of the class.
-
- 14 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 12 Apr, 2011 1 commit
-
-
chenzhengzhang authored
-
- 21 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly agreed. changes are trivial themselves, so no explicit review.
-
- 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
-
- 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
-
- 12 Feb, 2010 1 commit
-
-
JINMEI Tatuya authored
by python script. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@807 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Feb, 2010 1 commit
-
-
JINMEI Tatuya authored
added removeRdataFactory methods git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@799 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Feb, 2010 3 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@796 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@795 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@782 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Feb, 2010 1 commit
-
-
JINMEI Tatuya authored
first used. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrdata2@762 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 2 commits
-
-
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
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@618 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@530 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
- added comments about thread-safe considerations (based on review comments) - some more code cleanups git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@473 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Jan, 2010 2 commits
-
-
JINMEI Tatuya authored
- use assertion for conditions that must be met git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@465 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@464 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
found by the tests git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@451 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Jan, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@441 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Jan, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@440 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
workable, but not yet completed: need documentation, more test cases and cleanup. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@439 e5f2f494-b856-4b98-b285-d166d9295462
-