]> granicus.if.org Git - icinga2/history - lib
Clean up the 'api setup' command a bit more
[icinga2] / lib /
2015-10-26 Gunnar BeutnerClean up the 'api setup' command a bit more
2015-10-25 Gunnar BeutnerFix incorrect return value for ApiSetupUtility::SetupMaster
2015-10-23 Gunnar BeutnerUse operator[] instead of insert() for Dictionary::Set
2015-10-22 Gunnar BeutnerClean up the 'api setup' command
2015-10-22 Michael FriedrichExport original attributes in DB IDO and Livestatus
2015-10-22 Michael FriedrichFix restore_attribute not working in clusters
2015-10-22 Gunnar BeutnerMerge branch 'support/2.3'
2015-10-22 Gunnar BeutnerAdd redirect for /
2015-10-22 Gunnar BeutnerImplement URL handler for /v1
2015-10-22 Jean FlachUpdate API actions
2015-10-22 Gunnar BeutnerAdd getter for endpoint 'connected' attribute
2015-10-22 Gunnar BeutnerRemove api.cpp and api.hpp
2015-10-22 Gunnar BeutnerTurn includes into AST expressions
2015-10-22 Gunnar BeutnerImprove performance for Livestatus queries
2015-10-21 Michael FriedrichFix compiler warnings
2015-10-21 Michael FriedrichFix filter permissions in event streams
2015-10-21 Michael FriedrichImplement api event streams
2015-10-21 Gunnar BeutnerEnsure that the main thread pool gets re-initialized...
2015-10-20 Gunnar BeutnerMake sure the timer thread is gone when calling fork()
2015-10-20 Gunnar BeutnerBuild fix for OpenBSD
2015-10-20 Jean FlachReword nodeutility output
2015-10-20 Gunnar BeutnerHide internal attributes in the API
2015-10-20 Gunnar BeutnerRemove unnecessary default values
2015-10-19 Gunnar BeutnerImplement the resolve_arguments function
2015-10-19 Gunnar BeutnerImprove validation for CIDR masks
2015-10-19 Gunnar BeutnerImprove validation for CIDR masks
2015-10-16 Michael FriedrichLog a warning message on unauthorized http request
2015-10-16 Gunnar BeutnerFix query processing for Livestatus queries which use...
2015-10-16 Gunnar BeutnerFix query processing for Livestatus queries which use...
2015-10-16 Michael FriedrichFix OSX control sequence
2015-10-16 Michael FriedrichDB IDO should provide its connected state via /v1/status
2015-10-16 Michael FriedrichAdd a debug log message for updating the program status...
2015-10-16 Michael FriedrichFix wrong connection log message for global zones
2015-10-16 Michael FriedrichDisallow modify attribute for certain object attributes
2015-10-15 Michael FriedrichAdd a debug log message for updating the program status...
2015-10-15 Michael FriedrichFix wrong connection log message for global zones
2015-10-15 Michael FriedrichFix log message formatting for object version
2015-10-15 Gunnar BeutnerFix deadlock in ApiListener::RelayMessage
2015-10-15 Gunnar BeutnerRemove default WQ limits
2015-10-15 Michael FriedrichImprove error message for socket errors in Livestatus
2015-10-15 Michael FriedrichImprove error message for socket errors in Livestatus
2015-10-15 Michael FriedrichEnsure that modified attributes work with clients with...
2015-10-15 Gunnar BeutnerFix: ApiListener::SyncRelayMessage doesn't send message...
2015-10-15 Thomas GelfImprove error handling in cidr_match function
2015-10-15 Gunnar BeutnerImplement the cidr_match function
2015-10-15 Michael FriedrichFix wrong type for object version
2015-10-15 Gunnar BeutnerFix: ApiListener::SyncRelayMessage doesn't send message...
2015-10-15 Gunnar BeutnerFix incorrect variable type in ApiListener::ConfigUpdat...
2015-10-14 Gunnar BeutnerAvoid evaluating unnecessary filters
2015-10-14 Gunnar BeutnerImprove performance for object queries
2015-10-14 Gunnar BeutnerDon't look up joined objects when we don't need to
2015-10-14 Gunnar BeutnerMake sure that the 'version' attribute is updated when...
2015-10-14 Thomas GelfImprove error handling in cidr_match function
2015-10-14 Gunnar BeutnerImplement the cidr_match function
2015-10-13 Gunnar BeutnerFix parsing performance data labels which contain '='
2015-10-13 Gunnar BeutnerFix support for host checks in CheckResultReader
2015-10-13 Gunnar BeutnerDon't log messages we've already relayed to all relevan...
2015-10-13 Gunnar BeutnerFix parser error when using new-lines in dictionaries
2015-10-13 Gunnar BeutnerFix: String methods cannot be invoked on an empty string
2015-10-13 Gunnar BeutnerFix: null + null should not be ""
2015-10-13 Gunnar BeutnerRemove unnecessary check in Value::IsObject
2015-10-13 Gunnar BeutnerRemove unnecessary MakeLiteral calls in SetExpression...
2015-10-13 Gunnar BeutnerFix deadlock in TlsStream::Close
2015-10-13 Michael FriedrichDon't throw an exception when replaying the current...
2015-10-13 Michael FriedrichFix openssl certificate not after overflow on rhel5
2015-10-13 Gunnar BeutnerAdd missing Start call for base class in CheckResultRea...
2015-10-13 Gunnar BeutnerImplement the Array#reverse and String#reverse methods
2015-10-13 Gunnar BeutnerImplement the escape_shell_arg and escape_shell_cmd...
2015-10-13 Gunnar BeutnerBuild fix
2015-10-13 Gunnar BeutnerFix incorrectly escaped arguments for CreateProcess
2015-10-13 Tobias von der KroneAdd timestamp support for OpenTSDB
2015-10-13 Gunnar BeutnerFix parsing performance data labels which contain '='
2015-10-13 Gunnar BeutnerFix crash in RepositoryUtility::AddObject
2015-10-13 Gunnar BeutnerFix support for host checks in CheckResultReader
2015-10-13 Gunnar BeutnerAdd missing Start call for base class in CheckResultRea...
2015-10-07 Gunnar BeutnerAdd missing keywords in ConfigCompiler::GetKeywords
2015-10-05 Gunnar BeutnerImplement the ignore_on_error keyword
2015-10-02 Michael FriedrichFix openssl certificate not after overflow on rhel5
2015-10-02 Michael FriedrichFix wrong log message
2015-10-01 Gunnar BeutnerUpdate schema version in dbconnection.hpp
2015-10-01 Gunnar BeutnerDon't log messages we've already relayed to all relevan...
2015-10-01 Gunnar BeutnerChange field type for ConfigObject::version to double
2015-10-01 Gunnar BeutnerOnly update version when config attributes are changed
2015-09-30 Michael FriedrichChange object version to timestamps for diff updates...
2015-09-30 Gunnar BeutnerFix formatting for floating-point values in ConfigWriter
2015-09-30 Gunnar BeutnerRemove JsonRpcConnection::m_WriteQueue
2015-09-30 Michael FriedrichConfig sync does not set endpoint syncing and plays...
2015-09-30 Michael FriedrichConfig sync shouldn't send updates for objects the...
2015-09-30 Gunnar BeutnerProperly encode URLs in Icinga Studio
2015-09-30 Gunnar BeutnerFix: /v1/objects/<type> returns an HTTP error when...
2015-09-30 Gunnar BeutnerBuild fix
2015-09-30 Gunnar BeutnerFix incorrectly escaped arguments for CreateProcess
2015-09-30 Michael FriedrichFix problem with non-existing objects in config sync...
2015-09-30 Gunnar BeutnerImprove log messages for HTTP requests
2015-09-29 Michael FriedrichUse a temporary file for modified-attributes.conf updates
2015-09-29 Michael FriedrichRe-add missing package and stage name in configstagesha...
2015-09-29 Michael FriedrichFix deadlock in ApiClient::~ApiClient()
2015-09-29 Michael FriedrichFix object sync for modified attributes
2015-09-29 Michael FriedrichRemove dead code from old mod attrs in the cluster
2015-09-29 Michael FriedrichRemove dead code from old modified attributes
next