icinga2/lib/base
Gunnar Beutner fae83d2ef6 Fix symbol visibility issue for REGISTER_CONFIG_FRAGMENT(). 2013-03-15 12:27:03 +01:00
..
Makefile.am Fix --disable-shared 2013-03-15 11:21:16 +01:00
application.cpp Fix writing the PID file if there is no previous PID file. 2013-03-12 16:02:35 +01:00
application.h Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
array.cpp Implement proper support for JSON arrays. 2013-03-10 09:08:59 +01:00
array.h Implement proper support for JSON arrays. 2013-03-10 09:08:59 +01:00
asynctask.h Cleaned up VS project files. 2013-03-12 19:49:24 +01:00
attribute.cpp Check return values of SymGetLineFromAddr64 and SymFromAddr. 2013-03-07 16:00:10 +01:00
attribute.h Cleaned up VS project files. 2013-03-12 19:49:24 +01:00
base.vcxproj Cleaned up VS project files. 2013-03-12 19:49:24 +01:00
base.vcxproj.filters Windows build fix. 2013-03-12 15:35:51 +01:00
connection.cpp Refactored the socket classes. 2012-11-22 12:04:32 +01:00
connection.h Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
convert.cpp Implemented environment-based macros. 2013-02-09 23:02:33 +01:00
convert.h Implemented environment-based macros. 2013-02-09 23:02:33 +01:00
dictionary.cpp Remove support for anonymous dictionary items. 2013-03-14 12:40:02 +01:00
dictionary.h Remove support for anonymous dictionary items. 2013-03-14 12:40:02 +01:00
dynamicobject.cpp Fix --disable-shared 2013-03-15 11:21:16 +01:00
dynamicobject.h Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
dynamictype.cpp Check return values of SymGetLineFromAddr64 and SymFromAddr. 2013-03-07 16:00:10 +01:00
dynamictype.h Fix symbol visibility issue for REGISTER_CONFIG_FRAGMENT(). 2013-03-15 12:27:03 +01:00
eventqueue.cpp Fix: Only take one work item from the event queue per iteration. 2013-03-15 09:10:57 +01:00
eventqueue.h Fix: Only take one work item from the event queue per iteration. 2013-03-15 09:10:57 +01:00
exception.cpp XNU build fixes. 2013-03-14 15:14:07 +01:00
exception.h Windows build fix. 2013-03-11 14:08:55 +01:00
fifo.cpp Check return values of SymGetLineFromAddr64 and SymFromAddr. 2013-03-07 16:00:10 +01:00
fifo.h Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
i2-base.cpp Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
i2-base.h Fix --disable-shared 2013-03-15 11:21:16 +01:00
logger.cpp Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
logger.h Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
netstring.cpp Fine-grained locks (WIP, Part 1). 2013-02-17 19:14:34 +01:00
netstring.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
object.cpp Even more code refactoring. 2013-03-04 15:52:42 +01:00
object.h Implement proper support for JSON arrays. 2013-03-10 09:08:59 +01:00
objectlock.cpp Check return values of SymGetLineFromAddr64 and SymFromAddr. 2013-03-07 16:00:10 +01:00
objectlock.h Various bugfixes. 2013-03-06 11:04:20 +01:00
process-unix.cpp XNU build fixes. 2013-03-14 15:14:07 +01:00
process-windows.cpp Various bugfixes. 2013-03-06 11:04:20 +01:00
process.cpp Remove support for anonymous dictionary items. 2013-03-14 12:40:02 +01:00
process.h Various bugfixes. 2013-03-06 11:04:20 +01:00
qstring.cpp Implement attribute filters. 2013-03-10 15:11:32 +01:00
qstring.h Implement attribute filters. 2013-03-10 15:11:32 +01:00
registry.h Windows build fix. 2013-03-15 11:52:10 +01:00
ringbuffer.cpp Various bugfixes. 2013-03-06 11:04:20 +01:00
ringbuffer.h Various bugfixes. 2013-03-06 11:04:20 +01:00
script.cpp Even more code refactoring. 2013-03-04 15:52:42 +01:00
script.h Even more code refactoring. 2013-03-04 15:52:42 +01:00
scriptfunction.cpp Fix --disable-shared 2013-03-15 11:21:16 +01:00
scriptfunction.h Fix symbol visibility issue for REGISTER_CONFIG_FRAGMENT(). 2013-03-15 12:27:03 +01:00
scriptinterpreter.cpp Fix --disable-shared 2013-03-15 11:21:16 +01:00
scriptinterpreter.h Fine-grained locks (WIP, Part 1). 2013-02-17 19:14:34 +01:00
scriptlanguage.cpp Fine-grained locks (WIP, Part 1). 2013-02-17 19:14:34 +01:00
scriptlanguage.h Fine-grained locks (WIP, Part 1). 2013-02-17 19:14:34 +01:00
scripttask.cpp More lock refactoring. Yay. 2013-03-02 09:07:47 +01:00
scripttask.h Updated doxygen documentation. 2012-09-17 13:35:55 +02:00
singleton.h Fix --disable-shared 2013-03-15 11:21:16 +01:00
socket.cpp Windows build fix. 2013-03-11 14:08:55 +01:00
socket.h Add more information to exceptions. 2013-03-11 13:47:17 +01:00
stacktrace.cpp Add missing return value. 2013-03-09 12:57:07 +01:00
stacktrace.h Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
stdiostream.cpp Even more code refactoring. 2013-03-04 15:52:42 +01:00
stdiostream.h Fine-grained locks (WIP, Part 2). 2013-02-18 14:40:24 +01:00
stream.cpp Implement livestatus commands. 2013-03-10 05:10:51 +01:00
stream.h Implement livestatus commands. 2013-03-10 05:10:51 +01:00
stream_bio.cpp More lock refactoring. Yay. 2013-03-02 09:07:47 +01:00
stream_bio.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
streamlogger.cpp More lock refactoring. Yay. 2013-03-02 09:07:47 +01:00
streamlogger.h Use 'explicit' for constructors. 2013-03-14 23:52:52 +01:00
sysloglogger.cpp Fix compiler warnings on Windows. 2013-03-12 18:56:13 +01:00
sysloglogger.h Updated doxygen documentation. 2012-09-17 13:35:55 +02:00
tcpsocket.cpp Windows build fix. 2013-03-11 14:08:55 +01:00
tcpsocket.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
timer.cpp Check return values of SymGetLineFromAddr64 and SymFromAddr. 2013-03-07 16:00:10 +01:00
timer.h Even more code refactoring. 2013-03-04 15:52:42 +01:00
tlsstream.cpp Fix some deadlocks in the TlsStream class. 2013-03-12 11:56:14 +01:00
tlsstream.h Minor cleanups. 2012-11-23 11:04:08 +01:00
unix.h Fix symbol visibility issue for REGISTER_CONFIG_FRAGMENT(). 2013-03-15 12:27:03 +01:00
unixsocket.cpp Add more information to exceptions. 2013-03-11 13:47:17 +01:00
unixsocket.h Build fix for *NIX. 2012-11-23 12:34:06 +01:00
utility.cpp Eliminate the Component class. 2013-03-12 13:45:54 +01:00
utility.h Fix symbol visibility issue for REGISTER_CONFIG_FRAGMENT(). 2013-03-15 12:27:03 +01:00
value.cpp Implement proper support for JSON arrays. 2013-03-10 09:08:59 +01:00
value.h Fine-grained locks (WIP, Part 9). 2013-02-24 01:10:34 +01:00
win32.h Fix string_iless performance issue. 2013-01-28 09:43:54 +01:00