icinga2/lib/base
Gunnar Beutner dda273dbcc Add missing include in loader.cpp 2015-03-22 15:04:00 +01:00
..
CMakeLists.txt Make order for deferred initializers deterministic 2015-03-18 13:24:31 +01:00
application-version.cpp Update copyright year 2015-01-22 12:00:23 +01:00
application.cpp Flush stderr in Application::Exit 2015-03-20 12:28:43 +01:00
application.hpp Clean up the start-up process a bit 2015-03-18 11:14:51 +01:00
application.ti Update copyright year 2015-01-22 12:00:23 +01:00
array-script.cpp Implement the Array#join method 2015-02-02 08:39:16 +01:00
array.cpp Allow some of the Array and Dictionary methods to be inlined by the compiler 2015-03-10 13:46:24 +01:00
array.hpp Allow some of the Array and Dictionary methods to be inlined by the compiler 2015-03-10 13:46:24 +01: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 Implement support for libedit 2015-03-17 15:05:47 +01:00
console.hpp Implement support for libedit 2015-03-17 15:05:47 +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 Update copyright year 2015-01-22 12:00:23 +01:00
dictionary.cpp Allow some of the Array and Dictionary methods to be inlined by the compiler 2015-03-10 13:46:24 +01:00
dictionary.hpp Allow some of the Array and Dictionary methods to be inlined by the compiler 2015-03-10 13:46:24 +01:00
dynamicobject.cpp Make load order for objects more reliable 2015-03-19 15:58:38 +01:00
dynamicobject.hpp Make load order for objects more reliable 2015-03-19 15:58:38 +01:00
dynamicobject.ti Implement additional attributes for the Host class 2015-02-09 08:50:17 +01:00
dynamictype.cpp Use TypeInstance field instead of looking up types by name 2015-03-20 08:15:07 +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 Implement constructor-style casts 2015-03-21 22:48: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-15 11:24:09 +01:00
i2-base.hpp Update copyright year 2015-01-22 12:00:23 +01:00
initialize.cpp Make order for deferred initializers deterministic 2015-03-18 13:24:31 +01:00
initialize.hpp Make order for deferred initializers deterministic 2015-03-18 13:24:31 +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
loader.cpp Add missing include in loader.cpp 2015-03-22 15:04:00 +01:00
loader.hpp Make order for deferred initializers deterministic 2015-03-18 13:24:31 +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 compiler warnings 2015-03-02 14:10:26 +01:00
netstring.hpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01: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 Implement constructor-style casts 2015-03-21 22:48:23 +01:00
primitivetype.hpp Implement constructor-style casts 2015-03-21 22:48:23 +01:00
process.cpp Kill entire process group after plugin timeout 2015-03-11 07:12:59 +01:00
process.hpp Update copyright year 2015-01-22 12:00:23 +01: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 Use TypeInstance field instead of looking up types by name 2015-03-20 08:15:07 +01:00
scriptutils.hpp Implement get_object() and get_objects() 2015-01-28 08:36:17 +01: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 leak in SocketEvents::Threadproc 2015-03-02 10:14:14 +01: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 another potential hang in TlsStream::Handshake 2015-02-27 09:03:23 +01:00
stdiostream.hpp Don't use separate threads for each ApiClient object 2015-02-14 16:34:36 +01:00
stream.cpp Fix unit tests for the Stream class 2015-02-14 17:40:29 +01:00
stream.hpp Fix unit tests for the Stream class 2015-02-14 17:40:29 +01: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 Don't allow users to instantiate the StreamLogger class 2015-03-20 08:16:10 +01:00
string-script.cpp Fix argument type for the StringContains function 2015-03-11 06:42:45 +01:00
string.cpp Update copyright year 2015-01-22 12:00:23 +01:00
string.hpp Update copyright year 2015-01-22 12:00:23 +01: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 Implement SNI support for the TlsStream class 2015-03-05 14:15:42 +01:00
tlsstream.hpp Implement SNI support for the TlsStream class 2015-03-05 14:15:42 +01:00
tlsutility.cpp Remove unused variables 2015-03-02 12:52:37 +01:00
tlsutility.hpp Update copyright year 2015-01-22 12:00:23 +01:00
type.cpp Make sure that Notification objects are activated after Host/Service objects 2015-02-25 12:43:38 +01:00
type.hpp Make order for deferred initializers deterministic 2015-03-18 13:24:31 +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 Make order for deferred initializers deterministic 2015-03-18 13:24:31 +01:00
utility.hpp Make order for deferred initializers deterministic 2015-03-18 13:24:31 +01:00
value-operators.cpp Implement the assignment operator for the Value class 2015-03-02 12:55:48 +01:00
value.cpp Use TypeInstance field instead of looking up types by name 2015-03-20 08:15:07 +01:00
value.hpp Implement the assignment operator for the Value class 2015-03-02 12:55:48 +01: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 Implement the pending_queries metric for the IDO check task 2015-03-13 12:00:30 +01:00
workqueue.hpp Implement the pending_queries metric for the IDO check task 2015-03-13 12:00:30 +01:00