Mukund Sivaraman b6d00d5fb3 Merge branch 'master' into trac2593 12 years ago
..
benchmarks 88a8de015f [master] remove unused code, reported by Clang Static Analyzer 12 years ago
python 6e4caf9dd4 [2437] use a string for the default of test find_result. 12 years ago
rdata 019ca21802 [master] Merge branch 'trac2500' 12 years ago
tests 019ca21802 [master] Merge branch 'trac2500' 12 years ago
.gitignore 2b13ceb687 Add more .gitignore files for the rest of generated stuff 13 years ago
Makefile.am 019ca21802 [master] Merge branch 'trac2500' 12 years ago
character_string.cc 7237139f1b [2497] Return whether the string is quoted in characterstr::getNextCharacterString() 12 years ago
character_string.h 7237139f1b [2497] Return whether the string is quoted in characterstr::getNextCharacterString() 12 years ago
dns_fwd.h df8823fdb3 [2433] introduced dns_fwd.h, a set of forward declarations for libdns++. 12 years ago
edns.cc 438f31e788 [master] fix errors with ambiguous types and other boost uses 12 years ago
edns.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
exceptions.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
exceptions.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
gen-rdatacode.py.in 6010b776a5 [2500] use MasterLexer for "from string" ctor's of SOA rdata 12 years ago
labelsequence.cc b4913f7bf1 [2219] bug fix: corrected too-string validity check in lblseq constructor. 12 years ago
labelsequence.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
master_lexer.cc bdc390376f [2427] Handling of INITIAL_WS on the first line of included file 12 years ago
master_lexer.h a435de0e81 [2427] Find INITIAL_WS even at the beginning of file 12 years ago
master_lexer_inputsource.cc 83053b85d9 [2375] Don't propagate exceptions from internal namespace 12 years ago
master_lexer_inputsource.h 83053b85d9 [2375] Don't propagate exceptions from internal namespace 12 years ago
master_lexer_state.h c6c7cdee40 [2506] rename: MasterLexer::Token to MasterToken. 12 years ago
master_loader.cc d86e308e8d [2593] Workaround the aliasing problem in boost::optional 12 years ago
master_loader.h f4f1c1f000 [2377] Allow checking if there was an error 12 years ago
master_loader_callbacks.cc ae7e56576e [2470] defined getNullCallbacks and its trivial callback function. 12 years ago
master_loader_callbacks.h 96f9733471 [2433] constify various callback objects for consistency 12 years ago
masterload.cc d99645b48e [2178] better error log on masterfile parse problems 12 years ago
masterload.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
message.cc c0d2f860c8 [1357] Clear the renderer on Message::toWire() 12 years ago
message.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
messagerenderer.cc 57373c058d [master] Use a temporary variable in MessageRenderer::writeName() 12 years ago
messagerenderer.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
name.cc 81cf2b7ac4 [2383] Clarify @ in names 12 years ago
name.h 8a0af829c6 [2383] Header of the Name constructor for parser 12 years ago
name_internal.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
nsec3hash.cc 28c929309c [2282merge] added virtual to a derived class dtor per convention/style guide. 12 years ago
nsec3hash.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
opcode.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
opcode.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
question.cc 146c48357b [trac910] revised Question::toWire() so that it handles truncation case. 14 years ago
question.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
rcode.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
rcode.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
rdata.cc 816eacf47e [2382] throw unexpected instead of assert on unexpected token in createRdata. 12 years ago
rdata.h 778e600972 [master] remove duplicated word in doxygen brief 12 years ago
rdatafields.cc b350749a84 [2098] move the MessageRenderer: writeName to the base call as virtual method. 12 years ago
rdatafields.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
rrclass-placeholder.h 9f5102a30e [2565] Rename constructor arguments to look nicer 12 years ago
rrclass.cc 00845ee8d7 [2565] Specify parameter kind in exception messages 12 years ago
rrcollator.cc 96f9733471 [2433] constify various callback objects for consistency 12 years ago
rrcollator.h 92ac02b80c [2470] Revert "[2470] added a framework to report different TTLs via an optional callback." 12 years ago
rrparamregistry-placeholder.cc 0758ead7f4 [2565] Update textToTypeCode() to match textToClassCode() 12 years ago
rrparamregistry.h 025db8d7a2 [2565] Update comment about exception overhead 12 years ago
rrset.cc ad46427a54 [2360] Also render any associated RRSIG in RRset::toText() 12 years ago
rrset.h 22d72fe82d [2377] Fix BasicRRset::getRRsig() documentation 12 years ago
rrset_collection.cc 08c2f82000 [2432] Remove explicit template instantiation in one case 12 years ago
rrset_collection.h e7f9ab5365 [2432] Use prefix operator++ 12 years ago
rrset_collection_base.h 1fa69473d8 [2432] Fix use of \return (use singular form) 12 years ago
rrttl.cc 8b616d0d3f [2429] use boost::optional instead of homebrew and less clean interface 12 years ago
rrttl.h 029be672c7 [2565] Fix grammar in methods' documentation 12 years ago
rrtype-placeholder.h 0eb033a6b1 [2357] clean up a few #endif comments 12 years ago
rrtype.cc 00845ee8d7 [2565] Specify parameter kind in exception messages 12 years ago
serial.cc 4e636c3e9a [master] [1299] (unrelated but necessary fix) corrected Serial::operator>= logic 13 years ago
serial.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
tsig.cc 6f8add1167 [1357] The unsigned message is accepted 12 years ago
tsig.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
tsigerror.cc cabd3b127c [trac893] added a new utility method, TSIGError::toRcode(). 14 years ago
tsigerror.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
tsigkey.cc 0cf505f04b [1351] Use TSIGKeyRing class in xfrin 12 years ago
tsigkey.h 0cf505f04b [1351] Use TSIGKeyRing class in xfrin 12 years ago
tsigrecord.cc b21c74c08f [trac893] revised the policy on unexpected TSIG TTL: we now reject it. 14 years ago
tsigrecord.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
zone_checker.cc 46efce6898 [2433] Remove unnecessary wrapper function 12 years ago
zone_checker.h 7bea86f909 [2433] Avoid copy of the callbacks 12 years ago