]> granicus.if.org Git - icinga2/history - lib/base
Merge pull request #6988 from Icinga/feature/thread-pool-6985
[icinga2] / lib / base /
2019-04-25 Michael FriedrichMerge pull request #6988 from Icinga/feature/thread...
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 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...
2019-03-18 Michael FriedrichMerge pull request #7014 from Icinga/feature/utf8cpp
2019-03-18 Michael FriedrichMerge pull request #6999 from Icinga/bugfix/compiler...
2019-03-15 Alexander A. KlimovUtility::ValidateUTF8(): use UTF8-CPP
2019-03-15 Alexander A. KlimovAdd 'third-party/utf8cpp/' from commit '82344d605146dca...
2019-03-13 Michael FriedrichMerge pull request #6977 from Icinga/bugfix/base_utilit...
2019-03-13 Alexander A. KlimovDon't require OS headers to provide SO_REUSEPORT
2019-03-13 Michael FriedrichMerge pull request #6976 from Icinga/bugfix/so_reusepor...
2019-03-12 Michael FriedrichMerge pull request #7001 from Icinga/bugfix/doc-assignm...
2019-03-11 Michael FriedrichMerge pull request #6979 from Icinga/bugfix/systemd...
2019-03-08 Alexander A. KlimovDon't abuse goto for building simple loops 7000/head
2019-03-08 Alexander A. KlimovSuppress or fix compiler warnings 6999/head
2019-03-01 Alexander A. KlimovDefer: ensure not to throw any exceptions out of a...
2019-02-26 Michael FriedrichMerge pull request #6970 from Icinga/bugfix/perfdata...
2019-02-26 Alexander A. KlimovDon't require OS headers to provide SO_REUSEPORT 6976/head
2019-02-26 Michael FriedrichMerge branch 'support/2.10'
2019-02-26 Michael FriedrichMerge pull request #6974 from Icinga/feature/copyright...
2019-02-25 Michael FriedrichReplace Copyright header with a short version, part II
2019-02-25 Michael FriedrichReplace Copyright header with a short version, part I
2019-02-25 Alexander A. KlimovSecure ApiUser::GetByAuthHeader() against timing attacks
2019-02-25 Michael FriedrichMerge pull request #6968 from Icinga/bugfix/timing...
2019-02-25 Michael FriedrichImplement ReloadTimeout constant and wait for enqueued... 6970/head
2019-02-22 Alexander A. KlimovSecure ApiUser::GetByAuthHeader() against timing attacks
2019-02-22 Michael FriedrichRe-add Defer functionality
2019-02-22 Michael FriedrichMerge pull request #6896 from Icinga/bugfix/notificatio...
next