]> granicus.if.org Git - icinga2/history - lib/base/threadpool.cpp
Update copyright headers for 2016
[icinga2] / lib / base / threadpool.cpp
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-21 Gunnar BeutnerEnsure that the main thread pool gets re-initialized...
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-19 Gunnar BeutnerRename _DEBUG to I2_DEBUG
2014-12-11 Gunnar BeutnerFix another crash in ThreadPool::Stop
2014-12-11 Gunnar BeutnerFix crash in ThreadPool::Stop
2014-12-06 Gunnar BeutnerMake the ThreadPool spawn fewer threads
2014-11-28 Gunnar BeutnerProperly reset the ThreadPool status in Stop
2014-11-28 Gunnar BeutnerMake the config parser thread-safe
2014-11-16 Gunnar BeutnerImplement an experimental variable to limit the number...
2014-11-13 Gunnar BeutnerImplement support for executing remote commands
2014-11-13 Gunnar BeutnerFix deadlock in ThreadPool::Stop
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-09-11 Gunnar BeutnerImprove thread spawning behavior
2014-09-02 Gunnar BeutnerFix build problems with Oracle Solaris Studio
2014-08-06 Michael FriedrichFix event command execution not calling finish handler
2014-05-28 Gunnar BeutnerFix a situation where some threadpool work items are...
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libbase.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Gunnar BeutnerChange the default number of threads for the ThreadPool...
2014-05-22 Michael FriedrichChange the most chatting log messages to 'notice' severity.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-11 Gunnar BeutnerFix another couple of compiler warnings.
2014-05-11 Gunnar BeutnerFix some more compiler warnings.
2014-04-29 Gunnar BeutnerChange log level for some messages.
2014-04-22 Gunnar BeutnerUse fewer threads by default.
2014-04-22 Gunnar BeutnerMake the debug log less spammy.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-17 Gunnar BeutnerMerge branch 'feature/compiler-warnings-5349' into...
2013-12-17 Gunnar BeutnerFix compiler warnings in ThreadPool::ThreadPool.
2013-12-16 Gunnar BeutnerMerge branch 'feature/console-logger-5342' into next
2013-12-16 Gunnar BeutnerFix a log message.
2013-12-13 Gunnar BeutnerMerge branch 'feature/tp-contention-5327' into next
2013-12-13 Gunnar BeutnerImprove config compiler performance.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerImprove compatibility with -fvisibility=hidden.
2013-11-21 Gunnar BeutnerFix handle leak in the ThreadPool class.
2013-11-20 Gunnar BeutnerImplement support for stack traces for STL exceptions.
2013-11-15 Gunnar BeutnerMerge branch 'feature/threadpool-bug-5050' into next
2013-11-15 Gunnar BeutnerDon't kill too many worker threads at once.
2013-11-15 Gunnar BeutnerCreate new threads more aggressively right after progra...
2013-11-15 Gunnar BeutnerInclude thread pool ID in debug messages.
2013-11-03 Gunnar BeutnerMerge branch 'feature/freebsd-tests-4990' into next
2013-11-03 Gunnar BeutnerDon't join threads that are already dead.
2013-11-02 Gunnar BeutnerFix deadlock in ThreadPool::Join.
2013-10-31 Gunnar BeutnerMerge branch 'feature/threadpool-join-4986' into next
2013-10-31 Gunnar BeutnerFix deadlock in ThreadPool::Join.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-18 Gunnar BeutnerFix lock contention in ThreadPool::Post.
2013-09-18 Gunnar BeutnerUse short name for threadpool worker threads.
2013-09-11 Gunnar BeutnerThreadPool: Add missing lock.
2013-09-03 Gunnar BeutnerRemove debug code.
2013-09-03 Gunnar Beutnercluster: Compress log files.
2013-09-01 Gunnar BeutnerWindows build fix.
2013-08-30 Gunnar BeutnerImplement OS-specific support for thread names.
2013-08-29 Gunnar BeutnerIncrease minimum number of threads.
2013-08-28 Gunnar BeutnerRefactor ASSERT macro.
2013-08-27 Gunnar BeutnerBug fix for ThreadPool::KillWorker().
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-05-13 Gunnar BeutnerFix ThreadPool exception on shutdown.
2013-04-22 Gunnar BeutnerBuild fix.
2013-04-19 Gunnar BeutnerEven more unit tests.
2013-04-05 Gunnar BeutnerFix case where all threadpool threads are killed.
2013-03-28 Gunnar BeutnerMake thread pool utilization calculation more accurate.
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2012-09-14 Gunnar BeutnerRemoved unused ThreadPool class.
2012-09-07 Gunnar BeutnerRenamed 'doc' to 'docs'.