icinga2/lib/base
Gunnar Beutner 137c726920 base: Limit work queue size. 2013-09-21 17:53:14 +02:00
..
Makefile.am Implement support for work queues. 2013-09-18 09:09:16 +02:00
application.cpp Remove DynamicObject::Start call. 2013-09-11 15:38:04 +02:00
application.h Refactor how Application objects work. 2013-09-10 16:03:36 +02:00
array.cpp Refactor ASSERT macro. 2013-08-28 08:18:58 +02:00
array.h Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
base.vcxproj Fix build warning. 2013-09-01 06:04:23 +02:00
base.vcxproj.filters Fix build warning. 2013-09-01 06:04:23 +02:00
bufferedstream.cpp base: Limit buffer size for BufferedStream objects. 2013-09-20 09:45:05 +02:00
bufferedstream.h base: Limit buffer size for BufferedStream objects. 2013-09-20 09:45:05 +02:00
consolelogger.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
consolelogger.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
convert.cpp Add more unit tests. 2013-04-19 11:27:18 +02:00
convert.h Add more unit tests. 2013-04-19 11:27:18 +02:00
debug.h Fix build warning. 2013-09-01 06:04:23 +02:00
dictionary.cpp Refactor ASSERT macro. 2013-08-28 08:18:58 +02:00
dictionary.h Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
dynamicobject.cpp Fix: DynamicObject::HasPrivileges should always return true if privs == 0. 2013-09-19 14:47:17 +02:00
dynamicobject.h cluster: Implement domain support. 2013-09-17 13:18:40 +02:00
dynamictype.cpp Fix state file functionality. 2013-08-29 10:40:43 +02:00
dynamictype.h Refactor ASSERT macro. 2013-08-28 08:18:58 +02:00
exception.cpp Linux build fix. 2013-03-17 22:14:40 +01:00
exception.h Improve error messages for socket error. 2013-09-12 07:50:09 +02:00
fifo.cpp Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
fifo.h Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
filelogger.cpp Fix state file functionality. 2013-08-29 10:40:43 +02:00
filelogger.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
i2-base.h Windows build fix. 2013-03-18 22:40:40 +01:00
initialize.h Fix INITIALIZE_ONCE(). 2013-08-01 11:15:11 +02:00
logger.cpp Fix state file functionality. 2013-08-29 10:40:43 +02:00
logger.h Remove unused field. 2013-09-05 09:59:57 +02:00
logger_fwd.h Windows build fix. 2013-03-18 22:40:40 +01:00
netstring.cpp Fix memory leak in NetString::ReadStringFromStream. 2013-09-18 07:47:46 +02:00
netstring.h Refactor #includes (Part 2). 2013-03-16 21:18:53 +01:00
networkstream.cpp Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
networkstream.h Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
object.cpp Refactor commands and implement event handlers. 2013-06-13 11:33:00 +02:00
object.h Build fix for --enable-debug. 2013-08-28 16:49:58 +02:00
objectlock.cpp Refactor ASSERT macro. 2013-08-28 08:18:58 +02:00
objectlock.h Refactor #includes (Part 2). 2013-03-16 21:18:53 +01:00
process-unix.cpp Implement command timeouts. 2013-06-13 12:05:24 +02:00
process-windows.cpp Windows build fix. 2013-03-25 18:01:02 +00:00
process.cpp Implement command timeouts. 2013-06-13 12:05:24 +02:00
process.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
qstring.cpp Fix incorrect indentation. 2013-09-02 12:02:43 +02:00
qstring.h Fix: ConfigItem types and names are not case-insensitive 2013-05-08 10:46:50 +02:00
registry.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
ringbuffer.cpp Remove @threadsafety doc strings 2013-03-22 12:02:20 +01:00
ringbuffer.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
script.cpp Fix state file functionality. 2013-08-29 10:40:43 +02:00
script.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
scriptfunction.cpp Refactor AsyncTasks. 2013-03-25 17:36:15 +00:00
scriptfunction.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
scriptfunctionwrapper.cpp Fix compiler warning. 2013-07-31 08:29:45 +02:00
scriptfunctionwrapper.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
scriptinterpreter.cpp Refactor AsyncTasks. 2013-03-25 17:36:15 +00:00
scriptinterpreter.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
scriptlanguage.cpp Remove @threadsafety doc strings 2013-03-22 12:02:20 +01:00
scriptlanguage.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
scriptvariable.cpp Refactor how Application objects work. 2013-09-10 16:03:36 +02:00
scriptvariable.h Refactor how Application objects work. 2013-09-10 16:03:36 +02:00
singleton.h Windows build fix. 2013-03-18 22:40:40 +01:00
socket.cpp Windows build fix. 2013-04-19 15:28:34 +02:00
socket.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
stacktrace.cpp Refactor #includes (Part 2). 2013-03-16 21:18:53 +01:00
stacktrace.h Windows build fix. 2013-08-20 08:29:38 +02:00
stdiostream.cpp Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
stdiostream.h Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
stream.cpp stream: remove ReadLine maxLength 2013-07-04 09:41:51 +02:00
stream.h Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
stream_bio.cpp Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
stream_bio.h Refactored #includes (Part 6). 2013-03-18 19:02:42 +01:00
streamlogger.cpp Change log timestamp format. 2013-09-19 00:06:14 +02:00
streamlogger.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
sysloglogger.cpp Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
sysloglogger.h Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
tcpsocket.cpp Improve error messages for socket error. 2013-09-12 07:50:09 +02:00
tcpsocket.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
threadpool.cpp Fix lock contention in ThreadPool::Post. 2013-09-18 11:22:52 +02:00
threadpool.h Implement OS-specific support for thread names. 2013-08-30 10:19:32 +02:00
timer.cpp Implement OS-specific support for thread names. 2013-08-30 10:19:32 +02:00
timer.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
tlsstream.cpp Refactor ASSERT macro. 2013-08-28 08:18:58 +02:00
tlsstream.h Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
tlsutility.cpp Re-enable TLS compression (again). 2013-09-11 17:12:28 +02:00
tlsutility.h cluster: Send config updates. 2013-09-04 15:47:15 +02:00
unix.h Remove unused #include. 2013-04-08 09:49:53 +02:00
unixsocket.cpp Refactor #includes (Part 5). 2013-03-18 17:39:40 +01:00
unixsocket.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
utility.cpp cluster: Implement domain support. 2013-09-17 13:18:40 +02:00
utility.h cluster: Implement authority checks. 2013-09-12 10:04:04 +02:00
value.cpp Implement missing + operator for the Value class. 2013-08-19 08:53:59 +02:00
value.h Implement missing + operator for the Value class. 2013-08-19 08:53:59 +02:00
win32.h Fix string_iless performance issue. 2013-01-28 09:43:54 +01:00
workqueue.cpp base: Limit work queue size. 2013-09-21 17:53:14 +02:00
workqueue.h base: Limit work queue size. 2013-09-21 17:53:14 +02:00
zlibstream.cpp Remove debug code. 2013-09-03 14:10:57 +02:00
zlibstream.h cluster: Compress log files. 2013-09-03 14:05:03 +02:00