summaryrefslogtreecommitdiffstats
path: root/src/lib/datasrc/memory/zone_data_loader.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3391] Removed DNS specific folders from the tree.Marcin Siodelski2014-04-091-294/+0
* [3312] Pass variables by reference (cppcheck report, etc.)Mukund Sivaraman2014-01-291-1/+1
* [2836] style fix: unify two short linesJINMEI Tatuya2013-05-151-2/+1
* [2836] More retries on segment growingMichal 'vorner' Vaner2013-05-151-29/+41
* [2836] Set the segment holder separatelyMichal 'vorner' Vaner2013-05-151-1/+2
* Merge branch 'master' into work/growMichal 'vorner' Vaner2013-05-151-0/+6
|\
| * [2834] removed now-unused methods and members from InMemoryClient.JINMEI Tatuya2013-04-061-0/+6
* | [2836] Minor docs fixesMichal 'vorner' Vaner2013-04-301-1/+1
|/
* [2441] Bring back ZoneDataLoader's old queueing behaviorMukund Sivaraman2013-03-061-4/+90
* [2441] Remove the grouping vectors from ZoneDataLoaderMukund Sivaraman2013-03-041-64/+4
* [2441] Update in-memory data source so it can load RRs in any orderMukund Sivaraman2013-03-041-26/+10
* [2499] Perform validation using dns::checkZone() during in-memory loadingMukund Sivaraman2013-01-171-6/+26
* [2470] Revert "[2470] provide RR collator with issue callbacks"JINMEI Tatuya2012-12-181-4/+4
* [2470] provide RR collator with issue callbacksJINMEI Tatuya2012-12-121-4/+4
* [2470] renamed RRCollator::finish() to flush() as suggested in review.JINMEI Tatuya2012-12-121-1/+1
* [2470] removed redundant #includeJINMEI Tatuya2012-12-121-1/+0
* [2470] use MasterLoader instead of masterLoad for in-memory loading from text.JINMEI Tatuya2012-12-111-9/+19
* [master] Merge branch 'trac2420'JINMEI Tatuya2012-11-301-24/+7
|\
| * [2420] cleanup: unify getCoveredType() used in 2 .cc's.JINMEI Tatuya2012-11-131-17/+2
| * [2420] enable the RRSIG-only case in ZoneDataLoader.JINMEI Tatuya2012-11-131-11/+3
| * [2420] initial attempt of allowing RRSIG-only caseJINMEI Tatuya2012-11-131-0/+6
* | [2421] Throw ZoneLoaderException even for MasterLoadErrorMukund Sivaraman2012-11-141-1/+5
|/
* [2209] Pass objects by const referenceMichal 'vorner' Vaner2012-10-251-3/+3
* [2268] minor editorial cleanupsJINMEI Tatuya2012-10-121-7/+4
* [2268] Move ZoneDataLoader into an unnamed namespaceMukund Sivaraman2012-10-121-5/+5
* [2268] Move ZoneDataLoader class out of its headerMukund Sivaraman2012-10-121-0/+49
* [2268] Implement loadZoneData() functionsMukund Sivaraman2012-10-121-0/+96
* [2268] Move ZoneDataLoader to a separate fileMukund Sivaraman2012-10-121-0/+108