]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-01-22 Gunnar BeutnerImplement property change handler for next_check.
2013-01-22 Gunnar BeutnerPass through timestamps to external command handlers.
2013-01-22 Gunnar BeutnerImplemented the PROCESS_SERVICE_CHECK_RESULT external...
2013-01-22 Gunnar BeutnerFixed invalid cast in Service::BeginExecuteCheck().
2013-01-22 Gunnar BeutnerMove service check code into the Service class.
2013-01-22 Gunnar BeutnerImplement support for anonymous multicast messages.
2013-01-22 Gunnar BeutnerAdded missing I2_ICINGA_API specifier for the TimePerio...
2013-01-22 Gunnar BeutnerRefactor scheduling stuff from *CheckTask into the...
2013-01-22 Gunnar BeutnerImplement REGISTER_SCRIPTFUNCTION() and clean up how...
2013-01-22 Gunnar BeutnerRemove InitializeLibrary TODO.
2013-01-22 Gunnar BeutnerDisable command pipe functionality on Windows.
2013-01-22 Gunnar BeutnerImplemented support for external commands.
2013-01-22 Gunnar BeutnerRemove /GM flag for Debug|x64
2013-01-21 Gunnar BeutnerImplement support for time periods.
2013-01-21 Gunnar BeutnerUse String::ToString() in CompatComponent::ProcessComma...
2013-01-21 Gunnar BeutnerImplement String::ToDouble().
2013-01-21 Gunnar BeutnerImplemented parsing command pipe data.
2013-01-21 Gunnar BeutnerMade String::Split() const.
2013-01-21 Gunnar BeutnerFixed incorrect argument name.
2013-01-21 Gunnar BeutnerImplemented command pipe (sort of).
2013-01-18 Gunnar BeutnerFix: replicated & local endpoints should not have local...
2013-01-18 Gunnar BeutnerFix: DynamicObject::Unregister() failed to unregister...
2013-01-18 Gunnar BeutnerFix: Endpoints were not properly marked as local.
2013-01-17 Gunnar BeutnerImplemented the #library directive and fixed loading...
2013-01-17 Gunnar BeutnerFixed bug with invalid type in state files.
2012-12-04 Gunnar BeutnerFixed DynamicObject::DumpObjects().
2012-12-04 Gunnar BeutnerRemoved obsolete comment.
2012-12-04 Gunnar BeutnerImplemented DynamicType support.
2012-11-26 Gunnar BeutnerFixed build warning for compatido.
2012-11-26 Gunnar BeutnerRefactored IcingaApplication::Get*().
2012-11-26 Gunnar BeutnerAdded some more code documentation.
2012-11-23 Gunnar BeutnerBuild fix for *NIX.
2012-11-23 Gunnar BeutnerMinor cleanups.
2012-11-23 Gunnar BeutnerImplemented the StdioStream and UnixSocket classes.
2012-11-22 Gunnar BeutnerFixed indentation.
2012-11-22 Gunnar BeutnerBuild fix for *NIX.
2012-11-22 Gunnar BeutnerRefactored the socket classes.
2012-10-31 Gunnar BeutnerFixed incorrect use of boost::algorithm::is_iless.
2012-10-23 Gunnar BeutnerMade type and attribute names case-insensitive.
2012-10-19 Gunnar BeutnerRemoved duplicate config files. v0.0.1
2012-10-19 Michael FriedrichContrib: add demo configuration from osmc 2012 presentation
2012-10-17 Gunnar BeutnerFixed VS filters for pluginchecktask.cpp and pluginchec...
2012-10-17 Gunnar BeutnerFix: Added missing DLL exports for Windows.
2012-10-17 Gunnar BeutnerFix: Renaming temp files didn't work on Windows.
2012-10-16 Gunnar BeutnerAdded missing GPL headers.
2012-10-16 Gunnar BeutnerChanged version number (again).
2012-10-16 Gunnar BeutnerAdded disclaimer text to "configure".
2012-10-15 Michael FriedrichDocumentation: remove log_path from icingaApplication...
2012-10-15 Gunnar BeutnerChanged log level for debug message.
2012-10-15 Gunnar BeutnerFixed example config.
2012-10-15 Gunnar BeutnerUpdated version number (2.0.0a1).
2012-10-15 Michael FriedrichConfig: remove log_path config option from IcingaApplic...
2012-10-15 Gunnar BeutnerFixed grammar mistake.
2012-10-15 Gunnar BeutnerOnly log check timer when we actually created any tasks.
2012-10-15 Gunnar BeutnerBugfix: services property doesn't work when the first...
2012-10-15 Gunnar BeutnerIgnore Windows new-lines.
2012-10-12 Gunnar BeutnerBugfix: Delegation didn't work for local-only instances.
2012-10-12 Gunnar BeutnerExample config: Renamed host "localhost-i2" to "localhost".
2012-10-12 Michael FriedrichConfig: only use one sample localhost
2012-10-12 Gunnar BeutnerBuild fix for FreeBSD.
2012-10-12 Gunnar BeutnerBugfix: The delegation component should use only non...
2012-10-12 Gunnar BeutnerDon't write local-only objects to the state file.
2012-10-12 Gunnar BeutnerBugfix: Replicated objects weren't removed on peer...
2012-10-11 Michael FriedrichConfig: add Logger to win32 config too, for debug console
2012-10-11 Michael Friedrichupdate .gitignore for docs and binaries
2012-10-11 Gunnar BeutnerBugfix: Connecting to a remote node crashes Icinga2.
2012-10-11 Gunnar BeutnerRemove path spec from the console logger.
2012-10-08 Michael FriedrichCompat IDO: move some log msg to debug level
2012-10-08 Michael FriedrichConfig: add a demo service example (since #3250 is...
2012-10-08 Michael FriedrichConfig: add Logger with debug severity by default
2012-10-08 Gunnar BeutnerFixed double-free in libpopen_noshell.
2012-10-08 Michael FriedrichMerge branch 'master' of git.icinga.org:icinga2
2012-10-08 Michael FriedrichCompat IDO: remove more hardcoded values, prepare setti...
2012-10-08 Gunnar BeutnerWrapped VERSION in #ifndef and moved it to the top...
2012-10-08 Michael FriedrichCompat IDO: hardcode program version for now, fixes...
2012-10-07 Michael FriedrichConfig: add more example config for an icinga2 localhos...
2012-10-07 Michael FriedrichCompat IDO: serialize dumps (refs #3257)
2012-10-07 Michael FriedrichCompat IDO: update documentation for reconnect_interval...
2012-10-07 Michael FriedrichCompat IDO: make sending of data serialized (refs ...
2012-10-07 Michael FriedrichCompat IDO: add reconnect to ido2db, if not connected...
2012-10-05 Michael FriedrichCompatIDO: cleanup, add more default values with their...
2012-10-05 Gunnar BeutnerRevert "Fixed build problems on FreeBSD."
2012-10-05 Michael FriedrichContrib: remove the broken config conversion script...
2012-10-05 Gunnar BeutnerFixed build problems on FreeBSD.
2012-10-05 Gunnar BeutnerMerge branch 'master' of git.icinga.org:icinga2
2012-10-04 Michael FriedrichConfiguration: add windows based sample config file...
2012-10-04 Gunnar Beutnerconfigure.ac: Use $PACKAGE instead of $PACKAGE_NAME.
2012-10-04 Gunnar BeutnerMoved GPLHeader file to the contrib dir.
2012-10-02 Michael FriedrichCompatIDO: implement first draft of {en,dis}able object...
2012-10-02 Michael Friedrichdo not include created runtime dirs in make dist*
2012-10-02 Michael FriedrichDocumentation: add modeline for vim syntax highlighting...
2012-10-02 Michael FriedrichDocumentation: remove icinga2-config.odt
2012-10-02 Michael FriedrichConfiguration: add _path suffix to IcingaApplication...
2012-10-02 Michael FriedrichConfiguration: use underscore in attributes, document...
2012-10-02 Michael Friedrichinstall: create all dirs needed by automake install
2012-10-02 Michael FriedrichCompat: default localstatedir mkdir will be $prefix...
2012-10-02 Michael Friedrichs/component/Component/ in docs
2012-10-02 Michael FriedrichConfiguration: update type components, add compat(ido...
2012-10-02 Gunnar BeutnerFixed detection of flex/bison on FreeBSD.
2012-10-02 Gunnar BeutnerFixed loading components when using a custom --libdir.
next