]> granicus.if.org Git - icinga2/history - lib/base
Merge pull request #7185 from Icinga/bugfix/gelfwriter-wrong-log-facility
[icinga2] / lib / base /
2019-05-10 Michael FriedrichMerge pull request #7179 from Napsty/feature/itl-esxi...
2019-05-10 Michael FriedrichMerge pull request #7178 from Icinga/bugfix/api-package...
2019-05-10 Michael FriedrichMerge pull request #7154 from Elias481/fix/serializer...
2019-05-10 Michael FriedrichMerge pull request #7172 from Elias481/fix/generate...
2019-05-09 Elias Ohmfixup errbuf length in the other files and avoid using... 7172/head
2019-05-08 Elias Ohmbring some things in line
2019-05-08 Jean FlachDon't use deprecated RSA_generate_key
2019-05-03 Michael FriedrichMerge pull request #7155 from Elias481/bugfix/evaluatef...
2019-05-03 Michael FriedrichMerge pull request #7157 from Icinga/bugfix/ido-conn...
2019-05-03 Michael FriedrichDB IDO: Do not deactivate objects during application... 7157/head
2019-05-01 Elias Ohmanother small adjustment by the way just to ensure... 7154/head
2019-04-30 Michael FriedrichMerge pull request #7152 from Elias481/fix/mysql8-heade...
2019-04-29 Markus FroschMerge pull request #7145 from Icinga/feature/dotnet-4.6
2019-04-29 Michael FriedrichMerge pull request #6734 from leeclemens/remove-redunda...
2019-04-28 Elias OhmLock Objects during serialization
2019-04-26 Michael FriedrichMerge pull request #7124 from Icinga/bugfix/namespace...
2019-04-25 Michael FriedrichMerge pull request #7088 from Icinga/feature/asio-event...
2019-04-25 Michael FriedrichMerge pull request #6722 from Icinga/feature/notificati...
2019-04-25 Michael FriedrichMerge pull request #7102 from Icinga/feature/boost...
2019-04-25 Michael FriedrichMerge pull request #6988 from Icinga/feature/thread...
2019-04-25 Alexander A. KlimovReplace unlink() with boost::filesystem::remove() 7102/head
2019-04-25 Alexander A. KlimovReplace _unlink() + rename() with boost::filesystem...
2019-04-25 Alexander A. KlimovWork around boost::filesystem::path bug on VS
2019-04-25 Alexander A. KlimovUse Boost.Filesystem
2019-04-25 Michael FriedrichFix preprocessor macro comment
2019-04-25 Alexander A. KlimovFix circular #include
2019-04-25 Alexander A. KlimovThreadPool: use the Boost ASIO thread pool under the...
2019-04-24 Michael FriedrichBuildfix
2019-04-24 Michael FriedrichMerge pull request #7140 from Icinga/feature/docs-logrotate
2019-04-24 Michael FriedrichAdd log message for log rotate; update docs 7140/head
2019-04-24 Michael FriedrichMerge pull request #7004 from Icinga/bugfix/logrotate...
2019-04-24 Alexander A. KlimovTimer::TimerThreadProc(): use C++11 lambda instead... 7004/head
2019-04-24 Michael FriedrichMerge pull request #7130 from Icinga/bugfix/logrotate...
2019-04-24 Alexander A. KlimovStreamLogger#BindStream(): set #m_FlushLogTimer only... 7130/head
2019-04-24 Michael FriedrichMerge pull request #7129 from Elias481/fix/logrotate...
2019-04-24 Elias OhmFix for double-free (and possibly other memory-corrupti... 7129/head
2019-04-23 Michael FriedrichMerge pull request #7137 from Icinga/bugfix/disconnect...
2019-04-23 Michael FriedrichMerge pull request #7134 from Icinga/feature/boost...
2019-04-23 Michael FriedrichMerge pull request #7133 from Icinga/feature/boost...
2019-04-23 Michael FriedrichMerge pull request #7127 from Icinga/bugfix/replay-log
2019-04-23 Michael FriedrichMerge pull request #7126 from Icinga/bugfix/replay...
2019-04-23 Michael FriedrichMerge pull request #7128 from Icinga/feature/re-write...
2019-04-23 Alexander A. KlimovIntroduce OptionalTlsStream
2019-04-17 Alexander A. KlimovMake Object#m_Mutex std::recursive_mutex 7128/head
2019-04-17 Alexander A. KlimovMake Object#m_LockOwner std::atomic<std::thread::id>
2019-04-17 Alexander A. KlimovObjectLock: deduplicate constructors
2019-04-17 Michael FriedrichMerge pull request #7050 from Icinga/feature/previous...
2019-04-17 Michael FriedrichMerge pull request #7112 from Icinga/bugfix/service...
2019-04-17 Michael FriedrichMerge pull request #7121 from Icinga/bugfix/concurrent...
2019-04-16 Alexander A. KlimovNamespace: place ObjectLock in all methods 7124/head
2019-04-16 Michael FriedrichFix that MaxConcurrentChecks constant is overridden... 7121/head
2019-04-09 Michael FriedrichMerge pull request #7073 from Icinga/feature/docs-devel...
2019-04-05 Michael FriedrichMerge pull request #7076 from Icinga/bugfix/eventqueue...
2019-04-03 Michael FriedrichMerge pull request #6918 from Icinga/feature/technical...
2019-04-03 Michael FriedrichMerge pull request #7074 from Icinga/feature/cli-run...
2019-04-03 Michael FriedrichMerge pull request #7000 from Icinga/bugfix/goto-loop
2019-04-02 Michael FriedrichMerge pull request #7008 from Icinga/feature/shared...
2019-04-02 Alexander A. KlimovUse C++11 atomics for our intrusive pointers 7008/head
2019-04-01 Alexander A. KlimovAdd non-async overloads for NetString::ReadStringFromSt...
2019-04-01 Alexander A. KlimovConnect(): add non-async overload
2019-04-01 Alexander A. KlimovIntroduce UnbufferedAsioTlsStream#GetPeerCertificate()
2019-04-01 Michael FriedrichMerge pull request #7005 from Icinga/feature/boost...
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. 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. KlimovMake IoEngine::m_CpuBoundSemaphore signed
2019-04-01 Alexander A. KlimovIoEngine: adjust I/O threads
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. KlimovNetString::ReadStringFromStream(): add Boost ASIO overload
2019-04-01 Alexander A. KlimovNetString::WriteStringToStream(): add Boost ASIO overload
2019-04-01 Alexander A. KlimovIoEngine: explicitly join I/O threads
2019-04-01 Alexander A. KlimovDon't warn that Boost.Coroutine v1 is deprecated
2019-04-01 Alexander A. KlimovImplement IoBoundWorkSlot
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. KlimovMake ApiListener#m_SSLContext a Boost ASIO SSL context
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 FriedrichImprove DB IDO HA failover behaviour
2019-03-19 Michael FriedrichMerge branch 'support/2.10'
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 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 #7027 from Icinga/feature/es-improve...
2019-03-18 Michael FriedrichMerge pull request #7019 from Icinga/feature/new-json...
2019-03-18 Alexander A. KlimovMake buildable with VS 2017
2019-03-18 Alexander A. KlimovAuto-sanitize data before en-/decoding JSON
2019-03-18 Alexander A. KlimovGet rid of YAJL
2019-03-18 Alexander A. KlimovJsonEncode(): use nlohmann::json
2019-03-18 Alexander A. KlimovJsonDecode(): use nlohmann::json::sax_parse()
2019-03-18 Michael FriedrichIntegrate nlohmann_json into CMake
2019-03-18 Michael FriedrichMerge pull request #6990 from Icinga/bugfix/influxdbwri...
2019-03-18 Michael FriedrichMerge pull request #6978 from Icinga/bugfix/doc-dep...
next