Mukund Sivaraman
|
1c5c694f66
[2198] First use a mutex for mutual exclusion among threads, then a lock file
|
il y a 12 ans |
Mukund Sivaraman
|
b09b4308af
[2198] Add Mutex::tryLock() and make lock methods public
|
il y a 12 ans |
Mukund Sivaraman
|
2d014223ce
[2198] Test that locks work from threads
|
il y a 12 ans |
Mukund Sivaraman
|
0a4ef3221c
[2198] Build threads directory first because . depends on it
|
il y a 12 ans |
Michal 'vorner' Vaner
|
c9ba8373e2
Add a virtual destructor
|
il y a 12 ans |
Michal 'vorner' Vaner
|
7868cb5a0c
Merge #2207
|
il y a 12 ans |
Michal 'vorner' Vaner
|
08e8d762ad
[2207] Note about compilation problem
|
il y a 12 ans |
JINMEI Tatuya
|
6cf94944f1
[2211] (unrelated fix) make sure the first time config is installed
|
il y a 12 ans |
JINMEI Tatuya
|
a61ab28f80
[2211] added note about exception cases in remote config handler.
|
il y a 12 ans |
JINMEI Tatuya
|
5ac7c2d114
[2211] cleanup: removed now-unused stuff: auth_srv mutex, client lists, etc.
|
il y a 12 ans |
JINMEI Tatuya
|
2f6a2e484a
[2211] use data source client mgr for query_bench
|
il y a 12 ans |
JINMEI Tatuya
|
15a048bef5
[2211] use DataSrcClientsMgr in the remote config handler for data_sources.
|
il y a 12 ans |
JINMEI Tatuya
|
a9af8c8a7a
[2211] test duplicate mgr holder acquisition instead using auth locker
|
il y a 12 ans |
JINMEI Tatuya
|
86fe8fce9d
[2211] use DataSrcClientsMgr for query processing
|
il y a 12 ans |
JINMEI Tatuya
|
c9b8a023d1
[2211] make DataSrcClientsMgr and DataSrcClientsBuilder non copyable.
|
il y a 12 ans |
JINMEI Tatuya
|
0e56f89088
[2211] updated auth LoadZoneCommand so it uses the new DataSrcClientsMgr.
|
il y a 12 ans |
JINMEI Tatuya
|
0e70ad361a
[2211] introduce DataSrcClientsMgr::Holder.
|
il y a 12 ans |
JINMEI Tatuya
|
adc18e7e10
[2211] create the client lists map in the DataSrcClientsMgr ctor.
|
il y a 12 ans |
JINMEI Tatuya
|
8a4c6f4bbf
[2211] added trivial getter for data source clients manager.
|
il y a 12 ans |
JINMEI Tatuya
|
77d522cf9e
[2211] moved DataSrcClientsMgr object from main to auth_srv
|
il y a 12 ans |
JINMEI Tatuya
|
eb90dff94f
[2211] added reconfigure() for DataSrcClientsMgr
|
il y a 12 ans |
JINMEI Tatuya
|
bef1229c90
[2207] style fix: folded a long line.
|
il y a 12 ans |
Michal 'vorner' Vaner
|
21170f738c
[2207] Extend the strong-exception guarantee test
|
il y a 12 ans |
JINMEI Tatuya
|
213bd813eb
[2210] editorial cleanup: removed a redundant blank line.
|
il y a 12 ans |
JINMEI Tatuya
|
3a0cd3a067
[2210] style fix: adjusted brace position
|
il y a 12 ans |
JINMEI Tatuya
|
307b9baac8
[2210] (unrelated) cleanup: removed now-unnecessary include.
|
il y a 12 ans |
Michal 'vorner' Vaner
|
396d1867ce
[2207] Exceptions & asserts
|
il y a 12 ans |
Michal 'vorner' Vaner
|
c1e16071d9
[2207] Documentation update
|
il y a 12 ans |
Michal 'vorner' Vaner
|
451973cb26
[2207] Use state variable
|
il y a 12 ans |
JINMEI Tatuya
|
f6f1661103
[2210] style fix: use const& for catch
|
il y a 12 ans |