JINMEI Tatuya a6865a7686 [master] Merge branch 'trac2382' il y a 12 ans
..
benchmarks 88a8de015f [master] remove unused code, reported by Clang Static Analyzer il y a 12 ans
python 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
rdata a6865a7686 [master] Merge branch 'trac2382' il y a 12 ans
tests a6865a7686 [master] Merge branch 'trac2382' il y a 12 ans
.gitignore 2b13ceb687 Add more .gitignore files for the rest of generated stuff il y a 13 ans
Makefile.am 3b154a6923 [master] removed duplicate listing of the same header file il y a 12 ans
character_string.cc 7237139f1b [2497] Return whether the string is quoted in characterstr::getNextCharacterString() il y a 12 ans
character_string.h 7237139f1b [2497] Return whether the string is quoted in characterstr::getNextCharacterString() il y a 12 ans
edns.cc 438f31e788 [master] fix errors with ambiguous types and other boost uses il y a 12 ans
edns.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
exceptions.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. il y a 14 ans
exceptions.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
gen-rdatacode.py.in a6865a7686 [master] Merge branch 'trac2382' il y a 12 ans
labelsequence.cc b4913f7bf1 [2219] bug fix: corrected too-string validity check in lblseq constructor. il y a 12 ans
labelsequence.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
master_lexer.cc 6944e7758d [2382] unify pushing '\0' for number-like data in Number::handle() il y a 12 ans
master_lexer.h f73f27474f [2382] unrelated fix to lexer: support empty qstring and nul termination. il y a 12 ans
master_lexer_inputsource.cc 83053b85d9 [2375] Don't propagate exceptions from internal namespace il y a 12 ans
master_lexer_inputsource.h 83053b85d9 [2375] Don't propagate exceptions from internal namespace il y a 12 ans
master_lexer_state.h c6c7cdee40 [2506] rename: MasterLexer::Token to MasterToken. il y a 12 ans
master_loader.h 1051eb47c6 [2497] Add placeholder MasterLoader class il y a 12 ans
master_loader_callbacks.h 79968a268b [2497] Fix #endif comment to match #if comment il y a 12 ans
masterload.cc d99645b48e [2178] better error log on masterfile parse problems il y a 12 ans
masterload.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
message.cc c0d2f860c8 [1357] Clear the renderer on Message::toWire() il y a 12 ans
message.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
messagerenderer.cc 57373c058d [master] Use a temporary variable in MessageRenderer::writeName() il y a 13 ans
messagerenderer.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
name.cc 81cf2b7ac4 [2383] Clarify @ in names il y a 12 ans
name.h 8a0af829c6 [2383] Header of the Name constructor for parser il y a 12 ans
name_internal.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
nsec3hash.cc 28c929309c [2282merge] added virtual to a derived class dtor per convention/style guide. il y a 12 ans
nsec3hash.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
opcode.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. il y a 14 ans
opcode.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
question.cc 146c48357b [trac910] revised Question::toWire() so that it handles truncation case. il y a 14 ans
question.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
rcode.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. il y a 14 ans
rcode.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
rdata.cc 816eacf47e [2382] throw unexpected instead of assert on unexpected token in createRdata. il y a 12 ans
rdata.h 970ee33b88 [2382] corrected typo in doc for createRdata() il y a 12 ans
rdatafields.cc b350749a84 [2098] move the MessageRenderer: writeName to the base call as virtual method. il y a 12 ans
rdatafields.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
rrclass-placeholder.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
rrclass.cc eab5b84db6 [2017] Many Doxygen warnings removed. il y a 13 ans
rrparamregistry-placeholder.cc a6865a7686 [master] Merge branch 'trac2382' il y a 12 ans
rrparamregistry.h dfd0dd105b [2382] documentation updates il y a 12 ans
rrset.cc ad46427a54 [2360] Also render any associated RRSIG in RRset::toText() il y a 12 ans
rrset.h 5a9bc9bc14 Merge branch 'master' into trac2360 il y a 12 ans
rrttl.cc b5ee1d01b3 Fix broken Solaris build by initializing variable. il y a 12 ans
rrttl.h 7460fff538 [2376] Documentation update il y a 12 ans
rrtype-placeholder.h 0eb033a6b1 [2357] clean up a few #endif comments il y a 12 ans
rrtype.cc eab5b84db6 [2017] Many Doxygen warnings removed. il y a 13 ans
serial.cc 4e636c3e9a [master] [1299] (unrelated but necessary fix) corrected Serial::operator>= logic il y a 13 ans
serial.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
tsig.cc 6f8add1167 [1357] The unsigned message is accepted il y a 12 ans
tsig.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
tsigerror.cc cabd3b127c [trac893] added a new utility method, TSIGError::toRcode(). il y a 14 ans
tsigerror.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
tsigkey.cc 27e122bfdd [trac782] add optional hmac algorithm support il y a 14 ans
tsigkey.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans
tsigrecord.cc b21c74c08f [trac893] revised the policy on unexpected TSIG TTL: we now reject it. il y a 14 ans
tsigrecord.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool il y a 12 ans