| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Also removed OldRdataFactory/new_rdata_factory_users stuff, since all Rdata classes now use the new RdataFactory.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/lib/dns/gen-rdatacode.py.in
src/lib/dns/messagerenderer.cc
src/lib/dns/messagerenderer.h
src/lib/dns/name.h
src/lib/dns/rdata.h
src/lib/dns/rrtype-placeholder.h
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
src/lib/dns/messagerenderer.h
src/lib/dns/rdata/ch_3/a_1.cc
src/lib/dns/rdata/generic/opt_41.cc
src/lib/dns/rdata/hs_4/a_1.cc
|
| | |
| | |
| | |
| | | |
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac404@3430 e5f2f494-b856-4b98-b285-d166d9295462
|
| | | |
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| | |
briefly talked about it on jabber, no one opposed to it, Jeremy explicitly
agreed. changes are trivial themselves, so no explicit review.
|
|/
|
|
|
|
| |
dependent workaround using UNUSED_PARAM.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac409@3485 e5f2f494-b856-4b98-b285-d166d9295462
|
|
|
|
|
|
|
|
|
| |
guideline.
skipping review. confirmed it compiled.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3225 e5f2f494-b856-4b98-b285-d166d9295462
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|