]> granicus.if.org Git - icinga2/history - lib/base/application.cpp
Build fix for Windows
[icinga2] / lib / base / application.cpp
2014-12-22 Gunnar BeutnerBuild fix for Windows
2014-12-20 Gunnar BeutnerImprove error reporting
2014-12-19 Gunnar BeutnerRename _DEBUG to I2_DEBUG
2014-12-14 Gunnar BeutnerRefactor how variable scopes work
2014-12-04 Gunnar BeutnerFix crash in the unit tests
2014-11-20 Gunnar BeutnerAvoid rebuilding libbase when the version number changes
2014-11-16 Gunnar BeutnerImplement an experimental variable to limit the number...
2014-11-13 Gunnar BeutnerFix deadlock in ThreadPool::Stop
2014-11-12 Gunnar BeutnerMake sure all threads are dead before calling fork()
2014-11-12 Gunnar BeutnerFix crash when daemonizing Icinga
2014-11-12 Gunnar BeutnerFix crash in the unit tests
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-21 Gunnar BeutnerUpdate the Windows agent wizard
2014-10-20 Gunnar BeutnerImplement the "variable" CLI command
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-16 Gunnar BeutnerImplement the "pki request" and "pki ticket" commands
2014-10-13 Gunnar BeutnerMake sure we're using the right user/group for CLI...
2014-10-08 Gunnar BeutnerImplement support for CLI commands
2014-09-09 Gunnar BeutnerImprove error message for duplicate objects
2014-08-25 Gunnar BeutnerUse const-ref specifier when catching exceptions
2014-08-16 Gunnar BeutnerMerge branch 'feature/objects-json-6702'
2014-08-15 Gunnar BeutnerImplement support for writing the icinga2.debug file
2014-08-07 Gunnar BeutnerFlush loggers in Application::Exit
2014-08-06 Gunnar BeutnerMake --no-stack-rlimit the first argument
2014-08-05 Michael FriedrichFlush stdout before _exit()
2014-08-04 Michael FriedrichMerge branch 'fix/cluster-ssl-error-msg-6682' into...
2014-08-04 Michael FriedrichUse Application::Exit() for main app termination
2014-08-04 Michael FriedrichAdd Application::Exit()
2014-08-04 Michael FriedrichFix non-existing endpoint on ApiListener error
2014-07-23 Gunnar BeutnerUpdate formatting for the version message
2014-07-23 Gunnar BeutnerPrint application paths for --version
2014-07-22 Gunnar BeutnerMake location of the /run directory configurable
2014-07-21 Gunnar BeutnerFix stack rlimit problem
2014-06-27 Gunnar BeutnerIncrease default stack size
2014-06-05 Michael FriedrichError messages: Gracefully handle PID file errors.
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-26 Gunnar BeutnerMake sure Application::InitializeBase() when RLIMIT_NOF...
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Gunnar BeutnerRename --debug to --log-level.
2014-05-23 Michael FriedrichAdd debug log severity for console logger.
2014-05-23 Gunnar BeutnerClose inherited FDs.
2014-05-22 Michael FriedrichMove more log messages to 'notice' severity.
2014-05-22 Michael FriedrichChange the most chatting log messages to 'notice' severity.
2014-05-22 Gunnar BeutnerFix logrotate config.
2014-05-18 Gunnar BeutnerMerge branch 'feature/systemd-reload-6118' into next
2014-05-18 Gerd von EgidyAdd Process::GetPID and make it work on Unix and Windows.
2014-05-18 Gerd von EgidyUnlink the pidfile when we really shutdown (not reload).
2014-05-18 Gerd von EgidyProof of concept how a real reload-handling with system...
2014-05-13 Gunnar BeutnerImplement support for the zones.d config directory.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-10 Michael FriedrichInclude monitoring plugin commands seperately.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-01 Gunnar BeutnerMake Application::ReadPidFile work on Windows.
2014-05-01 Gunnar BeutnerBuild fix for Windows.
2014-04-29 Gunnar BeutnerMerge branch 'feature/improve-daemon-start-5788' into...
2014-04-29 Gerd von EgidyFix possible race when the reload-process determines...
2014-04-29 Gerd von EgidyFix handling of m_RequestRestart in RunEventLoop, impro...
2014-04-29 Gerd von EgidyFork new process from previous daemon on reload.
2014-04-29 Gerd von EgidyAdd --reload command-line parameter.
2014-04-22 Gunnar BeutnerUse fewer threads by default.
2014-04-16 Gunnar BeutnerAdd missing ::Stop calls.
2014-04-14 Gunnar BeutnerFix another exception issue with FreeBSD.
2014-04-07 Michael FriedrichRemove the 'Icinga' prefix for global constants.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-17 Gunnar BeutnerStop checks during shutdown.
2014-02-14 Gunnar BeutnerRevert "Set stack size rlimit."
2014-02-14 Gunnar BeutnerSet stack size rlimit.
2014-02-07 Michael FriedrichAdd Cluster Health Check.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-17 Gunnar BeutnerUpdate log level for some messages.
2013-12-13 Gunnar BeutnerMerge branch 'feature/tp-contention-5327' into next
2013-12-13 Gunnar BeutnerImprove config compiler performance.
2013-12-12 Gunnar BeutnerAdd timestamp to crash dumps.
2013-12-05 Gunnar BeutnerSet rlimits in the Application class (rather than in...
2013-12-04 Gunnar BeutnerMerge branch 'feature/constants-4946' into next
2013-12-04 Gunnar BeutnerImplement support for constants in the config parser.
2013-12-04 Gunnar BeutnerImplement support for making script variables constant.
2013-11-27 Gunnar BeutnerAdd sysconf dir to the version info message.
2013-11-27 Gunnar BeutnerMerge branch 'feature/mail-notifications-5224' into...
2013-11-27 Gunnar BeutnerImplement IcingaSysconfDir variable.
2013-11-26 Gunnar BeutnerMerge branch 'feature/vagrant-test-4635' into next
2013-11-26 Gunnar BeutnerImprove bug messages.
2013-11-24 Gunnar BeutnerImprove compatibility with Solaris.
2013-11-21 Gunnar BeutnerMerge branch 'feature/log-context-5085' into next
2013-11-21 Gunnar BeutnerImplement support for high-level stack traces.
2013-11-20 Gunnar BeutnerImplement support for stack traces for STL exceptions.
2013-11-17 Gunnar BeutnerImplement signal handler for SIGTERM.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-05 Gunnar BeutnerMerge branch 'feature/app-bootstrap-4995' into next
2013-11-05 Gunnar BeutnerImplement "hello world" test app.
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerAdd cmake build files.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-17 Gunnar BeutnerClose all file descriptors before restarting.
2013-10-17 Gunnar BeutnerFix crashes when restarting Icinga.
next