Markus Frosch
|
da1265a0fc
|
execvpe: Fixup indention for readability
The file was added with a mixed indention, now all are spaces.
Corresponding to the indented tabwidth of 2 and a sub-indention on curly
brackets.
|
2017-12-19 16:40:38 +01:00 |
Michael Friedrich
|
49931ea732
|
Merge pull request #5717 from hrld/patch-1
add order tags to disk check
|
2017-12-19 09:22:22 +01:00 |
Michael Friedrich
|
4fa42a81f8
|
Merge pull request #5882 from Icinga/feature/avoid-allocations
Avoid unnecessary allocations
|
2017-12-18 17:11:27 +01:00 |
Gunnar Beutner
|
4866f777cc
|
Avoid unnecessary allocations for script frames
|
2017-12-18 13:40:29 +01:00 |
Gunnar Beutner
|
80b72cfb1c
|
Avoid allocations in ScriptUtils::Match
|
2017-12-18 13:40:21 +01:00 |
Gunnar Beutner
|
0d40009a3c
|
Merge pull request #5881 from Icinga/fix/api-package
Fix package error message
|
2017-12-18 11:30:07 +01:00 |
Jean Flach
|
e0bd3d183f
|
Fix package error message
fixes #5879
|
2017-12-18 11:04:40 +01:00 |
Michael Friedrich
|
640cdbebc6
|
Merge pull request #5757 from ekeih/doc/systemd-restart-5721
Add documentation about automatic service restarts with systemd
|
2017-12-18 09:57:45 +01:00 |
Michael Friedrich
|
5b44bfb125
|
Merge pull request #5868 from Icinga/feature/expression-ptr
Use std::unique_ptr for Expression objects
|
2017-12-18 09:54:30 +01:00 |
Michael Friedrich
|
a5c95c8b48
|
Merge pull request #5872 from Icinga/fix/incorrect-fclose
Replace incorrect fclose() call with pclose()
|
2017-12-17 15:40:12 +01:00 |
Gunnar Beutner
|
5d96196f08
|
Replace incorrect fclose() call with pclose()
|
2017-12-15 22:25:08 +01:00 |
Gunnar Beutner
|
ab8386cf5c
|
Use std::unique_ptr for Expression objects
|
2017-12-15 10:44:54 +01:00 |
Michael Friedrich
|
9d5e5cd832
|
Merge pull request #5858 from Icinga/feature/coverity
Travis: Add support for Coverity
|
2017-12-15 10:06:47 +01:00 |
Gunnar Beutner
|
31bbb24c6c
|
Travis: Add support for Coverity
|
2017-12-15 09:56:04 +01:00 |
Michael Friedrich
|
20d7221dfe
|
Merge pull request #5865 from Icinga/fix/uuid
Add missing initializer in Utility::NewUniqueID()
|
2017-12-15 09:08:26 +01:00 |
Michael Friedrich
|
8f4ba66050
|
Merge pull request #5864 from Icinga/fix/add-initdb-to-postgresql-documentation
Add missing initdb to PostgreSQL documentation
|
2017-12-15 08:38:16 +01:00 |
Michael Friedrich
|
86d8ab6e64
|
Merge pull request #5866 from Icinga/fix/remove-redundant-freebsd-restart-code
Remove redundant FreeBSD from restart instructions and add openSUSE
|
2017-12-15 08:37:38 +01:00 |
Noah Hilverling
|
506928744f
|
Documentation: Add openSUSE to restart instructions
|
2017-12-15 08:19:18 +01:00 |
Noah Hilverling
|
150867b6b5
|
Documentation: Remove redundant FreeBSD restart instructions
|
2017-12-15 07:51:30 +01:00 |
Gunnar Beutner
|
85f3865718
|
Merge pull request #5861 from Icinga/fix/invalid-memory-access
Fix incorrect memory access
|
2017-12-15 06:25:10 +01:00 |
Gunnar Beutner
|
3403844b74
|
Merge pull request #5863 from Icinga/fix/glob-5859
Fix glob error handling
|
2017-12-14 19:08:54 +01:00 |
Gunnar Beutner
|
a6887b1ae9
|
Add missing initializer in Utility::NewUniqueID()
|
2017-12-14 19:07:14 +01:00 |
Jean Flach
|
27a3329265
|
Merge pull request #5860 from Icinga/fix/memory-leaks
Fix memory leaks in the unit tests
|
2017-12-14 17:31:02 +01:00 |
Michael Friedrich
|
721b18e6a0
|
Merge pull request #5862 from Icinga/feature/nullptr-cleanup
Replace a few more NULLs with nullptr
|
2017-12-14 17:11:18 +01:00 |
Noah Hilverling
|
d13cc74608
|
Add missing initdb to PostgreSQL documentation
|
2017-12-14 17:08:03 +01:00 |
Jean Flach
|
e45ede6271
|
Fix glob error handling
fixes #5859
|
2017-12-14 17:04:35 +01:00 |
Gunnar Beutner
|
1ad83886ac
|
Replace a few more NULLs with nullptr
|
2017-12-14 15:37:20 +01:00 |
Gunnar Beutner
|
0629ea0a98
|
Fix incorrect memory access
|
2017-12-14 15:05:04 +01:00 |
Gunnar Beutner
|
4c2f13c414
|
Fix memory leaks in the unit tests
|
2017-12-14 14:57:23 +01:00 |
Gunnar Beutner
|
1bf12c9685
|
Merge pull request #5857 from Icinga/fix/compiler-warnings
Fix compiler warnings
|
2017-12-14 13:49:25 +01:00 |
Michael Friedrich
|
4f557df3bf
|
Merge pull request #5838 from waja/doc_fix_config_sync
services.conf has also be moved to zones.d/global-templates/
|
2017-12-14 13:35:15 +01:00 |
Jean Flach
|
73185971ab
|
Merge pull request #5855 from Icinga/fix/vs2017
Fix build problems with Visual Studio 2017
|
2017-12-14 13:15:24 +01:00 |
Jean Flach
|
e5dafb8d82
|
Merge pull request #5856 from Icinga/feature/applocal-ucrt
Implement AppLocal deployment support for UCRT
|
2017-12-14 12:59:34 +01:00 |
Jean Flach
|
1b81be8244
|
Merge pull request #5851 from Icinga/fix/checl-service-5849
Fix check_service returning Warning instead of Critical
|
2017-12-14 11:41:21 +01:00 |
Jean Flach
|
55aca4f3e5
|
Fix check_service returning Warning instead of Critical
fixes #5849
|
2017-12-14 11:22:43 +01:00 |
Gunnar Beutner
|
3c5af89d5f
|
Fix compiler warnings
|
2017-12-14 09:15:37 +01:00 |
Gunnar Beutner
|
0bc7236df9
|
Merge pull request #5853 from mcktr/fix/output-format-check-service
Fix missing space in check_service output
|
2017-12-14 09:11:42 +01:00 |
Gunnar Beutner
|
ff0b6ba630
|
Fix build problems with Visual Studio 2017
|
2017-12-14 08:55:36 +01:00 |
Gunnar Beutner
|
b12968881d
|
Implement AppLocal deployment support for UCRT
|
2017-12-14 08:53:44 +01:00 |
Gunnar Beutner
|
42744fde5b
|
Remove extraneous whitespace
|
2017-12-14 08:50:09 +01:00 |
Gunnar Beutner
|
bd20951acd
|
mkclass: Fix compiler warnings in auto-generated code
|
2017-12-14 08:50:09 +01:00 |
Gunnar Beutner
|
50b2d0ca72
|
Fix incorrect format strings
|
2017-12-14 08:50:09 +01:00 |
Gunnar Beutner
|
96e214221d
|
Remove unused variables
|
2017-12-14 08:50:09 +01:00 |
Michael Insel
|
8954568dc9
|
Fix missing space in check_service output
|
2017-12-13 21:21:17 +01:00 |
Gunnar Beutner
|
3afdf644c9
|
Merge pull request #5848 from Icinga/fix/COPYING
Fix COPYING format
|
2017-12-13 12:14:52 +01:00 |
Gunnar Beutner
|
c7a37090d0
|
Merge pull request #5846 from Icinga/fix/compiler-warning
Fix compiler warnings
|
2017-12-13 11:34:21 +01:00 |
Jean Flach
|
dd1f59cd8a
|
Fix COPYING format
|
2017-12-12 14:23:19 +01:00 |
Jean Flach
|
5af5d38c26
|
Replace boost foreach and bind
fixes #5821
|
2017-12-12 13:29:50 +01:00 |
Gunnar Beutner
|
d42f81ed11
|
Fix compiler warning introduced by #5753
|
2017-12-12 11:55:30 +01:00 |
Gunnar Beutner
|
3ce68b49c7
|
Fix compiler warning introduced by #5811
|
2017-12-12 11:54:47 +01:00 |