]> granicus.if.org Git - icinga2/history - lib
CLI: Fix updates for NodeName/ZoneName constants
[icinga2] / lib /
2019-05-16 Michael FriedrichCLI: Fix updates for NodeName/ZoneName constants
2019-05-16 Michael FriedrichDB IDO: Do not deactivate objects during application...
2019-05-16 Peter EckelAvoid duplicating non-zero count message replay message...
2019-03-28 Alexander A. KlimovHttpServerConnection#DataAvailableHandler(): reduce...
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-13 Alexander A. KlimovDon't require OS headers to provide SO_REUSEPORT
2019-02-25 Alexander A. KlimovSecure ApiUser::GetByAuthHeader() against timing attacks
2019-02-25 Michael FriedrichMerge pull request #6971 from Icinga/bugfix/downtime...
2019-02-25 Michael FriedrichActivate downtimes before any checkable object 6971/head
2019-02-19 Michael FriedrichDebug: Log calls to ConfigObject::Deactivate()
2019-02-11 Michael FriedrichRefactor conditions and add debug log messages for...
2019-02-11 Jean FlachFix checkresults from the future breaking checks
2019-02-11 Michael FriedrichDon't allow retry_interval <= 0
2019-02-11 Alexander A. KlimovDowntime::AddDowntime(): place Downtimes in the same...
2019-02-11 Alexander A. KlimovValidate Zone::GetLocalZone() before using
2019-02-11 Michael FriedrichLog: Ensure not to pass negative values to localtime()
2019-02-11 Alexander A. KlimovAllow Checkable#retry_interval to be 0
2019-02-11 Alexander A. KlimovTcpSocket#Bind(): also set SO_REUSEPORT
2019-02-11 Michael FriedrichClusterEvents::AcknowledgementSet event should forward...
2019-02-11 Michael FriedrichFix Convert::ToLong(double val)
2019-02-11 Alexander A. KlimovDowntime#HasValidConfigOwner(): respect Downtime#author...
2019-02-11 Alexander A. KlimovAdd and populate Downtime#authoritative_zone
2019-02-11 Alexander A. KlimovDowntime#HasValidConfigOwner(): wait for ScheduledDowntimes
2019-02-11 Alexander A. KlimovImplement ScheduledDowntime::AllConfigIsLoaded()
2018-12-06 Michael FriedrichRevert "ThreadPool#Stop(): discard non-processed queue...
2018-12-05 Alexander A. KlimovRemove redundand check for object existence on creation...
2018-12-05 David Lublink * BugFix : Wrong operator on stride variable causing...
2018-12-05 Michael FriedrichCall SSL_shutdown() at least twice
2018-12-05 Edgar FußPut running downtimes in effect
2018-12-05 Edgar FußRemove spurious string in debug message
2018-12-05 Edgar FußRemove dead code
2018-12-05 Alexander A. KlimovSocket engine: drop life support objects
2018-12-05 Alexander A. KlimovMake SocketEventDescriptor#EventInterface a SocketEvent...
2018-12-05 Alexander A. KlimovSocketEvents: inherit from Stream
2018-12-05 Michael FriedrichOnly create downtimes from non-paused ScheduledDowntime...
2018-12-05 Alexander A. KlimovHttpServerConnection#DataAvailableHandler(): be aware...
2018-12-05 Alexander A. KlimovThreadPool#Stop(): discard non-processed queue items
2018-12-05 Michael FriedrichAdd a code comment for connection: close handling
2018-12-05 Sven WegenerRestore 'Connection: close' behaviour in HTTP responses
2018-11-13 Michael FriedrichDB IDO: Don't enqueue queries when the feature is pause...
2018-11-13 Michael InselFix deadlock in GraphiteWriter
2018-11-12 Michael FriedrichFix possible double free in StreamLogger::BindStream()
2018-11-12 Michael FriedrichEnsure that API/JSON-RPC messages in the same session...
2018-10-29 Michael FriedrichImprove error handling for invalid child_options for...
2018-10-29 Michael FriedrichMinor styleguide
2018-10-29 Max Rosin Fix the Icinga2 version check for versions with more...
2018-10-24 Michael FriedrichRevert code from icinga.com update
2018-10-19 Michael FriedrichFix regression for wrong objects.cache path overwriting...
2018-10-18 Michael FriedrichMerge pull request #6699 from Icinga/feature/update...
2018-10-18 Michael Friedrichicinga.com: Update everything else
2018-10-18 Michael Friedrichicinga.com: Update '*.sql'
2018-10-18 Michael Friedrichicinga.com: Update config files (ITL, etc.)
2018-10-18 Michael Friedrichicinga.com: Update CMakeLists.txt
2018-10-18 Michael Friedrichicinga.com: Update '*.ti'
2018-10-18 Michael Friedrichicinga.com: Update *.{h,c}pp
2018-10-16 Michael FriedrichMerge pull request #6691 from Icinga/bugfix/reload...
2018-10-16 Michael FriedrichMerge pull request #6692 from Icinga/feature/docs-relea...
2018-10-16 Michael FriedrichAdd missing shutdown/program state dumps for SIGUSR2... 6691/head
2018-10-15 Michael FriedrichMerge pull request #6685 from Icinga/bugfix/api-permiss...
2018-10-15 Michael FriedrichFix regression with API permission filters and namespac... 6685/head
2018-10-11 Michael FriedrichMerge pull request #6669 from Icinga/feature/no-errors...
2018-10-11 Michael FriedrichDon't throw an error when namespace indexers don't... 6669/head
2018-10-09 Michael FriedrichMerge pull request #6664 from Icinga/bugfix/daemonize...
2018-10-09 Michael FriedrichRevert "Initialize Socket Event Engine on application... 6664/head
2018-10-09 Michael FriedrichMerge pull request #6663 from Icinga/feature/silence...
2018-10-09 Michael FriedrichSilence config compiler logging for runtime created... 6663/head
2018-10-09 Michael FriedrichMerge pull request #6661 from Icinga/bugfix/cache-http...
2018-10-09 Michael FriedrichCache the peer address in the HTTP server 6661/head
2018-10-09 Michael FriedrichMerge pull request #6658 from Icinga/bugfix/api-connect...
2018-10-09 Michael FriedrichMerge pull request #6657 from Icinga/feature/api-debug...
2018-10-09 Michael FriedrichEnsure that HTTP/1.0 or Connection: close headers are... 6658/head
2018-10-09 Michael FriedrichEnable the HTTP request body debug log entry for releas... 6657/head
2018-10-09 Michael FriedrichMerge pull request #6655 from Icinga/feature/api-http...
2018-10-09 Michael FriedrichImprove logging for disconnected HTTP clients 6655/head
2018-10-09 Michael FriedrichMerge pull request #6651 from Icinga/feature/check...
2018-10-08 Michael FriedrichMerge pull request #6646 from teclogi/master
2018-10-08 Michael FriedrichMerge pull request #6503 from peteeckel/fix/reduce...
2018-10-08 Michael FriedrichMerge pull request #6652 from Icinga/bugfix/check-memor...
2018-10-08 Michael FriedrichMerge pull request #6647 from Icinga/bugfix/node-setup...
2018-10-01 Alexander A. Klimovnode setup: always respect --accept-config and --accept... 6647/head
2018-09-28 Michael FriedrichMerge pull request #6643 from Icinga/bugfix/command...
2018-09-28 Michael FriedrichFix that check_timeout was used for Event/Notification... 6643/head
2018-09-28 Michael FriedrichMerge pull request #6642 from Icinga/bugfix/concurrent...
2018-09-28 Michael FriedrichMerge pull request #6546 from WuerthPhoenix/fix/define...
2018-09-27 Michael FriedrichDon't inherit daemonize parameter from parent process 6546/head
2018-09-27 Thomas ForrerFix config validation problem (startup.log) during...
2018-09-27 Michael FriedrichAllow to override MaxConcurrentChecks constant 6642/head
2018-09-27 Michael FriedrichMerge pull request #6313 from Icinga/fix/win-check...
2018-09-27 Michael FriedrichMerge pull request #6639 from Icinga/fix/windows-api...
2018-09-27 Jordi van ScheijenFix issue 5022
2018-09-26 Michael FriedrichMerge branch 'support/2.9'
2018-09-25 Michael FriedrichMerge pull request #6632 from Icinga/feature/cluster...
2018-09-25 Michael FriedrichMerge pull request #6633 from Icinga/feature/apilistene...
2018-09-25 Michael FriedrichUse a dynamic thread pool for API connections 6633/head
next