Gunnar Beutner
bb393a9d4f
Remove unused variables
2015-03-02 12:52:37 +01:00
Gunnar Beutner
1bcc1a7b92
Fix incorrect operator in Value::operator^
2015-03-02 12:51:11 +01:00
Gunnar Beutner
79a69d3e89
Fix incorrect header length check in NetString::ReadStringFromStream
2015-03-02 12:47:24 +01:00
Gunnar Beutner
1e9e5edcff
Fix incorrect assignment in Logger::EnableConsoleLog
2015-03-02 12:47:24 +01:00
Gunnar Beutner
d913089a14
Remove redundant function
2015-03-02 12:47:20 +01:00
Gunnar Beutner
81e821b60c
Make copy constructor private for the Log class
2015-03-02 12:42:33 +01:00
Gunnar Beutner
b6ca140ee2
Fix incorrect return type for Application::Run
2015-03-02 12:41:44 +01:00
Gunnar Beutner
f7ca0c5b52
Fix incorrect format specifier for fprintf
2015-03-02 12:41:44 +01:00
Jean-Marcel Flach
96583857c0
Fix whitespace
2015-03-02 12:35:58 +01:00
Jean-Marcel Flach
68e7de7e59
Work on troubleshoot cli
...
Changes the format timestamps are displayed.
--include-vars and --include-objects now print to console if --console
is given.
Also fixes two memory leaks.
fixes #8564 #8563
refs 3446
2015-03-02 12:21:34 +01:00
Gunnar Beutner
5968622108
Fix incorrect assignment in PluginUtility::ExecuteCommand
...
Coverity Bug ID: 1272344
2015-03-02 10:14:15 +01:00
Gunnar Beutner
a296147839
Fix uninitialized fields in the StreamLogger class
...
Coverity Bug ID: 1272329
2015-03-02 10:14:15 +01:00
Gunnar Beutner
ce1599fbb3
Fix uninitialized field in the LivestatusScriptFrame class
...
Coverity Bug ID: 1272326
2015-03-02 10:14:15 +01:00
Gunnar Beutner
8f7599d4b3
Fix uninitialized field in the LivestatusQuery class
...
Coverity Bug ID: 1272325
2015-03-02 10:14:15 +01:00
Gunnar Beutner
9548692f00
Fix uninitialized field in the Checkable class
...
Coverity Bug ID: 1272323
2015-03-02 10:14:14 +01:00
Gunnar Beutner
2ee1a197a9
Fix uninitialized field in the ScriptError class
...
Coverity Bug ID: 1272322
2015-03-02 10:14:14 +01:00
Gunnar Beutner
e52a1f38f3
Fix uninitialized field in the ApiListener class
...
Coverity Bug ID: 1272321
2015-03-02 10:14:14 +01:00
Gunnar Beutner
41cb5977f3
Remove unreachable code
...
Coverity Bug ID: 1272319
2015-03-02 10:14:14 +01:00
Gunnar Beutner
5b286dae31
Fix leak in SocketEvents::Threadproc
...
Coverity Bug ID: 1272338
2015-03-02 10:14:14 +01:00
Gunnar Beutner
b4be584679
Fix uninitialized fields
...
Coverity Bug ID: 1272331
2015-03-02 10:14:14 +01:00
Gunnar Beutner
f1509d2f10
Fix uninitialized variable in DaemonUtility::ValidateConfigFiles
...
Coverity bug ID: 1272330
2015-03-02 10:14:14 +01:00
Jean-Marcel Flach
ba9cf9e4c2
Add message concerning file compression to troubleshoot cli
2015-03-02 09:35:04 +01:00
Gunnar Beutner
6e55715a6c
Add missing fclose() in mkembedconfig
2015-03-02 07:34:11 +01:00
Paul Richards
7ca3a3c5e9
Fix: check_memory tool shows incorrect memory size on windows
...
On a PC with >4GB of RAM, check_memory utility returns
an incorrect amount of RAM:
MEMORY OK - 100% free | memory=4096MB;;;0;4096
This patch uses GlobalMemoryStatusEx instead of GlobalMemoryStatus
[https://msdn.microsoft.com/en-us/library/windows/desktop/aa366586%28v=vs.85%29.aspx ]
Following patch output of check_memory is as follows:
MEMORY OK - 32.4873% free | memory=5312MB;;;0;16351
fixes #8559
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2015-03-01 22:29:54 +01:00
Gunnar Beutner
2d65489f3a
Make sure the WQ status timer is stopped properly
...
refs #8550
2015-03-01 22:25:48 +01:00
Gunnar Beutner
663fe5a4bd
Add --gc-sections to the linker flags
2015-03-01 15:29:57 +01:00
Gunnar Beutner
6495e85760
Enable unity builds by default
2015-03-01 01:28:17 +01:00
Gunnar Beutner
cd380a8494
Fix another crash in Timer::Call
...
fixes #8550
2015-02-28 08:43:49 +01:00
Gunnar Beutner
4cc7d4963c
Refactor the API timeout timer
...
refs #8554
2015-02-27 20:18:20 +01:00
Gunnar Beutner
d7000fa757
Make sure that the timeout timer gets destroyed properly
...
refs #8554
2015-02-27 19:54:41 +01:00
Gunnar Beutner
9622b075bc
Use the main threadpool to disconnect API clients
...
refs #8554
2015-02-27 18:32:28 +01:00
Gunnar Beutner
985c6bc7d9
Fix a deadlock in WorkQueue::WorkerThreadProc
...
refs #8554
2015-02-27 18:32:20 +01:00
Gunnar Beutner
5d1e549063
Fix a crash in Timer::Reschedule
...
refs #8554
2015-02-27 16:44:33 +01:00
Gunnar Beutner
5eb32efb05
Fix crash in SocketEvents::ThreadProc
...
fixes #8554
2015-02-27 15:53:38 +01:00
Jean-Marcel Flach
3f9ce38fd0
Fix whitespace
2015-02-27 15:13:07 +01:00
Jean-Marcel Flach
9ed21563ff
Use RequestShutdown with exitcode instead of Application::Exit
...
fixes #8436
2015-02-27 14:43:30 +01:00
Gunnar Beutner
2884e8318d
Fix null pointer dereference in ApiClient::TimeoutTimerHandler
...
fixes #8553
2015-02-27 14:12:50 +01:00
Jean-Marcel Flach
07fd4e6031
Add colours to troubleshoot cli
...
refs #3446
2015-02-27 14:09:26 +01:00
Gunnar Beutner
d397933eff
Fix a crash in Timer::Call
...
fixes #8473
2015-02-27 14:07:12 +01:00
Gunnar Beutner
9567cd663b
Fix another potential hang in TlsStream::Handshake
...
refs #8550
2015-02-27 09:03:23 +01:00
Gunnar Beutner
bb2cdff435
Fix a deadlock in ApiClient::Disconnect
...
fixes #8549
2015-02-26 17:23:06 +01:00
Gunnar Beutner
4e8c5706e1
Don't send heartbeats during log replay
...
fixes #8461
refs #8485
2015-02-26 14:59:39 +01:00
Gunnar Beutner
fd090e057b
Implement 'else if'
...
fixes #8548
2015-02-26 13:51:13 +01:00
Jean Flach
d9735bd482
Update documentation
2015-02-26 13:37:15 +01:00
Gunnar Beutner
c439ee6d9f
Fix a crash in ApiClient::TimeoutTimerHandler
...
refs #8485
2015-02-26 13:31:38 +01:00
Jean-Marcel Flach
d084effa4b
Change behaviour of troubleshoot cli parameters
2015-02-26 13:30:48 +01:00
Gunnar Beutner
0c51857084
Fix another crash in SocketEvents::Register
...
fixes #8547
2015-02-26 13:11:50 +01:00
Gunnar Beutner
1302f7c841
Improve log message for cluster connection timeouts
...
refs #8485
2015-02-26 13:09:13 +01:00
Jean-Marcel Flach
cc99406dd3
Add --include-vars and --include-objects troubleshoot cli
...
refs #3446
2015-02-26 12:43:43 +01:00
Gunnar Beutner
a3ccd2a1fb
Close client connections if we haven't received any messages in some time
...
refs #8485
2015-02-26 12:41:47 +01:00