]> granicus.if.org Git - icinga2/shortlog
icinga2
2016-02-24 Michael FriedrichRelease version v2.4.3 v2.4.3
2016-02-24 Michael FriedrichEnsure that config files are readable by the daemon
2016-02-24 Michael FriedrichFix permissions for temporary files
2016-02-23 Gunnar BeutnerRelease version 2.4.2 v2.4.2
2016-02-23 Michael FriedrichFix unique creation of temp files
2016-02-23 Gunnar BeutnerUpdate documentation
2016-02-23 Gunnar BeutnerUpdate copyright header for test/remote-base64.cpp
2016-02-23 Gunnar BeutnerBuild fix
2016-02-23 Jean FlachFix another compiler warning
2016-02-23 Gunnar BeutnerFix compiler warning
2016-02-23 Jean FlachRemove unused variable
2016-02-23 Gunnar BeutnerIncrease grace period for agent-based checks
2016-02-23 Gunnar BeutnerAdd missing comment
2016-02-23 Michael FriedrichOnly set SSL_OP_NO_COMPRESSION if supported
2016-02-23 Tobias von... Support TLSv1.1 and TLSv1.2 for the cluster transport...
2016-02-23 Gunnar BeutnerImplement support for epoll
2016-02-23 Jean FlachUse ConfigWriter class in repositoryutility.cpp
2016-02-23 Jean FlachRefactor String-Escape in repositoryutility
2016-02-23 Michael FriedrichFix: Escaped sequences not properly generated with...
2016-02-23 Jean FlachRephrase some log messages
2016-02-23 Jean FlachFix client not closing connections
2016-02-23 Michael FriedrichUpdate RELEASE.md
2016-02-23 Gunnar BeutnerAdd -pthread to build flags
2016-02-23 Michael FriedrichIncrease query queue size for testing
2016-02-23 Gunnar BeutnerEnsure that checks are not scheduled for command_endpoi...
2016-02-23 Gunnar BeutnerRemove redundant log messages
2016-02-23 Gunnar BeutnerMake sure we're not running command_endpoint-based...
2016-02-23 Gunnar BeutnerAdd missing SetSyncing() call
2016-02-23 Gunnar BeutnerSkip log replay for endpoints with log_duration = 0
2016-02-23 Gunnar BeutnerOnly build leak detection code when I2_LEAK_DEBUG is set
2016-02-23 Gunnar BeutnerCheck the certificate name when reconnecting to an...
2016-02-23 Gunnar BeutnerDecrease memory usage for the Object class
2016-02-23 Gunnar BeutnerImprove debug support for analyzing memory leaks
2016-02-23 Jean FlachPlug two memory leaks
2016-02-23 Jean FlachReplace boost-base64 with an openssl implementation
2016-02-23 Gunnar BeutnerFix: "node setup" tries to chown() files before they...
2016-02-23 Gunnar BeutnerUpdate AUTHORS
2016-02-23 Stefan TriepDocumentation: Fix escaping the pipe character in tables
2016-02-23 Gunnar BeutnerBuild fix for CentOS 5
2016-02-23 Gunnar BeutnerRename the IOTHREADS macro
2016-02-23 Thomas WidhalmAdd check_iostat to ITL
2016-02-23 Per von ZweigbergkFixed precision for percentage calculations with large...
2016-02-23 Jean FlachDocument disk_ignore_reserved
2016-02-23 Jean FlachAdd -f option to check_disk CheckCommand
2016-02-23 Gunnar BeutnerUpdate AUTHORS
2016-02-23 Adam JamesFix parsing of YYYY-MM-DD in LegacyTimePeriod::ParseTim...
2016-02-23 Michael FriedrichDB IDO: PArtially revert change for *group_members
2016-02-23 Michael FriedrichDB IDO: Fix problem with hostgroup_members cleanup
2016-02-23 Gunnar BeutnerFix: Cluster WQ thread dies after fork()
2016-02-23 Michael FriedrichApiListener: Bail out if object could not be created...
2016-02-23 Gunnar BeutnerFix crash in ApiListener::ConfigUpdateObjectAPIHandler
2016-02-23 Jean FlachRemove unused variables
2016-02-23 Jean FlachMake schedule-downtime default fixed
2016-02-23 Michael FriedrichFix: Deleting an object via API does not disable it...
2016-02-23 Gunnar BeutnerBuild fix
2016-02-23 Michael FriedrichWindows build fix
2016-02-23 Tobias BirnbaumFix missing escaping in doc/7-icinga-template-library.md
2016-02-23 Michael FriedrichUpdate AUTHORS
2016-02-23 Tobias BirnbaumDocs: Fix outdated link to icingaweb2-module-nagvis
2016-02-23 Michael FriedrichFix: API queries on non-existant objects cause exception
2016-02-23 Gunnar BeutnerFix memory leak in Stream::Close
2016-02-23 Gunnar BeutnerFix memory/thread leak in the HttpServerConnection...
2016-02-23 Gunnar BeutnerEnsure that HttpServerConnections are properly closed
2016-02-23 Gunnar BeutnerFix crash in ConfigItem::RunWithActivationContext
2016-02-23 Gunnar BeutnerMake sure the "syncing" attribute is set to false
2016-02-23 Michael FriedrichEnsure that config sync updates are always sent on...
2016-02-23 Michael FriedrichImplement String#trim
2016-02-23 Michael FriedrichFix incorrect --version information
2016-02-23 Gunnar BeutnerImprove performance for TlsStream::OnEvent
2016-02-23 Gunnar BeutnerFix crash in IdoCheckTask::ScriptFunc
2016-02-23 Gunnar BeutnerUse multiple threads for socket IO
2016-02-23 Gunnar BeutnerRemove debug log message
2016-02-23 Gunnar BeutnerAvoid unnecessary pollfd updates
2016-02-23 Gunnar BeutnerIncrease the buffer size in TlsStream::OnEvent to avoid...
2016-02-23 Gunnar BeutnerFix deadlock in HttpClientConnection::DataAvailableHandler
2016-02-23 Gunnar BeutnerFix incorrect memcpy() with overlapping buffers
2016-02-23 Gunnar BeutnerFix incorrect method call in JsonRpcConnection::Message...
2016-02-23 Gunnar BeutnerAvoid unnecessary new/deletes
2016-02-23 Gunnar BeutnerFix deadlock in {HttpServerConnection,JsonRpcConnection...
2016-02-23 Michael FriedrichRemove debug output, part 2
2016-02-23 Michael FriedrichRemove debug output
2016-02-23 Gunnar BeutnerAvoid unnecessary reallocs in FIFO::Optimize
2016-02-23 Gunnar BeutnerAvoid unnecessary dictionary lookups in SocketEvents...
2016-02-23 Gunnar BeutnerRemove debug output
2016-02-23 Gunnar BeutnerAvoid unnecessary wake-ups in SocketEvents::ChangeEvent...
2016-02-23 Gunnar BeutnerAvoid updating the file descriptor list for poll()...
2016-02-23 Gunnar BeutnerDecode cluster messages in the WorkQueue threads
2016-02-23 Gunnar BeutnerUse multiple WorkQueues to process cluster messages
2016-02-23 Gunnar BeutnerImprove performance for ApiListener::RelayMessageOne
2016-02-23 Gunnar BeutnerImprove the performance for ApiListener::SyncRelayMessa...
2016-02-23 Gunnar BeutnerImprove performance for ApiListener::SyncRelayMessage
2016-02-23 Gunnar BeutnerIgnore the .timestamp file when determining whether...
2016-02-23 Gunnar BeutnerIgnore the .timestamp file when determining whether...
2016-02-23 Gunnar BeutnerMake sure the updated config sync works with old versio...
2016-02-23 Gunnar BeutnerMake sure the .timestamp file is synced for config...
2016-02-23 Michael FriedrichFix cluster config timestamp again
2016-02-23 Michael FriedrichFix cluster config sync timestamp
2016-02-23 Gunnar BeutnerMake sure we only have one connection per satellite
2016-02-23 Gunnar BeutnerUse MkDirP instead of MkDir when syncing zone configs
2016-02-23 Claudio KuenzlerFix mongodb CheckCommand
next