summaryrefslogtreecommitdiff
path: root/src/lib/util/threads
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
2016-11-30[5066] Enforced C++11 following #4631 discussionFrancis Dupont
2016-08-29[master] Set version 1.0.0 for libkea-threads.Marcin Siodelski
2016-03-22[4326] untabifiedFrancis Dupont
2016-03-13[4326] Addressed coverity CID 1202723Francis Dupont
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-10-01[4074] Undid for_detector stuffFrancis 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-25[3971] Resolved issues with fork/exec while spawning LFC.Marcin Siodelski
2015-09-24[4065] Added test description in the thread.ccMarcin Siodelski
2015-09-23[4065] Added unit testFrancis Dupont
2015-09-22[4065] untabifyFrancis Dupont
2015-09-22[4065] New threads got all signals blockedFrancis 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
2015-03-14[master] spelling & wrap linesFrancis 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-08-06[3417] "bind 10" => Kea converted in many .cc/.h filesTomek 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-04-01[2198] Remove unnecessary text from API documentationMukund Sivaraman
2013-03-13[2198] Add Mutex::tryLock() and non-blocking variant of Mutex::LockerMukund Sivaraman
2013-03-13[2198] Link -lpthread in libb10-threads targetMukund 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-25[2236] Use PTHREAD_MUTEX_NORMAL fast mutexes by defaultMukund Sivaraman
2012-10-23[2236] Remove obsolete commentMukund Sivaraman
2012-10-23[2236] Don't use PTHREAD_MUTEX_ERRORCHECK in non-debug buildsMukund Sivaraman
2012-10-23[2236] Remove config.h include from sync.hMukund Sivaraman
2012-10-18[2236] Include and use the define from config.hMukund Sivaraman