- 21 Oct, 2012 8 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
tryLock() is necessary inside InterprocessSyncFile. It also doesn't make sense afterwards to make a dynamically constructed Mutex::Locker that lives after the basic block is exited. So lock() and unlock() have also been made public. I've added comments to discourage the use of these methods directly and use the Mutex::Locker where applicable.
-
Mukund Sivaraman authored
This test fails now because there's no mutual exclusion among threads in the implementation.
-
Mukund Sivaraman authored
-
- 20 Oct, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
To fix compilation.
-
Michal 'vorner' Vaner authored
"define and implement (datasrc::memory::)ZoneUpdater class" It is now ZoneWriter. No changelog. Conflicts: src/lib/datasrc/memory/Makefile.am
-
Michal 'vorner' Vaner authored
-
- 19 Oct, 2012 5 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
We try to put some data there and see it survived.
-
Michal 'vorner' Vaner authored
Changed an exception for unexpected problem and removed a comment about assert.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Instead of several boolean variables.
-
- 18 Oct, 2012 9 commits
-
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
See ticket #2366 for details. Okayed by muks on jabber. Note that no test checked this and I don't introduce any test since I am pretty sure this code will no exist in any production version of a resolver (since won't limit IN only).
-
Jelte Jansen authored
(it is now sync.h, which was already included) Acked on jabber by muks
-
Jelte Jansen authored
Conflicts: src/lib/util/threads/tests/lock_unittest.cc
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
solaris's pthread_cond_destroy doesn't seem to fail reliably in this case as the test expects.
-
- 17 Oct, 2012 15 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
by a bit ugly hack: we specialize some part of the destructor and make a local copy of these variables so the tests can inspect them later.
-
JINMEI Tatuya authored
commit. commit.
-
Jelte Jansen authored
to delete AbstractRunningQuery objects returned by forward()
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-