summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rrset_collection.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3208] remove unused code in libdnsRazvan Becheriu2024-03-071-123/+0
* [#1308] No _1 ambiguitiesFrancis Dupont2020-08-131-4/+4
* [#1308] Got rid of boost function/bindFrancis Dupont2020-08-131-5/+6
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [2432] Remove explicit template instantiation in one caseMukund Sivaraman2013-01-071-1/+1
* [2432] Remove RRsetCollection::find() that returns an AbstractRRsetMukund Sivaraman2013-01-031-11/+0
* [2432] Use RRCollator during RRsetCollection construction (zone-loading)Mukund Sivaraman2013-01-031-12/+4
* [2432] Move common code into a helper methodMukund Sivaraman2013-01-031-11/+12
* [2432] Return status in removeRRset()Mukund Sivaraman2013-01-031-2/+9
* [2432] Add a RRsetCollection constructor that takes an std::istreamMukund Sivaraman2013-01-011-0/+13
* [2432] Throw during addRRset() if an rrset with the given class, type and nam...Mukund Sivaraman2012-12-261-0/+11
* [2432] Add RRClass too in the RRsetCollection key, and make find() search for...Mukund Sivaraman2012-12-261-9/+12
* [2432] Update comment about ignoring error and warning callbacksMukund Sivaraman2012-12-241-1/+1
* [2432] Add RRsetCollectionBase, and an implementation of RRsetCollectionMukund Sivaraman2012-12-211-0/+112