]> granicus.if.org Git - icinga2/shortlog
icinga2
2012-04-03 Gunnar BeutnerFixed compilations errors.
2012-04-03 Gunnar BeutnerCleaned up (Un)RegisterMethod methods.
2012-04-03 Gunnar BeutnerDetect level of C++ support.
2012-04-03 Gunnar BeutnerRemoved custom new_object function.
2012-04-03 Gunnar BeutnerAdded support for demangling GCC C++ names.
2012-04-03 Gunnar BeutnerImplemented rudimentary error handling.
2012-04-03 Gunnar BeutnerUse const references for shared ptrs.
2012-04-03 Gunnar BeutnerRefactored event handling.
2012-04-02 Gunnar BeutnerRenamed RefType/WeakRefType typedefs to Ptr/WeakPtr
2012-04-02 Gunnar BeutnerBuild fix for *NIX.
2012-04-02 Gunnar BeutnerFixed PATH_MAX problems on *NIX.
2012-04-02 Gunnar BeutnerFixed dependency problem.
2012-04-02 Gunnar BeutnerUse config filename from command line arguments.
2012-04-02 Gunnar BeutnerFixed setting the component search path.
2012-04-02 Gunnar BeutnerBugfix: Forgot to initialize m_Arguments
2012-04-02 Gunnar BeutnerFixed search path problems.
2012-04-02 Gunnar BeutnerBuild fixes for CentOS 5.3
2012-04-02 Gunnar BeutnerMoved platform-specific code into separate files.
2012-04-02 Gunnar BeutnerCleaned up includes; using namespace std is the default...
2012-04-02 Gunnar BeutnerRemoved I2_ prefix for header guard #defines.
2012-04-01 Gunnar BeutnerUpdated git ignores.
2012-04-01 Gunnar BeutnerRenamed the VS project file to match the autoconf proje...
2012-04-01 Gunnar BeutnerRemoved autogenerated file (config.h.in)
2012-04-01 Gunnar BeutnerAdded auto-generated icinga-version.h header file
2012-04-01 Gunnar BeutnerRefactored config object handling.
2012-04-01 Gunnar BeutnerRemoved miniapp demo application
2012-04-01 Gunnar BeutnerFixed ltdl initialization.
2012-04-01 Gunnar BeutnerFixed more compilation problems.
2012-04-01 Gunnar BeutnerImplemented loading components on *NIX.
2012-04-01 Gunnar BeutnerFixed compilation errors with automake/gcc
2012-04-01 Gunnar BeutnerUpdated project files.
2012-04-01 Gunnar BeutnerAuto-load components when component config objects...
2012-04-01 Gunnar BeutnerAdded support for logging.
2012-03-31 Gunnar BeutnerImplemented component loader app.
2012-03-31 Gunnar BeutnerRenamed configcomponent module.
2012-03-31 Gunnar BeutnerImplemented rudimentary config file parser.
2012-03-31 Gunnar BeutnerCleaned up component API.
2012-03-31 Gunnar BeutnerImplemented JSON-RPC config component.
2012-03-31 Gunnar BeutnerCleaned up JSON-RPC API.
2012-03-31 Gunnar BeutnerUpdated makefile.
2012-03-31 Gunnar BeutnerAdded support for configuration and loadable components.
2012-03-31 Gunnar BeutnerMake sure to remove dead weak delegates from events.
2012-03-31 Gunnar BeutnerImplemented the thread class.
2012-03-31 Gunnar BeutnerImplemented thread synchronisation primitives.
2012-03-30 Gunnar BeutnerRemoved global variable.
2012-03-30 Gunnar BeutnerImplemented Application::Daemonize method
2012-03-30 Gunnar BeutnerMoved the MyApplication class into the icinga namespace
2012-03-30 Gunnar BeutnerUpdated git ignores
2012-03-29 Gunnar BeutnerFixed crash bug in Timer::StopAllTimers
2012-03-29 Gunnar BeutnerImplemented support for binding methods to the Connecti...
2012-03-29 Gunnar BeutnerSet FIONBIO flag for sockets
2012-03-29 Gunnar BeutnerSimplified FIFO implementation
2012-03-28 Gunnar BeutnerFurther performance improvements.
2012-03-28 Gunnar BeutnerImproved FIFO performance
2012-03-28 Gunnar BeutnerImplemented support for sending reply messages.
2012-03-28 Gunnar BeutnerAdded missing include for *NIX
2012-03-28 Gunnar BeutnerImproved buffering behavior.
2012-03-28 Gunnar BeutnerAdded missing files.
2012-03-28 Gunnar BeutnerInitial commit.