Commit History

Author SHA1 Message Date
  JINMEI Tatuya 40bbfbc8f6 [2310] implemented basic part of in-memory findAtOrigin. 12 years ago
  JINMEI Tatuya 07414de00e [2309] (unrelated cleanup) move ZoneFinder to a separate header file. 12 years ago
  Mukund Sivaraman 4a9ea530ab [2504] Fix getClosestNSEC() when tree.find() results in SUBDOMAIN 12 years ago
  JINMEI Tatuya 38f650c71a [2420] catch the rare case of RRSIG-only for NSEC3 12 years ago
  JINMEI Tatuya f7e29b8836 [2420] make sure RRSIG-only data are excluded in additional processing 12 years ago
  Michal 'vorner' Vaner fe827c7e47 Merge #2292 12 years ago
  JINMEI Tatuya f037ebb23c [2284] minor comment update about in-memory finder context's getFinder(). 12 years ago
  JINMEI Tatuya f802291f64 [master] Merge branch 'trac2060' 12 years ago
  JINMEI Tatuya e0ce6d2f30 [2060] (unrelated) make the finder Context class "more basic" 12 years ago
  Michal 'vorner' Vaner 5c74085e2f [2292] Get rid of the const_cast 12 years ago
  Mukund Sivaraman ae20aca3d9 [2276] Change order of arguments to createFindResult() 12 years ago
  Mukund Sivaraman 0f0501530b [2276] Rename some incorrectly named rrset variables to rdataset 12 years ago
  Mukund Sivaraman eff1c6bcb8 [2276] Rename find_internal() to findInternal() as per naming convention 12 years ago
  Mukund Sivaraman 92daff7ee6 [2276] Add argument that was missing in last commit 12 years ago
  JINMEI Tatuya 003b287852 [2276] Avoid uninitialized variable from in-memory getClosestNSEC 12 years ago
  JINMEI Tatuya 6fad0e3808 [master] comment cleanup: s/RBTree/ZoneTree/ 12 years ago
  JINMEI Tatuya ac07f31fa2 [master] cleanup: removed a redundant copy construction of LabelSequence. 12 years ago
  Mukund Sivaraman 354ae8184c [master] Shorten InMemoryZoneFinder::getOrigin() implementation 12 years ago
  JINMEI Tatuya 8660a77ac7 [2282merge] Merge branch 'trac2218' into trac2282merge 12 years ago
  JINMEI Tatuya 59c096cda4 [2282] style fix: untabify 12 years ago
  JINMEI Tatuya 4735853efc [2218] a small optimization: avoid using getOrigin(), which is expensive. 12 years ago
  Mukund Sivaraman c7060ccf5e [2218] Add code comment 12 years ago
  Mukund Sivaraman 730fd2f2de [2218] Make tree lookups slightly faster in findNSEC3() 12 years ago
  Mukund Sivaraman 42dc5ad3e7 [2218] Use the new NSEC3Hash::create() variant passing the uint8_t buffer directly 12 years ago
  Mukund Sivaraman e5222941c0 [2218] Use scoped_ptr instead of auto_ptr 12 years ago
  JINMEI Tatuya 89476cd220 [2282] small optimization: allow findNode() to ignore out-of-zone names 12 years ago
  JINMEI Tatuya e016cdf94c [2282] cover the case of coexistence of DNAME and additional. 12 years ago
  JINMEI Tatuya 4a8a4d185d [2282] cleanup: remove the findAll version of inmemory finder context ctor. 12 years ago
  JINMEI Tatuya 117a2ea823 [2282] added specialized implementation of getAdditionalImpl() for in-memory 12 years ago
  JINMEI Tatuya c60790ce9b [2282] internal refactoring: use labelsequence, not name, for findNode(). 12 years ago