summaryrefslogtreecommitdiff
path: root/src/lib/util/threads/tests
AgeCommit message (Expand)Author
2018-05-24[master] Copyright update to 2018Wlodek Wencel
2018-01-30Merge branch 'master' into HEADRazvan Becheriu
2018-01-24Merge branch 'config-h' of https://github.com/andreipavelQ/kea into github38Tomek Mrugalski
2018-01-10[master] CondVarTest.destroyWhileWait disabledWlodek Wencel
2017-08-18minor changes:Andrei Pavel
2017-08-17Merge branch 'isc-master' into config-hAndrei Pavel
2017-04-12[v_1_2_0] copy right dates updatedWlodek Wencel
2016-12-14Corrected typosAndrei Pavel
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-10-15[4060a] Rebased trac4060Francis Dupont
2015-10-01[4074] Updated thread/process uint testFrancis Dupont
2015-09-29[3971] Improved commentary in the Thread test.Marcin Siodelski
2015-09-29[3971] Implemented test for graceful Thread destruction in child process.Marcin Siodelski
2015-09-24[4065] Added test description in the thread.ccMarcin Siodelski
2015-09-23[4065] Added unit testFrancis Dupont
2015-08-30[3911a] Finished dependency cleanup in src/libFrancis Dupont
2015-08-29[3911a] Reorganized library Makefile.am files (exception, util, log)Francis Dupont
2015-04-18[master] remove '#include <config.h' from include files (#3782)Francis Dupont
2015-03-14[master] spellingFrancis Dupont
2014-09-23[3591] Changes after review:Tomek Mrugalski
2014-09-09[3591] Logging variables simplifiedTomek Mrugalski
2014-08-12[3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.Marcin Siodelski
2014-08-06[3417] B10 => KEA renamedTomek Mrugalski
2014-04-15[3394] Renamed Kea libraries from libb10-something to libkea-something.Marcin Siodelski
2013-11-15[mavericks] disable some thread-related death tests on OS X 10.9JINMEI Tatuya
2013-09-18[3170] fix rulkes that were breaking parallel buildsKean Johnston
2013-03-13[2198] Add Mutex::tryLock() and non-blocking variant of Mutex::LockerMukund Sivaraman
2013-02-18[2669] Use valgrind-check in fork/thread testsJelte Jansen
2012-10-26[master] Enable CondVarTest.destroyWhileWait where it's possible to run itMukund Sivaraman
2012-10-26[master] Disable MutexTest.destoryLocked on SolarisMukund Sivaraman
2012-10-25[2236] Remove obsolete commentMukund Sivaraman
2012-10-23[2236] Don't use PTHREAD_MUTEX_ERRORCHECK in non-debug buildsMukund Sivaraman
2012-10-18[2236] Use ENABLE_DEBUG within the lock implementationMukund Sivaraman
2012-10-18[master] remove include of moved file lock.hJelte Jansen
2012-10-18[master] Merge branch 'trac2349'Jelte Jansen
2012-10-17[master] temporarily disabled destroyWhileWait due to compat issue with solarisJINMEI Tatuya
2012-10-17[2332] renamed thread/lock.h to thread/sync.h as it's not only for locks nowJINMEI Tatuya
2012-10-15[2332] renamed a too-short test name a possibly better oneJINMEI Tatuya
2012-10-15[2332] use EXPECT_DEATH_IF_SUPPORTED instead of ifdef.JINMEI Tatuya
2012-10-12[2332] missing cleanup: removed an unused function.JINMEI Tatuya
2012-10-11[2349] Ignore EXPECT_DEATH when run in valgrindJelte Jansen
2012-10-10[2332] (unrelated) style cleanups: func name convention, () after sizeof.JINMEI Tatuya
2012-10-10[2332] added more tests and some more commentsJINMEI Tatuya
2012-10-10[2332] supported wait() and signal()JINMEI Tatuya
2012-10-10[2332] makefile updates for the new filesJINMEI Tatuya
2012-10-10[2332] added initial sets of condition variable encapsulationJINMEI Tatuya
2012-10-09[master] Update .gitignore filesMukund Sivaraman
2012-10-03[master] fix src/lib/util/threads compiler/linker flagsJelte Jansen