JINMEI Tatuya
|
3519306b1c
[2212] ported command tests' loadZoneSQLite3.
|
12 years ago |
JINMEI Tatuya
|
64b2a61c6d
[2212] supported some part of loadzone command porting command unittests.
|
12 years ago |
JINMEI Tatuya
|
296e119946
[master] use terminate() instead of assert(false) for forceful termination
|
12 years ago |
JINMEI Tatuya
|
d02295dada
[master] Merge branch 'trac2211'
|
12 years ago |
JINMEI Tatuya
|
9ba0013f74
[2211] adjusted log severity from ERROR to FATAL before aborting.
|
12 years ago |
JINMEI Tatuya
|
d709ef90b8
[2211] removed an extra block from sendCommand() with clarification comments
|
12 years ago |
JINMEI Tatuya
|
246a87a4a6
[2211] let the thread abort if it sees an unexpected exception, rather rethrow.
|
12 years ago |
JINMEI Tatuya
|
113201b72b
[2211] s/swapDataSrcClientLists/setDataSrcClientLists/ and changed the behavior
|
12 years ago |
Jelte Jansen
|
80b0cf61a8
[2210] update catch/error logs in datasrc reconfigure
|
12 years ago |
JINMEI Tatuya
|
bb59b815c9
[2211] added notes about ownership on the returned value of findClientList().
|
12 years ago |
JINMEI Tatuya
|
e13d083a39
[2211] wording/grammer fixes to documentation and comments.
|
12 years ago |
JINMEI Tatuya
|
07b436b864
[2211] use swap instead of splice. for this purpose it's enough and simpler.
|
12 years ago |
Jelte Jansen
|
20fdec048d
[2210] rename DataSrcClientListsPtr to ClientListMapPtr
|
12 years ago |
Jelte Jansen
|
3a5e410f45
[2210] Address review comments
|
12 years ago |
JINMEI Tatuya
|
86fe8fce9d
[2211] use DataSrcClientsMgr for query processing
|
12 years ago |
JINMEI Tatuya
|
c9b8a023d1
[2211] make DataSrcClientsMgr and DataSrcClientsBuilder non copyable.
|
12 years ago |
JINMEI Tatuya
|
0e56f89088
[2211] updated auth LoadZoneCommand so it uses the new DataSrcClientsMgr.
|
12 years ago |
JINMEI Tatuya
|
0e70ad361a
[2211] introduce DataSrcClientsMgr::Holder.
|
12 years ago |
JINMEI Tatuya
|
adc18e7e10
[2211] create the client lists map in the DataSrcClientsMgr ctor.
|
12 years ago |
JINMEI Tatuya
|
8a4c6f4bbf
[2211] added trivial getter for data source clients manager.
|
12 years ago |
JINMEI Tatuya
|
eb90dff94f
[2211] added reconfigure() for DataSrcClientsMgr
|
12 years ago |
JINMEI Tatuya
|
f6f1661103
[2210] style fix: use const& for catch
|
12 years ago |
Jelte Jansen
|
9e8803c63d
[2210] assorted cleanups
|
12 years ago |
Jelte Jansen
|
0002fc16bf
[2210] move DataSrcClientListsPtr typedef
|
12 years ago |
Jelte Jansen
|
6319666e91
[2210] Add support for reconfigure in datasrc_clients_mgr
|
12 years ago |
JINMEI Tatuya
|
fc846d678c
[master] rename lock.h->sync.h, which was changed while #2205 was dev'ed
|
12 years ago |
JINMEI Tatuya
|
9904c81d78
[2205] minor style fix: brace position
|
12 years ago |
JINMEI Tatuya
|
f34ff8e2e6
[2205] clarify the accessibility of DataSrcClientsBuilderBase
|
12 years ago |
JINMEI Tatuya
|
d5afffd2e3
[2205] logged really unexpected exception in manager's dtor.
|
12 years ago |
JINMEI Tatuya
|
949aded6b4
[2205] some wording fixes in-code documentation
|
12 years ago |