summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/rrset_collection.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [2432] Use prefix operator++Mukund Sivaraman2013-01-071-1/+1
* [2432] Fix use of \return (use singular form)Mukund Sivaraman2013-01-071-2/+2
* [2432] Use \throws in API docMukund Sivaraman2013-01-071-4/+4
* [2432] Remove RRsetCollection::find() that returns an AbstractRRsetMukund Sivaraman2013-01-031-16/+9
* [2432] Add some more API docMukund Sivaraman2013-01-031-0/+6
* [2432] Use RRCollator during RRsetCollection construction (zone-loading)Mukund Sivaraman2013-01-031-3/+0
* [2432] Move common code into a helper methodMukund Sivaraman2013-01-031-0/+3
* [2432] Return status in removeRRset()Mukund Sivaraman2013-01-031-1/+4
* [2432] Document whether rrsets can be modified after being addedMukund Sivaraman2013-01-031-0/+4
* [2432] Document the state of the collection for empty constructorMukund Sivaraman2013-01-031-0/+4
* [2432] Add a RRsetCollection constructor that takes an std::istreamMukund Sivaraman2013-01-011-0/+15
* [2432] Explain ownership of rrset passed to addRRset()Mukund Sivaraman2013-01-011-3/+6
* [2432] Add virtual destructorMukund Sivaraman2013-01-011-2/+4
* [2432] Don't throw when comparing iterators from different RRsetCollectionBas...Mukund Sivaraman2012-12-261-2/+5
* [2432] UntabifyMukund Sivaraman2012-12-261-1/+1
* [2432] Throw during addRRset() if an rrset with the given class, type and nam...Mukund Sivaraman2012-12-261-1/+3
* [2432] Add zero-argument RRsetCollection constructorMukund Sivaraman2012-12-261-0/+4
* [2432] Add RRClass too in the RRsetCollection key, and make find() search for...Mukund Sivaraman2012-12-261-4/+9
* [2432] Add RRsetCollectionBase, and an implementation of RRsetCollectionMukund Sivaraman2012-12-211-0/+128