summaryrefslogtreecommitdiff
path: root/src/lib/dns/master_loader.cc
AgeCommit message (Expand)Author
2017-09-27[master] typos, dates, *.mes files updates before releaseWlodek Wencel
2017-07-23spelling: successfullyJosh Soref
2016-11-30[5066] Enforced C++11 following #4631 discussionFrancis Dupont
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-06-24[3919] updated cppcheck suppression nameFrancis Dupont
2015-06-24[master] Merged trac3824 (small bugs in dns++ from VS)Francis Dupont
2015-06-11[3833] Updated copyrightFrancis Dupont
2015-05-12[3833] some signed for loop variables aka #3833Francis Dupont
2015-05-12[3824] updated copyrightsFrancis Dupont
2015-05-12[3824] #3824 patchesFrancis Dupont
2014-02-18[master] Add cppcheck suppressions for sscanf() false-positivesMukund Sivaraman
2014-02-18Merge branch 'trac2518'Mukund Sivaraman
2014-02-17[2430] Update genNibbles() docMukund Sivaraman
2014-02-17[2430] Write API doc for MasterLoaderImplMukund Sivaraman
2014-02-15[2430] Change to C++ includeMukund Sivaraman
2014-02-14[2430] Update a commentMukund Sivaraman
2014-02-14[2430] Document the code furtherMukund Sivaraman
2014-02-14[2430] Document the codeMukund Sivaraman
2014-02-14[2430] Rename argument i to numMukund Sivaraman
2014-02-14[2430] Rename variables to match BIND 9 ARM documentationMukund Sivaraman
2014-02-14[2430] Fix separator spellingMukund Sivaraman
2014-02-14[2430] Update copyright yearMukund Sivaraman
2014-02-03[2430] Support nibble mode with $GENERATEMukund Sivaraman
2014-02-03[2430] Rearrange code to be easier to followMukund Sivaraman
2014-02-03[2430] Support $GENERATE format modifiersMukund Sivaraman
2014-02-03[2430] Support basic $GENERATE in dns::MasterLoaderMukund Sivaraman
2014-01-31[2518] Introduce DNSTextError and remove generic catch for isc::Exception fro...Mukund Sivaraman
2013-09-18[3112] Assign the TTL objects using a helper functionMukund Sivaraman
2013-09-17[3112] Avoid construction in some placesMukund Sivaraman
2013-09-12[3112] Don't use boost::optional in libdns++Mukund Sivaraman
2013-04-09[master] many spelling or typo fixesJeremy C. Reed
2013-02-11[2650] Add cppcheck suppressionsMukund Sivaraman
2013-01-16[2573] count added RR within datasrc loader, and deprecate MasterLoader methodJINMEI Tatuya
2013-01-11[2573] implemented loader getSize and getPositionJINMEI Tatuya
2013-01-11[2573] defined MasterLoader::getRRCount().JINMEI Tatuya
2013-01-10[2593] Workaround the aliasing problem in boost::optionalMukund Sivaraman
2013-01-04[2433] constify various callback objects for consistencyJINMEI Tatuya
2012-12-31Merge branch 'master' into trac2565Mukund Sivaraman
2012-12-27[2565] Fix exception message returned when classes don't matchMukund Sivaraman
2012-12-27[2565] Throw InternalException instead of isc::BadValueMukund Sivaraman
2012-12-27[2565] Use the wrapped RRClass directly, in the comparisonMukund Sivaraman
2012-12-26[2565] style cleanups: constify; combine short linesJINMEI Tatuya
2012-12-19[2380] make sure the new origin for $INCLUDE doesn't change post-include.JINMEI Tatuya
2012-12-19[2565] Use boost::optional in the newly introduced RRClass factoryMukund Sivaraman
2012-12-19[2565] Avoid redundant construction in parseRRParams()Mukund Sivaraman
2012-12-18Merge #2427Michal 'vorner' Vaner
2012-12-18[2427] Warn about relative $ORIGINMichal 'vorner' Vaner
2012-12-18[2427] Handling of INITIAL_WS on the first line of included fileMichal 'vorner' Vaner
2012-12-18[master] Rename RRTTL::MAX() to MAX_TTL() to avoid shadowingMukund Sivaraman