Commit History

Author SHA1 Message Date
  Mukund Sivaraman 0dccb67c0e [2850] Add a comment 12 years ago
  Mukund Sivaraman 622d3e7123 [2850] Implement the strong exception guarantee 12 years ago
  Mukund Sivaraman 6bb2e2de9b [2850] Handle the case where setNamedAddress() may invalidate the passed address 12 years ago
  Mukund Sivaraman 366cf13a9c [2850] Add different exception definitions for the kind of exceptions reset() may throw 12 years ago
  Mukund Sivaraman 186195174b [2850] Add the ZoneTableSegment::clear() method 12 years ago
  Mukund Sivaraman 6548cfede8 [2850] Unify checksum and header processing code 12 years ago
  Mukund Sivaraman 02c2f7f80e [2850] Indent correctly 12 years ago
  Mukund Sivaraman ca15d37a2e [2850] Split large switch block into methods 12 years ago
  Mukund Sivaraman 10386454c4 [2850] Build ZoneTableSegmentMapped only where shared memory support is enabled 12 years ago
  Mukund Sivaraman f41e4c3104 [2850] Comment the newly introduced constants 12 years ago
  Mukund Sivaraman b30eb93486 [2850] Avoid hardcoding magic keywords, and use constants instead 12 years ago
  Mukund Sivaraman ac47329489 [2850] Add test for empty params argument to reset() 12 years ago
  Mukund Sivaraman 3456e30bce [2850] Don't declare a global static std::string object to avoid init fiasco 12 years ago
  Mukund Sivaraman 4325f3dfd8 [2850] Remove TearDown() method from ZoneTableSegmentMappedTest 12 years ago
  Mukund Sivaraman 74bad1ad71 [2850] Clarify API doc about exceptions in ZoneWriter::cleanup() 12 years ago
  Mukund Sivaraman 035fbe1da0 [2850] Fix ZoneWriter constructor API doc 12 years ago
  Mukund Sivaraman 5d65c74c12 [2850] Throw isc::InvalidOperation instead of isc::Unexpected 12 years ago
  Mukund Sivaraman 2b96d4487c [2850] Make ZoneTableSegmentLocal::reset() throw NotImplemented exception 12 years ago
  JINMEI Tatuya 79fe8bd49d [2850] removed unused functions 12 years ago
  Mukund Sivaraman 1815740f41 [2850] Move reset() method to the base ZoneTableSegment class 12 years ago
  Mukund Sivaraman 0b7af64f6b [2850] Update comment about not verifying checksum for a read-only segment 12 years ago
  Mukund Sivaraman a1d8193790 [2850] Make isWritable() not throw 12 years ago
  Mukund Sivaraman 26326a8f07 [2850] Update isWritable() API doc 12 years ago
  Mukund Sivaraman 7a49270e4d [2850] Remove empty ZoneTableSegment destructor 12 years ago
  Mukund Sivaraman c45efc1b12 [2850] Pass ZoneTableSegment by reference to the ZoneWriter constructor 12 years ago
  Mukund Sivaraman 4a5506ec8f [2850] Change exception type thrown, and document it 12 years ago
  Mukund Sivaraman e646d8af58 [2850] Remove getZoneWriter() method 12 years ago
  Mukund Sivaraman 68343c845a [2850] Make getNamedAddress() return a std::pair 12 years ago
  JINMEI Tatuya 10f2ae4625 [2850] some editorial/style cleanups: 12 years ago
  JINMEI Tatuya bd7e56727b [2850] constify 12 years ago