icinga2/lib/base
Gunnar Beutner e480af3c7f Remove default WQ limits
refs #10002
2015-10-15 15:16:51 +02:00
..
CMakeLists.txt Determine NSClient++ installation path using MsiGetComponentPath 2015-05-13 10:16:07 +02:00
application-version.cpp Update copyright year 2015-01-22 12:00:23 +01:00
application.cpp Implement reload functionality for Windows 2015-09-04 15:37:53 +02:00
application.hpp Fix crash in Dependency::Stop() 2015-03-12 11:56:20 +01:00
application.ti Update copyright year 2015-01-22 12:00:23 +01:00
array-script.cpp Implement the Array#reverse and String#reverse methods 2015-10-13 12:08:42 +02:00
array.cpp Implement the Array#reverse and String#reverse methods 2015-10-13 12:08:42 +02:00
array.hpp Implement the Array#reverse and String#reverse methods 2015-10-13 12:08:42 +02:00
boolean-script.cpp Update copyright year 2015-01-22 12:00:23 +01:00
boolean.cpp Update copyright year 2015-01-22 12:00:23 +01:00
boolean.hpp Update copyright year 2015-01-22 12:00:23 +01:00
console.cpp Update copyright year 2015-01-22 12:00:23 +01:00
console.hpp Update copyright year 2015-01-22 12:00:23 +01:00
context.cpp Update copyright year 2015-01-22 12:00:23 +01:00
context.hpp Update copyright year 2015-01-22 12:00:23 +01:00
convert.cpp Update copyright year 2015-01-22 12:00:23 +01:00
convert.hpp Update copyright year 2015-01-22 12:00:23 +01:00
debug.hpp Update copyright year 2015-01-22 12:00:23 +01:00
debuginfo.cpp Update copyright year 2015-01-22 12:00:23 +01:00
debuginfo.hpp Update copyright year 2015-01-22 12:00:23 +01:00
dictionary-script.cpp Implement the Dictionary#keys method 2015-08-12 10:43:44 +02:00
dictionary.cpp Fix complexity class for Dictionary::Get 2015-03-31 10:40:34 +02:00
dictionary.hpp Fix complexity class for Dictionary::Get 2015-03-31 10:40:34 +02:00
dynamicobject.cpp Make load order for objects more reliable 2015-03-23 15:58:15 +01:00
dynamicobject.hpp Make load order for objects more reliable 2015-03-23 15:58:15 +01:00
dynamicobject.ti Implement additional attributes for the Host class 2015-02-09 08:50:17 +01:00
dynamictype.cpp Update copyright year 2015-01-22 12:00:23 +01:00
dynamictype.hpp Update copyright year 2015-01-22 12:00:23 +01:00
exception.cpp Fix uninitialized field in the ScriptError class 2015-03-02 10:14:14 +01:00
exception.hpp Implement line continuation for "icinga2 console" 2015-02-10 13:27:02 +01:00
fifo.cpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
fifo.hpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
filelogger.cpp Make the argments for the stats functions const-ref 2015-02-13 11:29:15 +01:00
filelogger.hpp Make the argments for the stats functions const-ref 2015-02-13 11:29:15 +01:00
filelogger.ti Update copyright year 2015-01-22 12:00:23 +01:00
function-script.cpp Update copyright year 2015-01-22 12:00:23 +01:00
function.cpp Update copyright year 2015-01-22 12:00:23 +01:00
function.hpp Implement a unit test for nullary lambdas 2015-02-03 14:02:32 +01:00
functionwrapper.cpp Update copyright year 2015-01-22 12:00:23 +01:00
functionwrapper.hpp Don't ignore extraneous arguments for functions 2015-03-19 13:37:36 +01:00
i2-base.hpp Update copyright year 2015-01-22 12:00:23 +01:00
initialize.cpp Update copyright year 2015-01-22 12:00:23 +01:00
initialize.hpp Update copyright year 2015-01-22 12:00:23 +01:00
json-script.cpp Implement the Json.encode and Json.decode methods 2015-02-09 08:14:06 +01:00
json.cpp Remove redundant function 2015-03-02 12:47:20 +01:00
json.hpp Update copyright year 2015-01-22 12:00:23 +01:00
logger.cpp Fix incorrect assignment in Logger::EnableConsoleLog 2015-03-02 12:47:24 +01:00
logger.hpp Make copy constructor private for the Log class 2015-03-02 12:42:33 +01:00
logger.ti Update copyright year 2015-01-22 12:00:23 +01:00
math-script.cpp Update copyright year 2015-01-22 12:00:23 +01:00
netstring.cpp Fix stability issues with the TlsStream/Stream classes 2015-07-06 15:09:04 +02:00
netstring.hpp Fix stability issues with the TlsStream/Stream classes 2015-07-06 15:09:04 +02:00
networkstream.cpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
networkstream.hpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
number-script.cpp Update copyright year 2015-01-22 12:00:23 +01:00
number.cpp Update copyright year 2015-01-22 12:00:23 +01:00
number.hpp Update copyright year 2015-01-22 12:00:23 +01:00
object-script.cpp Update copyright year 2015-01-22 12:00:23 +01:00
object.cpp Update copyright year 2015-01-22 12:00:23 +01:00
object.hpp Remove the macro argument for IMPL_TYPE_LOOKUP 2015-03-05 07:42:13 +01:00
objectlock.hpp Update copyright year 2015-01-22 12:00:23 +01:00
primitivetype.cpp Update copyright year 2015-01-22 12:00:23 +01:00
primitivetype.hpp Update copyright year 2015-01-22 12:00:23 +01:00
process.cpp Fix incorrectly escaped arguments for CreateProcess 2015-10-13 12:03:25 +02:00
process.hpp Fix: Make sure we're continuously reading from child processes' pipes 2015-08-12 10:37:09 +02:00
registry.hpp Update copyright year 2015-01-22 12:00:23 +01:00
ringbuffer.cpp Update copyright year 2015-01-22 12:00:23 +01:00
ringbuffer.hpp Update copyright year 2015-01-22 12:00:23 +01:00
scriptframe.cpp Update copyright year 2015-01-22 12:00:23 +01:00
scriptframe.hpp Update copyright year 2015-01-22 12:00:23 +01:00
scriptglobal.cpp Update copyright year 2015-01-22 12:00:23 +01:00
scriptglobal.hpp Update copyright year 2015-01-22 12:00:23 +01:00
scriptutils.cpp Implement the cidr_match function 2015-10-15 11:58:56 +02:00
scriptutils.hpp Fix unregistered function failure including <nscp> on Linux 2015-06-15 10:40:02 +02:00
serializer.cpp Update copyright year 2015-01-22 12:00:23 +01:00
serializer.hpp Update copyright year 2015-01-22 12:00:23 +01:00
singleton.hpp Update copyright year 2015-01-22 12:00:23 +01:00
socket.cpp Move most of the socket I/O to a separate thread 2015-02-14 09:42:11 +01:00
socket.hpp Move most of the socket I/O to a separate thread 2015-02-14 09:42:11 +01:00
socketevents.cpp Fix deadlock in TlsStream::Close 2015-10-13 12:23:46 +02:00
socketevents.hpp Fix another potential deadlock in SocketEvents::WakeUpThread 2015-02-20 15:25:56 +01:00
stacktrace.cpp Update copyright year 2015-01-22 12:00:23 +01:00
stacktrace.hpp Update copyright year 2015-01-22 12:00:23 +01:00
statsfunction.cpp Make the argments for the stats functions const-ref 2015-02-13 11:29:15 +01:00
statsfunction.hpp Make the argments for the stats functions const-ref 2015-02-13 11:29:15 +01:00
stdiostream.cpp Fix stability issues with the TlsStream/Stream classes 2015-07-06 15:09:04 +02:00
stdiostream.hpp Fix stability issues with the TlsStream/Stream classes 2015-07-06 15:09:04 +02:00
stream.cpp Fix deadlock in TlsStream::Close 2015-10-13 12:23:46 +02:00
stream.hpp Fix deadlock in TlsStream::Close 2015-10-13 12:23:46 +02:00
streamlogger.cpp Fix compiler warnings 2015-03-02 14:10:26 +01:00
streamlogger.hpp Fix compiler warnings 2015-03-02 14:10:26 +01:00
streamlogger.ti Update copyright year 2015-01-22 12:00:23 +01:00
string-script.cpp Implement the Array#reverse and String#reverse methods 2015-10-13 12:08:42 +02:00
string.cpp Update copyright year 2015-01-22 12:00:23 +01:00
string.hpp Fix parsing performance data labels which contain '=' 2015-10-13 13:12:42 +02:00
sysloglogger.cpp Make the argments for the stats functions const-ref 2015-02-13 11:29:15 +01:00
sysloglogger.hpp Make the argments for the stats functions const-ref 2015-02-13 11:29:15 +01:00
sysloglogger.ti Update copyright year 2015-01-22 12:00:23 +01:00
tcpsocket.cpp Update copyright year 2015-01-22 12:00:23 +01:00
tcpsocket.hpp Update copyright year 2015-01-22 12:00:23 +01:00
thinmutex.cpp Remove unused code in the ThinMutex class 2014-11-24 01:01:39 +01:00
thinmutex.hpp Remove unused parameter 2014-11-24 01:05:19 +01:00
threadpool.cpp Update copyright year 2015-01-22 12:00:23 +01:00
threadpool.hpp Update copyright year 2015-01-22 12:00:23 +01:00
timer.cpp Make sure the WQ status timer is stopped properly 2015-03-01 22:25:48 +01:00
timer.hpp Fix another crash in Timer::Call 2015-02-28 08:43:49 +01:00
tlsstream.cpp Fix deadlock in TlsStream::Close 2015-10-13 12:23:46 +02:00
tlsstream.hpp Implement SNI support for the TlsStream class 2015-03-05 14:15:42 +01:00
tlsutility.cpp Fix openssl certificate not after overflow on rhel5 2015-10-13 12:20:57 +02:00
tlsutility.hpp Make sure the serial number field is always initialized 2015-08-18 15:06:07 +02:00
type.cpp Make sure that Notification objects are activated after Host/Service objects 2015-02-25 12:43:38 +01:00
type.hpp Fix a missing import 2015-02-25 14:04:02 +01:00
unix.hpp Update copyright year 2015-01-22 12:00:23 +01:00
unixsocket.cpp Update copyright year 2015-01-22 12:00:23 +01:00
unixsocket.hpp Update copyright year 2015-01-22 12:00:23 +01:00
utility.cpp Improve error handling in cidr_match function 2015-10-15 11:59:05 +02:00
utility.hpp Implement the cidr_match function 2015-10-15 11:58:56 +02:00
value-operators.cpp Fix: null + null should not be "" 2015-10-13 12:57:42 +02:00
value.cpp Update copyright year 2015-01-22 12:00:23 +01:00
value.hpp Remove unnecessary check in Value::IsObject 2015-10-13 12:24:42 +02:00
visibility.hpp Update copyright year 2015-01-22 12:00:23 +01:00
win32.hpp Update copyright year 2015-01-22 12:00:23 +01:00
workqueue.cpp Remove default WQ limits 2015-10-15 15:16:51 +02:00
workqueue.hpp Remove default WQ limits 2015-10-15 15:16:51 +02:00