]> granicus.if.org Git - icinga2/shortlog
icinga2
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 FriedrichEventqueue: Remove unused code 7088/head
2019-04-25 Alexander A... EventsFilter#Push(): ensure not to modify the global...
2019-04-25 Alexander A... /v1/events: don't over-consume CPU-bound threads
2019-04-25 Alexander A... New event queue: handle empty filter
2019-04-25 Alexander A... /v1/events: remove anti-deadlock hack
2019-04-25 Alexander A... /v1/events: use new event queue
2019-04-25 Alexander A... Feed new event queue with events
2019-04-25 Alexander A... Implement new event queue for ASIO consumers
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 Markus FroschEnsure header ordering for win32 mswsock.h 6988/head
2019-04-25 Alexander A... Replace unlink() with boost::filesystem::remove() 7102/head
2019-04-25 Alexander A... Replace _unlink() + rename() with boost::filesystem...
2019-04-25 Alexander A... Work around boost::filesystem::path bug on VS
2019-04-25 Alexander A... Use Boost.Filesystem
2019-04-25 Alexander A... Require Boost.Filesystem
2019-04-25 Michael FriedrichFix preprocessor macro comment
2019-04-25 Alexander A... Fix circular #include
2019-04-25 Alexander A... ThreadPool: 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... Timer::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... StreamLogger#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 FriedrichDocs: Fix formatting in object type chapter
2019-04-23 Michael FriedrichMerge pull request #7135 from Icinga/feature/boost...
2019-04-23 Michael FriedrichMerge pull request #7137 from Icinga/bugfix/disconnect...
2019-04-23 Alexander A... Use new I/O engine in ElasticsearchWriter 7135/head
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 Alexander A... JsonRpcConnection: reduce log spam on disconnect 7137/head
2019-04-23 Michael FriedrichQuickfix technical docs for debugging
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 Alexander A... Use new I/O engine in InfluxdbWriter 7134/head
2019-04-23 Michael FriedrichMerge pull request #7128 from Icinga/feature/re-write...
2019-04-23 Alexander A... Introduce OptionalTlsStream
2019-04-18 Alexander A... ApiListener#ReplayLog(): read current log file too... 7127/head
2019-04-18 Alexander A... ApiListener#RotateLogFile(): don't overwrite previous log
2019-04-18 Alexander A... ApiListener#ApiTimerHandler(): delete all replayed... 7126/head
2019-04-17 Alexander A... Make Object#m_Mutex std::recursive_mutex 7128/head
2019-04-17 Alexander A... Make Object#m_LockOwner std::atomic<std::thread::id>
2019-04-17 Alexander A... ObjectLock: deduplicate constructors
2019-04-17 Alexander A... Rotate replay log on shutdown, not on startup
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 FriedrichMerge pull request #7122 from Icinga/bugfix/evaluatefil...
2019-04-16 Alexander A... Namespace: place ObjectLock in all methods 7124/head
2019-04-16 Michael FriedrichMerge pull request #7113 from Elias481/fix/incorrect...
2019-04-16 Alexander A... FilterUtility::EvaluateFilter(): ensure not to modify... 7122/head
2019-04-16 Michael FriedrichFix that MaxConcurrentChecks constant is overridden... 7121/head
2019-04-16 Michael FriedrichMerge pull request #7120 from Icinga/bugfix/cluster...
2019-04-15 Michael FriedrichIgnore synced config zones where no config item exists 7120/head
2019-04-15 Michael FriedrichMerge pull request #7116 from Icinga/feature/no-reachable
2019-04-12 Michael FriedrichMerge pull request #7115 from Icinga/feature/docs-api
2019-04-12 Michael FriedrichImprove REST API docs 7115/head
2019-04-12 Alexander A... Drop Checkable#reachable in favor of #last_reachable 7116/head
2019-04-12 Michael FriedrichDocs: Fix RPM snapshot repo name
2019-04-12 Elias Ohm* use dedicated permissions namespace for scriptframe... 7113/head
2019-04-11 Alexander A... Service: reduce severity while host is down 7112/head
2019-04-11 Alexander A... Service: be handled while host is down
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
next