JINMEI Tatuya
|
8da646ef1f
Merge branch 'trac646'
|
14 years ago |
JINMEI Tatuya
|
061e18bd96
[trac646] fixed a bug that a failure in finding one glue led to dropping all glues.
|
14 years ago |
Michal 'vorner' Vaner
|
ebba59e868
[trac80] Make it compile under g++
|
14 years ago |
JINMEI Tatuya
|
674efef18d
Merge commit 'c952dda' into trac80
|
14 years ago |
JINMEI Tatuya
|
66e6ecea14
[trac80] fixed the same bug for wildcard + CNAME
|
14 years ago |
JINMEI Tatuya
|
f1f8b24ea7
[trac80] fixed the same type of bug for explicit DNAME query.
|
14 years ago |
JINMEI Tatuya
|
af4b7eba43
[trac80] cleanup: replaced class-dependent find for rrsetlist with class independent one.
|
14 years ago |
JINMEI Tatuya
|
659d03c759
[trac80] fixed the same type of problem for CNAME and DNAME.
|
14 years ago |
JINMEI Tatuya
|
0f225ec3b9
[trac80] fixed the main bug; null pointer dereference due to class ANY negative query.
|
14 years ago |
JINMEI Tatuya
|
527718a5b0
[trac626] fixed the bug of 'missing SOA from hot spot cache'.
|
14 years ago |
JINMEI Tatuya
|
bb708b6586
[master] use prefix version of ++, pointed out by cppcheck.
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
Jerry
|
3f51d6ed31
merge branch #453 : Delegation processing and additional processing for NS
|
14 years ago |
JINMEI Tatuya
|
397245dfa9
changed the interface of AbstractRRset::getRdataIterator()
|
14 years ago |
JINMEI Tatuya
|
e362d1a745
more cleanup:
|
14 years ago |
JINMEI Tatuya
|
88d0f23444
omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM.
|
14 years ago |
JINMEI Tatuya
|
e3fac0c7ba
merged trac #358 (various cleanups to the DNS message class)
|
14 years ago |
JINMEI Tatuya
|
7ad9d497ec
- separated Rcode class declarations and definitions in different files
|
14 years ago |
Jeremy C. Reed
|
8034b2e3dc
From Trac #307.
|
14 years ago |
JINMEI Tatuya
|
1c503d75b4
constified lib/cc API as much as possible. (trac #310)
|
14 years ago |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
14 years ago |
JINMEI Tatuya
|
5fd8a22cee
sync with trunk
|
14 years ago |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
15 years ago |
JINMEI Tatuya
|
96a06a2baf
for trac #256: completely revised the base32(hex) implementation by
|
15 years ago |
Jeremy C. Reed
|
8c66bff0ef
Add a space in an error message. No review -- obvious typo.
|
15 years ago |
Evan Hunt
|
34159d6962
70. [func] each
|
15 years ago |
Evan Hunt
|
f24ad617c8
merge from trac69
|
15 years ago |
JINMEI Tatuya
|
48896de154
merged branches/trac249: throw an exception if the apex SOA/NS is missing.
|
15 years ago |
JINMEI Tatuya
|
3905211a1b
minor style fix: removed redundant white spaces in a black line.
|
15 years ago |
JINMEI Tatuya
|
cb89dbe502
use simpler version of Name::split() for better readability (trac #200)
|
15 years ago |