Michal 'vorner' Vaner
|
29f6d05f66
[2836] Store the address for whole lifetime
|
12 years ago |
Michal 'vorner' Vaner
|
f941f042dc
[2836] Clarify exception thrown from DomainTree::insert
|
12 years ago |
Michal 'vorner' Vaner
|
54b12f14d0
[2836] Retry addition to zone table
|
12 years ago |
Michal 'vorner' Vaner
|
689aa37ea4
[2836] Note that a method may throw
|
12 years ago |
JINMEI Tatuya
|
f4ca083e42
[2836-2] use managed_mapped_file to cause remap at different addr.
|
12 years ago |
JINMEI Tatuya
|
3a6ae66c2a
[2836-2] make sure remapping boost segment even if grow() fails.
|
12 years ago |
JINMEI Tatuya
|
7184eb4185
[2836-2] make sure flush()ing the base segment before grow/shrink
|
12 years ago |
Michal 'vorner' Vaner
|
2f220f9ff1
[2836] Make segment holder survive relocation
|
12 years ago |
Michal 'vorner' Vaner
|
a87cf3103e
[2836] Test that segment holder survives relocation
|
12 years ago |
JINMEI Tatuya
|
427bc05eee
[2836] style fixes: constify, folded a long line.
|
12 years ago |
JINMEI Tatuya
|
4f5e822104
[2836] style fixes: add () for return
|
12 years ago |
JINMEI Tatuya
|
a6949cd643
[2836] editorial cleanup: removed an unnecessary semicolon.
|
12 years ago |
Michal 'vorner' Vaner
|
42a5a79525
[2836] Retry addition on segment grow
|
12 years ago |
Michal 'vorner' Vaner
|
bc8cc9cf60
[2836] Don't store the zone_data pointer in tests
|
12 years ago |
Michal 'vorner' Vaner
|
69abb65722
[2836] Make zone_data_ a pointer
|
12 years ago |
Michal 'vorner' Vaner
|
a752e1aeac
[2836] Test growth of the mapped segment
|
12 years ago |
Michal 'vorner' Vaner
|
d42136528e
[2836] Use other segments in the tests as well
|
12 years ago |
Michal 'vorner' Vaner
|
1024b43c68
[2836] Make the updater tests parametrized
|
12 years ago |
Michal 'vorner' Vaner
|
31df868ff4
[2836] Move the actual addition to separate method
|
12 years ago |
Michal 'vorner' Vaner
|
51c2df1a29
[2836] Cleanup: use references
|
12 years ago |
Michal 'vorner' Vaner
|
1d139b0a31
[2836] Minor docs fixes
|
12 years ago |
JINMEI Tatuya
|
a2fcb467b9
[2831] added a test (compile time in fact) for def of INITIAL_SIZE.
|
12 years ago |
JINMEI Tatuya
|
d70fad8d81
[2831] make sure resetting a segment before opening one
|
12 years ago |
JINMEI Tatuya
|
329d5b2238
[2831] more doc about reader-writer conflicts
|
12 years ago |
JINMEI Tatuya
|
0f6cfdfd2a
[2831] use boost file lock to detect any violation of read-write conflicts
|
12 years ago |
JINMEI Tatuya
|
3877992c69
[2831] clarified the check after repeated shrinkToFit.
|
12 years ago |
JINMEI Tatuya
|
059b6a3e1f
[2831] corrected assert condition for overflow check
|
12 years ago |
JINMEI Tatuya
|
510d6d2e9f
[2831] corrected a typo
|
12 years ago |
JINMEI Tatuya
|
e41c43c1cc
[2831] more clarified when mapped setNamedAddress returns true.
|
12 years ago |
JINMEI Tatuya
|
e3b63fb33c
[2831] in multiProcess test make sure two processes open segments in parallel.
|
12 years ago |