]> granicus.if.org Git - icinga2/history - lib/base
Implement the 'name' field for types
[icinga2] / lib / base /
2015-08-26 Gunnar BeutnerImplement the 'name' field for types
2015-08-26 Gunnar BeutnerFix incorrect field type for the Type.base field
2015-08-26 Gunnar BeutnerChange base type for 'Type' to 'Object'
2015-08-25 Gunnar BeutnerImplement support for tracking dependencies between...
2015-08-24 Michael FriedrichFix return value of Utility::MkDir/MkDirP
2015-08-19 Gunnar BeutnerFix: Utility::Glob on Windows doesn't support wildcards...
2015-08-18 Gunnar BeutnerMake sure the serial number field is always initialized
2015-08-18 Gunnar BeutnerAdd 'override' keyword to methods
2015-08-18 Gunnar BeutnerFix compiler warnings
2015-08-17 Michael FriedrichAdd module attribute for ConfigObject and set its origin
2015-08-17 Michael FriedrichImplement support for . in modify_attribute
2015-08-17 Michael FriedrichImplement Object#clone and rename Array/Dictionary...
2015-08-17 Gunnar BeutnerBuild fix
2015-08-17 Gunnar BeutnerFix compiler warnings
2015-08-17 Gunnar BeutnerFix incorrect base class name for Array/Dictionary...
2015-08-17 Gunnar BeutnerAllow comments in JSON
2015-08-17 Gunnar BeutnerImplement the 'base' field for the Type class
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Gunnar BeutnerImplement support for unregistering objects
2015-08-15 Gunnar BeutnerImplement validation for modified attributes
2015-08-15 Gunnar BeutnerImplement support for modified attributes in the API
2015-08-15 Gunnar BeutnerImplement support for persisting modified attributes
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-08-11 Gunnar BeutnerImplement the Dictionary#keys method
2015-08-10 Gunnar BeutnerBuild fix for Windows
2015-08-10 Gunnar BeutnerImplement reload functionality for Windows
2015-08-10 Gunnar BeutnerFix: Make sure we're continuously reading from child...
2015-08-08 Gunnar BeutnerImplement support for attaching GDB to the Icinga proce...
2015-08-01 Gunnar BeutnerFix: Operator + is inconsistent when used with empty...
2015-07-30 Gunnar BeutnerImplement Dictionary#get and Array#get
2015-07-30 Gunnar BeutnerFix: Operator - should not work with "" and numbers
2015-07-30 Gunnar BeutnerFix: "" should not be equal to 0
2015-07-30 Gunnar BeutnerFix accessor for field 0 ("prototype")
2015-07-29 Gunnar BeutnerSet correct X509 version for certificates
2015-07-23 Michael FriedrichImplement config file management for the API
2015-07-21 Michael FriedrichAdd Array::FromVector() method
2015-07-21 Michael FriedrichAdd exceptions for Utility::MkDir{,P}
2015-07-16 Jean-Marcel FlachMove url handler to /lib/remote
2015-07-15 Jean-Marcel FlachChange decode - check order in path decoding
2015-07-15 Gunnar BeutnerBuild fix for Windows
2015-07-15 Gunnar BeutnerAdd missing lock in ScriptUtils::Union
2015-07-15 Gunnar BeutnerFix failed assertion in ScriptUtils::Intersection
2015-07-09 Gunnar BeutnerImplement HTTP support
2015-07-08 Jean-Marcel FlachFix path interpretion in URL parser
2015-07-07 Jean-Marcel FlachImplement URL parser
2015-07-07 Jean-Marcel FlachAdd reverse_iterator to String
2015-06-24 Gunnar BeutnerFix stability issues with the TlsStream/Stream classes
2015-06-15 Gunnar BeutnerFix unexpected exception in Utility::DirName when speci...
2015-06-15 Michael FriedrichFix unregistered function failure including <nscp>...
2015-05-13 Gunnar BeutnerImplement the basename and dirname script functions
2015-05-12 Gunnar BeutnerDetermine NSClient++ installation path using MsiGetComp...
2015-04-28 Jean FlachAdd Windows version string to --version
2015-04-27 Jean-Marcel FlachUpdate ReleaseHelper to work with most Linux distributions
2015-04-20 Jean-Marcel FlachMake --version work with systemd
2015-04-16 Gunnar BeutnerImplement sandbox mode for the config parser
2015-03-31 Gunnar BeutnerAvoid unnecessary dictionary lookups
2015-03-31 Gunnar BeutnerFix complexity class for Dictionary::Get
2015-03-29 Gunnar BeutnerAvoid unnecessary allocations in ScriptFrame::SetCurren...
2015-03-28 Gunnar BeutnerRemove unused #includes
2015-03-28 Gunnar BeutnerAvoid most other unnecessary PLT indirections
2015-03-28 Gunnar BeutnerAvoid some unnecessary PLT indirections for constructor...
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-27 Gunnar BeutnerGenerate C++ code for type validators
2015-03-26 Gunnar BeutnerFix crash in MakeX509CSR when using ancient versions...
2015-03-22 Gunnar BeutnerAdd missing include in loader.cpp
2015-03-21 Gunnar BeutnerImplement constructor-style casts
2015-03-20 Gunnar BeutnerFlush stderr in Application::Exit
2015-03-20 Gunnar BeutnerDon't allow users to instantiate the StreamLogger class
2015-03-20 Gunnar BeutnerUse TypeInstance field instead of looking up types...
2015-03-19 Gunnar BeutnerMake load order for objects more reliable
2015-03-18 Gunnar BeutnerFix initialization order for type objects
2015-03-18 Gunnar BeutnerMake order for deferred initializers deterministic
2015-03-18 Gunnar BeutnerClean up the start-up process a bit
2015-03-17 Gunnar BeutnerImplement support for libedit
2015-03-16 Gunnar BeutnerAdd OS details in 'icinga2 --version'
2015-03-15 Gunnar BeutnerDon't ignore extraneous arguments for functions
2015-03-13 Gunnar BeutnerImplement the pending_queries metric for the IDO check...
2015-03-12 Michael FriedrichFix log message for cli commands breaks the init script
2015-03-12 Michael FriedrichFix crash in Dependency::Stop()
2015-03-11 Michael FriedrichFix formatting for the GDB stacktrace
2015-03-11 Michael FriedrichMake sure that the /var/log/icinga2/crash directory...
2015-03-11 Gunnar BeutnerMake sure that 'icinga2 console' serializes temporary...
2015-03-11 Gunnar BeutnerKill entire process group after plugin timeout
2015-03-11 Gunnar BeutnerFix argument type for the StringContains function
2015-03-10 Michael FriedrichImplement String#contains
2015-03-10 Gunnar BeutnerAllow some of the Array and Dictionary methods to be...
2015-03-05 Gunnar BeutnerAdd missing service name in check results
2015-03-05 Gunnar BeutnerImplement SNI support for the TlsStream class
2015-03-05 Gunnar BeutnerRemove the macro argument for IMPL_TYPE_LOOKUP
2015-03-04 Gunnar BeutnerFix compiler warning in Process::Run
2015-03-04 Gunnar BeutnerImprove Livestatus query performance
2015-03-03 Gunnar BeutnerInclude GDB backtrace in crash reports
2015-03-03 Gunnar BeutnerAdd VERIFY check in Utility::ExecuteDeferredInitializers
2015-03-03 Gunnar BeutnerRemove redundant error check in Utility::GetTime
2015-03-03 Gunnar BeutnerRemove the return type for Utility::LoadExtensionLibrary
2015-03-02 Gunnar BeutnerUse _exit instead of Exit in Application::SetResourceLimits
2015-03-02 Michael FriedrichFix compiler warnings
2015-03-02 Gunnar BeutnerImplement the assignment operator for the Value class
2015-03-02 Gunnar BeutnerRemove unused variables
2015-03-02 Gunnar BeutnerFix incorrect operator in Value::operator^
next