]> granicus.if.org Git - icinga2/shortlog
icinga2
2019-04-23 Alexander A... JsonRpcConnection: reduce log spam on disconnect 7137/head
2019-04-12 Michael FriedrichDocs: Fix RPM snapshot repo name
2019-04-11 Michael FriedrichMerge pull request #7109 from Icinga/feature/enhance...
2019-04-10 Michael FriedrichImprove code docs for cluster message routing conditions 7109/head
2019-04-09 Michael FriedrichMerge pull request #7097 from Icinga/bugfix/disconnect...
2019-04-09 Michael FriedrichMerge pull request #7096 from Icinga/feature/derivative...
2019-04-09 Michael FriedrichMerge pull request #7073 from Icinga/feature/docs-devel...
2019-04-09 Michael FriedrichDocs: Update installation for 2.11; remove EOL distribu... 7073/head
2019-04-09 Michael FriedrichDevelopment: Add snapshot package test details
2019-04-09 Alexander A... JsonRpcConnection: reduce log spam on disconnect 7097/head
2019-04-09 Alexander A... Add Checkable#problem and #handled 7096/head
2019-04-09 Alexander A... Declare Checkable#IsStateOK() const
2019-04-09 Alexander A... Expose Checkable#reachable
2019-04-08 Michael FriedrichMerge pull request #7093 from Icinga/feature/docs-2-11
2019-04-08 Michael FriedrichDocs: Update version specific changes for 2.11 7093/head
2019-04-05 Michael FriedrichMerge pull request #7079 from Icinga/tools/windows
2019-04-05 Michael FriedrichMerge pull request #7087 from Icinga/feature/http-serve...
2019-04-05 Michael FriedrichHttpServerConnection: Log the user agent field for... 7087/head
2019-04-05 Markus Froschwindows: Avoid 32-bit linker problems for check_swap 7079/head
2019-04-05 Michael FriedrichMerge pull request #7076 from Icinga/bugfix/eventqueue...
2019-04-05 Michael InselUse Unicode functions inside check_swap
2019-04-05 Markus Froschwindows: Add rules for Win32 to IcingaAgent C#
2019-04-05 Alexander A... /v1/events: don't deadlock other coroutines 7076/head
2019-04-05 Michael FriedrichMerge pull request #7085 from Icinga/bugfix/typo-upgrad...
2019-04-05 Markus Froschwindows: Disable SAFESEH on x86
2019-04-05 Markus Froschcmake: Use the actual GIT_VERSION for ICINGA2_VERSION
2019-04-05 Markus Froschwindows: Disable optimization for boost::context
2019-04-05 Markus Froschwindows: Remove the flag to disable auto linking
2019-04-05 Markus Froschwindows: Improve Powershell Tools and AppVeyor config
2019-04-04 Michael InselRemove not needed inline code tag 7085/head
2019-04-04 Michael FriedrichImprove development docs for macOS & Windows for 2.11
2019-04-04 Michael FriedrichMerge pull request #7082 from Icinga/feature/docs-troub...
2019-04-04 Michael FriedrichTroubleshooting docs: Add Windows agents without NodeNa... 7082/head
2019-04-03 Michael FriedrichMerge pull request #7080 from Icinga/feature/docs-objec...
2019-04-03 Michael FriedrichDocs: Improve config object types chapter 7080/head
2019-04-03 Michael FriedrichMerge pull request #7078 from Icinga/feature/deprecate...
2019-04-03 Michael FriedrichDeprecate ExternalCommandListener feature ('command... 7078/head
2019-04-03 Michael FriedrichMerge pull request #7077 from Icinga/bugfix/no-api
2019-04-03 Michael FriedrichFix notification skip for local non-API enabled setups 7077/head
2019-04-03 Michael FriedrichAlways update object authority, even w/o API feature
2019-04-03 Michael FriedrichFix headings in the docs
2019-04-03 Michael FriedrichMerge pull request #6918 from Icinga/feature/technical...
2019-04-03 Michael FriedrichAdd technical concept docs for our internal JSON-RPC... 6918/head
2019-04-03 Alexander A... /v1/events: terminate on disconnect
2019-04-03 Alexander A... EventQueue#WaitForEvent(): re-add timeout
2019-04-03 Michael FriedrichMerge pull request #7074 from Icinga/feature/cli-run...
2019-04-03 Michael FriedrichUpgrading docs: Mention CLI commands 7074/head
2019-04-03 Alexander A... HttpServerConnection#StartStreaming(): auto-detect...
2019-04-03 Michael FriedrichMerge pull request #7000 from Icinga/bugfix/goto-loop
2019-04-02 Alexander A... HttpServerConnection: encapsulate streaming start indicator
2019-04-02 Michael FriedrichImpersonate as Icinga user, not root
2019-04-02 Michael FriedrichMerge pull request #7008 from Icinga/feature/shared...
2019-04-02 Alexander A... EventQueue#WaitForEvent(): don't lock I/O thread while...
2019-04-02 Alexander A... Use C++11 atomics for our intrusive pointers 7008/head
2019-04-01 Michael FriedrichMerge pull request #7072 from Icinga/feature/boost...
2019-04-01 Michael FriedrichUpgrading docs: Add Boost dependencies 7072/head
2019-04-01 Michael FriedrichMerge pull request #7005 from Icinga/feature/boost...
2019-04-01 Michael FriedrichImprove error logging on connection failure (cluster) 7005/head
2019-04-01 Markus Froschtravis: Add boost path config
2019-04-01 Markus Froschtravis: Remove converity
2019-04-01 Markus Froschtravis: Switch to xenial and newer Boost
2019-04-01 Alexander A... ApiListener: drop unused thread pool
2019-04-01 Alexander A... Respect Accept:application/json where possible
2019-04-01 Alexander A... HttpServerConnection: fix side effect of HTTP parser...
2019-04-01 Alexander A... Add missing includes
2019-04-01 Markus FroschCMake: Handle INSTALL_RPATH globally and allow external...
2019-04-01 Alexander A... UnbufferedAsioTlsStream: don't rely on *this in decltyp...
2019-04-01 Alexander A... Turn shortcut UnbufferedAsioTlsStream::Parent into...
2019-04-01 Markus Froschappveyor: Use Boost 1.66
2019-04-01 Alexander A... Rename preventGc to keepAlive
2019-04-01 Alexander A... Doc: adjust default of ApiListener#bind_host
2019-04-01 Alexander A... Restore the previous performance of replaying logs
2019-04-01 Alexander A... Introduce JsonRpcConnection#SendMessageInternal()
2019-04-01 Alexander A... Move some TCP/TLS logic out of ApiListener
2019-04-01 Alexander A... io-engine.hpp: fix missing namespace
2019-04-01 Alexander A... Introduce AsioConditionVariable
2019-04-01 Alexander A... Rename AsioTlsStreamHack to UnbufferedAsioTlsStream
2019-04-01 Alexander A... HttpServerConnection: don't disconnect during sending...
2019-04-01 Alexander A... Make IoEngine::m_CpuBoundSemaphore signed
2019-04-01 Alexander A... ApiListener: use setsockopt(), not tcp::acceptor#set_op...
2019-04-01 Alexander A... ApiListener: log why bind(2) failed
2019-04-01 Alexander A... IoEngine: adjust I/O threads
2019-04-01 Alexander A... ApiListener: fix self-made security hole
2019-04-01 Alexander A... HttpServerConnection: re-add automatic disconnect
2019-04-01 Alexander A... Re-add HttpServerConnection#Disconnect()
2019-04-01 Alexander A... JsonRpcConnection: add missing CpuBoundWork
2019-04-01 Alexander A... JsonRpcConnection: re-add num_json_rpc_work_queue_item_rate
2019-04-01 Alexander A... JsonRpcConnection: re-add automatic disconnect
2019-04-01 Alexander A... JsonRpcConnection: re-add heartbeats
2019-04-01 Alexander A... Re-add JsonRpcConnection#Disconnect()
2019-04-01 Alexander A... ApiListener#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 Michael FriedrichMerge pull request #7071 from Icinga/feature/doc-concep...
2019-04-01 Michael FriedrichTechnical Concepts: Add config compiler references 7071/head
2019-04-01 Alexander A... ApiListener: fix self-made security hole
2019-04-01 Alexander A... ApiListener: don't require a valid certificate for...
2019-04-01 Alexander A... Port JsonRpcConnection to Boost ASIO
2019-04-01 Alexander A... JsonRpc::ReadMessage(): add Boost ASIO overload
2019-04-01 Alexander A... NetString::ReadStringFromStream(): add Boost ASIO overload
next