Commit History

Author SHA1 Message Date
  JINMEI Tatuya 038bc68a9f added very simple implementation of the EDNS OPT RR. 15 years ago
  JINMEI Tatuya e9280ebfa8 renamed test class to be more specific 15 years ago
  JINMEI Tatuya d2963308dd made copy ctor and operator= private, assuming that's the intent. 15 years ago
  JINMEI Tatuya 57a9b48c6f missing include file 15 years ago
  Evan Hunt c3c47b30cf - in the fromText function, check string length before sscanf(), 15 years ago
  JINMEI Tatuya 0bcbba63bf pass by reference, not an object, to avoid unnecessary copy 15 years ago
  JINMEI Tatuya 0dd0a98e11 added run_unittests_CPPFLAGS for gtest header files 15 years ago
  JINMEI Tatuya e587cfd186 added some more pathological cases to badText. 15 years ago
  JINMEI Tatuya 1e4b9fbb88 simplification 15 years ago
  Evan Hunt 6a3dd4ec6e DNSKEY, DS, NSEC unittests 15 years ago
  Evan Hunt 9506f69d86 DNAME unit test 15 years ago
  JINMEI Tatuya 9d98075218 worked around const handling of BOOST_FOREACH 15 years ago
  Evan Hunt f7d286f4fe oops, left something in by mistake... 15 years ago
  JINMEI Tatuya 104259fa33 clarify constness of const/normal iterators 15 years ago
  Evan Hunt 28682c14c8 Improved unit test coverage for rdata types; fixed some cosmetic bugs 15 years ago
  JINMEI Tatuya 72095c6761 applied some proposed patch: 15 years ago
  JINMEI Tatuya a418240378 copyright and propset 15 years ago
  JINMEI Tatuya 1295f5bbf5 specify C++ mode for editing them via emacs 15 years ago
  JINMEI Tatuya 3fe2c34795 added a test case highlighting using the default parameter for 15 years ago
  Evan Hunt 450ec1904b missed adding this in previous commit 15 years ago
  Evan Hunt c7a873b7ef - addressed some review comments in rdata implementation 15 years ago
  Michael Graff da421b8d5b mostly empty class for Tsig key holding 15 years ago
  JINMEI Tatuya 853dd60122 cleanup: removed unused header files 15 years ago
  JINMEI Tatuya 3973738979 findRRset(type/class version): we don't need to extract the bare pointer. 15 years ago
  JINMEI Tatuya e5d9ebdd2a cleanup: this test doesn't need UnitTestUtil. 15 years ago
  JINMEI Tatuya c67692d087 simplification: rdata_xxx constants doesn't have to be static const members. 15 years ago
  JINMEI Tatuya 7ea7a4e46d propset 15 years ago
  JINMEI Tatuya fc1bed43bf missing initalization 15 years ago
  JINMEI Tatuya 6e331c4d33 preferred EXPECT_EQ(a,b) to EXPECT_TRUE(a==b) because on failure we can see 15 years ago
  JINMEI Tatuya 688bab2aea proposet 15 years ago