]> granicus.if.org Git - icinga2/history - lib
Merge pull request #7124 from Icinga/bugfix/namespace-thread-safe
[icinga2] / lib /
2019-04-01 Alexander A. KlimovRespect Accept:application/json where possible
2019-04-01 Alexander A. KlimovHttpServerConnection: fix side effect of HTTP parser...
2019-04-01 Alexander A. KlimovAdd missing includes
2019-04-01 Alexander A. KlimovUnbufferedAsioTlsStream: don't rely on *this in decltyp...
2019-04-01 Alexander A. KlimovTurn shortcut UnbufferedAsioTlsStream::Parent into...
2019-04-01 Alexander A. KlimovRename preventGc to keepAlive
2019-04-01 Alexander A. KlimovRestore the previous performance of replaying logs
2019-04-01 Alexander A. KlimovIntroduce JsonRpcConnection#SendMessageInternal()
2019-04-01 Alexander A. KlimovMove some TCP/TLS logic out of ApiListener
2019-04-01 Alexander A. Klimovio-engine.hpp: fix missing namespace
2019-04-01 Alexander A. KlimovIntroduce AsioConditionVariable
2019-04-01 Alexander A. KlimovRename AsioTlsStreamHack to UnbufferedAsioTlsStream
2019-04-01 Alexander A. KlimovHttpServerConnection: don't disconnect during sending...
2019-04-01 Alexander A. KlimovMake IoEngine::m_CpuBoundSemaphore signed
2019-04-01 Alexander A. KlimovApiListener: use setsockopt(), not tcp::acceptor#set_op...
2019-04-01 Alexander A. KlimovApiListener: log why bind(2) failed
2019-04-01 Alexander A. KlimovIoEngine: adjust I/O threads
2019-04-01 Alexander A. KlimovApiListener: fix self-made security hole
2019-04-01 Alexander A. KlimovHttpServerConnection: re-add automatic disconnect
2019-04-01 Alexander A. KlimovRe-add HttpServerConnection#Disconnect()
2019-04-01 Alexander A. KlimovJsonRpcConnection: add missing CpuBoundWork
2019-04-01 Alexander A. KlimovJsonRpcConnection: re-add num_json_rpc_work_queue_item_rate
2019-04-01 Alexander A. KlimovJsonRpcConnection: re-add automatic disconnect
2019-04-01 Alexander A. KlimovJsonRpcConnection: re-add heartbeats
2019-04-01 Alexander A. KlimovRe-add JsonRpcConnection#Disconnect()
2019-04-01 Alexander A. KlimovApiListener#NewClientHandlerInternal(): shut down TLS...
2019-04-01 Michael FriedrichMerge pull request #7064 from widhalmt/feature/icingacl...
2019-04-01 Michael FriedrichMerge pull request #7059 from Icinga/bugfix/docs-proces...
2019-04-01 Alexander A. KlimovApiListener: fix self-made security hole
2019-04-01 Alexander A. KlimovApiListener: don't require a valid certificate for...
2019-04-01 Alexander A. KlimovPort JsonRpcConnection to Boost ASIO
2019-04-01 Alexander A. KlimovJsonRpc::ReadMessage(): add Boost ASIO overload
2019-04-01 Alexander A. KlimovNetString::ReadStringFromStream(): add Boost ASIO overload
2019-04-01 Alexander A. KlimovApiListener: send icinga::Hello message
2019-04-01 Alexander A. KlimovJsonRpc::SendMessage(): add Boost ASIO overload
2019-04-01 Alexander A. KlimovNetString::WriteStringToStream(): add Boost ASIO overload
2019-04-01 Alexander A. KlimovApiListener: connect(2) via Boost ASIO
2019-04-01 Alexander A. KlimovApiListener#ListenerCoroutineProc(): catch more edge...
2019-04-01 Alexander A. KlimovApiListener: restore previous bind(2) behavior
2019-04-01 Alexander A. KlimovIoEngine: explicitly join I/O threads
2019-04-01 Alexander A. KlimovEnsureAcceptHeader(): fix wrong condition
2019-04-01 Alexander A. Klimov/v1/events: don't truncate any events
2019-04-01 Alexander A. KlimovDon't warn that Boost.Coroutine v1 is deprecated
2019-04-01 Alexander A. Klimov/v1/events: don't lock I/O thread
2019-04-01 Alexander A. KlimovImplement IoBoundWorkSlot
2019-04-01 Alexander A. KlimovAdjust /v1/events, too
2019-04-01 Alexander A. KlimovAdjust all HTTP handlers (ex. /v1/events)
2019-04-01 Alexander A. KlimovHttpServerConnection: actually handle requests
2019-04-01 Alexander A. KlimovHttpServerConnection: verify requests via Boost ASIO...
2019-04-01 Alexander A. KlimovAdd HttpUtility::SendJsonError() overload for Boost...
2019-04-01 Alexander A. KlimovAdd HttpUtility::SendJsonBody() overload for Boost...
2019-04-01 Alexander A. KlimovAllow CpuBoundWork to be done before end of scope
2019-04-01 Alexander A. KlimovApiListener: detect protocol
2019-04-01 Alexander A. KlimovApiListener: verify peer
2019-04-01 Alexander A. KlimovApiListener: perform TLS handshake
2019-04-01 Alexander A. KlimovMake ApiListener#m_SSLContext a Boost ASIO SSL context
2019-04-01 Alexander A. KlimovApiListener: listen(2) via Boost ASIO
2019-04-01 Alexander A. KlimovImplement basic I/O engine
2019-04-01 Alexander A. KlimovImplement LazyInit<T>
2019-04-01 Michael FriedrichMerge pull request #7062 from Icinga/bugfix/ido-reconne...
2019-04-01 Michael Friedrichido Check: Add last failover timestamp to output when...
2019-04-01 Michael FriedrichCode Quality: Move authority.cpp into the ApiListener...
2019-04-01 Michael FriedrichImprove DB IDO HA failover behaviour
2019-03-28 Michael FriedrichFix license headers 6722/head
2019-03-28 Michael FriedrichMake NotificationResult available for events: Cluster...
2019-03-28 Michael FriedrichImplement last_notification_result handling for Notific...
2019-03-28 Michael FriedrichAdd OnNewNotificationResult signal and ProcessNotificat...
2019-03-28 Michael FriedrichAdd NotificationResult class
2019-03-27 Michael FriedrichMerge pull request #7052 from Icinga/feature/ha-enable
2019-03-27 Michael FriedrichDisable feature HA by default (InfluxDB, Graphite,... 7052/head
2019-03-27 Michael FriedrichMerge pull request #7051 from Icinga/bugfix/influxdb...
2019-03-27 Michael FriedrichImplement previous_state_change 7050/head
2019-03-27 Michael FriedrichAlso apply buffer flush fix for Elasticsearch feature 7051/head
2019-03-27 Michael FriedrichInfluxDB: Flush only if there's data in the buffer
2019-03-20 Michael FriedrichMerge pull request #7035 from Icinga/feature/es-content...
2019-03-20 Michael FriedrichElasticsearch: Change Content-Type header to 'applicati... 7035/head
2019-03-19 Michael FriedrichMerge pull request #7034 from Icinga/feature/nsclient...
2019-03-19 Michael FriedrichMerge branch 'support/2.10'
2019-03-19 Michael FriedrichMerge pull request #7033 from Icinga/feature/docs-packa...
2019-03-19 Michael FriedrichMerge pull request #7031 from Icinga/feature/metricwrit...
2019-03-19 Alexander A. KlimovElasticsearchWriter: don't leak sockets
2019-03-19 Alexander A. KlimovInfluxdbWriter: don't leak sockets
2019-03-19 Michael FriedrichMerge pull request #7032 from Icinga/feature/backport...
2019-03-19 Michael FriedrichBackport Defer class for 2.10 7032/head
2019-03-19 Alexander A. KlimovNotification#BeginExecuteNotification(): SetNextNotific...
2019-03-19 Jean FlachDon't run UpdateObjectAuthority for Comments and Downtimes
2019-03-19 Michael FriedrichFix that no_more_notifications gets reset when Recovery...
2019-03-19 Michael FriedrichImprove logging of OpenTsdbWriter 7031/head
2019-03-19 Michael FriedrichImprove logging of GelfWriter
2019-03-19 Michael FriedrichImprove logging of ElasticsearchWriter
2019-03-19 Michael FriedrichImprove logging of InfluxdbWriter
2019-03-19 Michael FriedrichImprove logging of GraphiteWriter
2019-03-19 Michael FriedrichMerge pull request #7002 from Icinga/bugfix/check_netwo...
2019-03-19 Michael FriedrichMerge pull request #7028 from Icinga/bugfix/doc-heading...
2019-03-19 Michael FriedrichMerge pull request #7030 from dgoetz/bugfix/selinux_por...
2019-03-19 Michael FriedrichMerge pull request #7027 from Icinga/feature/es-improve...
2019-03-18 Michael FriedrichMerge pull request #7019 from Icinga/feature/new-json...
2019-03-18 Michael FriedrichElasticsearch: Improve error handling/logging 7027/head
2019-03-18 Michael FriedrichMerge pull request #7020 from Icinga/bugfix/elasticsear...
2019-03-18 Alexander A. KlimovElasticsearchWriter: don't leak sockets 7020/head
next