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 |
JINMEI Tatuya
|
85873bf861
[2850] simplification: instantiate ZoneWriter directly.
|
12 years ago |
JINMEI Tatuya
|
909a05ac41
[2850] constify
|
12 years ago |
JINMEI Tatuya
|
1453084c9e
[2850] a minor wording fix in doc: use "a zone" instead of "zones" for writer.
|
12 years ago |
JINMEI Tatuya
|
fa4c5b912c
[2850] use 'update' instead of 'reload' for getZoneWriter doc.
|
12 years ago |
Mukund Sivaraman
|
53a1410acc
[2850] Test that the dynamic_cast passes every time
|
12 years ago |
Mukund Sivaraman
|
832eddac5d
[2850] Test resetting a ZoneTableSegmentMapped in READ_WRITE mode when the file exists
|
12 years ago |
Mukund Sivaraman
|
c055314da4
[2850] Add API documentation
|
12 years ago |
Mukund Sivaraman
|
d86119932d
[2850] Define and implement ZoneTableSegmentMapped
|
12 years ago |
Mukund Sivaraman
|
8469967206
[2850] Add ZoneTableSegment::isWritable() method
|
12 years ago |
Mukund Sivaraman
|
58a2bdc6b0
[2850] Make getZoneWriter() non-virtual
|
12 years ago |
Mukund Sivaraman
|
08f6a3e96b
Merge remote-tracking branch 'origin/trac2831' into trac2850_2
|
12 years ago |
Mukund Sivaraman
|
e825b22e4e
[2831] Make a minor comment update about additional case
|
12 years ago |