]> granicus.if.org Git - icinga2/history - lib/remote/apilistener.cpp
Don't throw an exception when replaying the current replay log file
[icinga2] / lib / remote / apilistener.cpp
2015-09-29 Michael FriedrichDon't throw an exception when replaying the current...
2015-09-25 Michael FriedrichFix wrong log lag in cluster-zone check
2015-09-25 Jean-Marcel FlachImprove API error handling and fix some whitespace
2015-09-23 Michael FriedrichAdd icinga, cluster, cluster-zone check information...
2015-09-23 Jean-Marcel FlachImplement status api handler
2015-09-18 Michael FriedrichSync cluster config before replaying the logs
2015-09-17 Michael FriedrichImplement initial api object sync for newly connected...
2015-09-17 Michael FriedrichConfig Sync: Properly modify attributes and object...
2015-09-02 Gunnar BeutnerFix deadlock in ApiListener::RelayMessage
2015-08-31 Gunnar BeutnerImplement the Icinga Studio application
2015-08-25 Gunnar BeutnerImplement support for tracking dependencies between...
2015-08-15 Gunnar BeutnerRename DynamicObject/DynamicType to ConfigObject/ConfigType
2015-08-15 Michael FriedrichImplement modified attributes v2
2015-08-11 Gunnar BeutnerFix warnings about invalid API function 'icinga::Hello'
2015-08-11 Gunnar BeutnerFix incorrect function name
2015-08-11 Gunnar BeutnerFix crash during cluster log replay
2015-08-03 Michael FriedrichFix cluster check w/ immediate parent and child zone...
2015-07-09 Gunnar BeutnerImplement HTTP support
2015-06-15 Markus FroschRemove selective reconnecting behavior
2015-03-28 Gunnar BeutnerMove implementation code from thpp files into separate...
2015-03-12 Michael FriedrichFix crash in Dependency::Stop()
2015-03-05 Gunnar BeutnerImplement SNI support for the TlsStream class
2015-03-02 Gunnar BeutnerFix uninitialized field in the ApiListener class
2015-02-27 Jean-Marcel FlachUse RequestShutdown with exitcode instead of Applicatio...
2015-02-26 Gunnar BeutnerDon't send heartbeats during log replay
2015-02-20 Michael FriedrichApiListener: Fix misleading connection log messages
2015-02-17 Gunnar BeutnerImprove log messages for ApiListener::ApiTimerHandler
2015-02-14 Gunnar BeutnerFix a case where NetString::ReadStringFromStream might...
2015-02-14 Gunnar BeutnerDon't use separate threads for each ApiClient object
2015-02-13 Michael FriedrichMake the argments for the stats functions const-ref
2015-02-09 Gunnar BeutnerImplement additional attributes for the Host class
2015-02-07 Michael FriedrichRemove name and return value for stats functions
2015-01-28 Gunnar BeutnerUse a separate thread for TLS connection attempts
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-15 Gunnar BeutnerRemove unnecessary includes
2014-11-21 Gunnar BeutnerFix initialization for the ApiListener class
2014-11-13 Gunnar BeutnerImplement support for executing remote commands
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-24 Gunnar BeutnerFix incorrect attribute name
2014-10-23 Gunnar BeutnerRemove unnecessary initializers
2014-10-20 Gunnar BeutnerUpdate some more log messages
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-16 Gunnar BeutnerAllow TLS connections with unverified certificates
2014-09-17 Gunnar BeutnerFix problems with PNP4Nagios
2014-09-11 Gunnar BeutnerImprove thread spawning behavior
2014-09-02 Gunnar BeutnerFix build problems with Oracle Solaris Studio
2014-08-26 Gunnar BeutnerCheck object access when replaying log files
2014-08-25 Gunnar BeutnerUse const-ref specifier when catching exceptions
2014-08-25 Gunnar BeutnerImplement support for ApiListener::bind_host
2014-08-22 Gunnar BeutnerChange log level for one of the log messages
2014-08-22 Gunnar BeutnerAdd more log messages for API connections
2014-08-05 Michael FriedrichExit early on ApiListener SSL errors
2014-08-05 Gunnar BeutnerAvoid duplicate API connections
2014-08-04 Michael FriedrichMerge branch 'fix/cluster-ssl-error-msg-6682' into...
2014-08-04 Michael FriedrichBail early if ApiListener cannot be started
2014-08-04 Gunnar BeutnerProperly close TLS connections
2014-07-01 Gunnar BeutnerAnother attempt at fixing the API deadlock
2014-06-23 Gunnar BeutnerFix: Icinga doesn't send SetLogPosition messages when...
2014-06-05 Michael FriedrichError Messages: Catch and log all Socket class exceptions.
2014-06-05 Michael FriedrichError messages: Catch all SSL/TLS exceptions in ApiList...
2014-06-05 Michael FriedrichError messages: Fix ApiListener.
2014-06-01 Gunnar BeutnerUse AF_UNSPEC for Bind() calls.
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libremote.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Michael FriedrichMove ApiListener timer logs to 'notice'.
2014-05-22 Michael FriedrichMove more log messages to 'notice' severity.
2014-05-22 Michael FriedrichFix debug output for Api* connection errors.
2014-05-22 Michael FriedrichChange the most chatting log messages to 'notice' severity.
2014-05-22 Michael FriedrichExtract exception error info message.
2014-05-22 Michael FriedrichMake critical connection errors readable in ApiListener.
2014-05-22 Gunnar BeutnerFix compiler warnings.
2014-05-20 Michael FriedrichFix the current zone master log message.
2014-05-13 Gunnar BeutnerImplement the config::Update message.
2014-05-13 Gunnar BeutnerImplement support for the zones.d config directory.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-09 Gunnar BeutnerRemove the ZlibStream class and the stream_bio function...
2014-05-08 Gunnar BeutnerImplement timeout for anonymous ApiClient objects.
2014-05-08 Gunnar BeutnerClean up reconnect handler.
2014-05-08 Gunnar BeutnerBuild fix for RHEL.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.