Jelte Jansen
|
d21bec5c81
reply var could be uninitialized, so set to None before doing len check
|
15 years ago |
Jelte Jansen
|
737d95aced
also move host includes to 'new style' (i.e. without /cpp/)
|
15 years ago |
Jelte Jansen
|
9bbf5a1452
added $srcdir to cat __init__.py files statements
|
15 years ago |
Jeremy C. Reed
|
ddcf8a07b7
So trunk is now a copy of branches/parkinglot as of revision 736.
|
15 years ago |
Jelte Jansen
|
7cb3db70f5
forgot to svn add
|
15 years ago |
Jelte Jansen
|
3a866699f9
moved exceptions out of libdns and created libexceptions
|
15 years ago |
Jelte Jansen
|
2bf3412901
add include and boost:: namespace for lexical_cast
|
15 years ago |
JINMEI Tatuya
|
1675d4a7cb
re-enabled -Woverloaded-virtual
|
15 years ago |
JINMEI Tatuya
|
13f30641f3
resolved name hiding between base and derived virtual member functions.
|
15 years ago |
JINMEI Tatuya
|
c3c6b25c92
enabled keyword substitution
|
15 years ago |
JINMEI Tatuya
|
a7e2adfaee
(minimum level of) RRSIG support
|
15 years ago |
JINMEI Tatuya
|
c635b9ac75
base64 encoder and decoder using boost base64_from_binary and
|
15 years ago |
JINMEI Tatuya
|
06fb83af31
more boost stuff, necessary for base64 encoder and decoder
|
15 years ago |
JINMEI Tatuya
|
40c690d9db
minor editorial fix
|
15 years ago |
JINMEI Tatuya
|
4cecaf0b1d
cleanup: hide section enumbs inside the class.
|
15 years ago |
JINMEI Tatuya
|
dd50aa404b
cleanup: skip performing unnecessary copy construction
|
15 years ago |
Jeremy C. Reed
|
fd461ee7bd
Directory name was changed from pymsgq to msgq.
|
15 years ago |
Jelte Jansen
|
85946ee1aa
removed old test script
|
15 years ago |
Jelte Jansen
|
78a0005a8f
- implemented tests for DataDefinition.validate(data)
|
15 years ago |
Jelte Jansen
|
300ebfaf17
renamed camelCase methods to underscored in the python config classes
|
15 years ago |
Jelte Jansen
|
ef00fabe36
fix for negative TTL that gets parsed on newer versions of gcc/stdc++
|
15 years ago |
JINMEI Tatuya
|
d698c8b16a
moved RRsetList to the data source module. it doesn't have to be in the
|
15 years ago |
JINMEI Tatuya
|
59446a2b87
made rrclass private.
|
15 years ago |
JINMEI Tatuya
|
624f839fd3
made sure data (RRsetList) is initialized in each iteration of the while loop
|
15 years ago |
JINMEI Tatuya
|
0e91898859
chedk RRtype/class in findRRset()
|
15 years ago |
Jeremy C. Reed
|
d1b8e68971
For pyshared: Fix Util link and create a isc/__init__.py file.
|
15 years ago |
Jeremy C. Reed
|
914d7ca080
If not B10_FROM_SOURCE then pre-pend the libexec directory
|
15 years ago |
Jeremy C. Reed
|
5fad17f5bc
Change package name from "bind" to "bind10". I know this is redundant
|
15 years ago |
Jelte Jansen
|
732ace0910
more tests, data_def.cc is not covered as much as possible
|
15 years ago |
Jelte Jansen
|
5b1fa8b74d
i had changed libclient.a to libcfgclient.a but forgot to update the relevant makefiles
|
15 years ago |