icinga2/lib/base
Gunnar Beutner 74b122d430 Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
..
Makefile.am Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
application.cpp Implement global mutex (for use by scripting languages). 2013-02-14 10:55:47 +01:00
application.h Implement global mutex (for use by scripting languages). 2013-02-14 10:55:47 +01:00
asynctask.h Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
base.vcxproj Refactor the Process class. Remove the Windows implementation for now. 2013-02-13 11:39:24 +01:00
base.vcxproj.filters Updated VS project files. 2013-01-29 15:47:38 +01:00
component.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
component.h Made IComponent::GetConfig() usable in IComponent::Start(). 2012-09-28 10:40:12 +02:00
connection.cpp Refactored the socket classes. 2012-11-22 12:04:32 +01:00
connection.h Refactored the socket classes. 2012-11-22 12:04:32 +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 Implemented environment-based macros. 2013-02-09 23:02:33 +01:00
dictionary.h Updated documentation. 2012-09-19 12:32:39 +02:00
dynamicobject.cpp Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
dynamicobject.h Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
dynamictype.cpp Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
dynamictype.h Config: Warn about unknown attributes. 2013-02-01 14:11:22 +01:00
event.cpp Implement global mutex (for use by scripting languages). 2013-02-14 10:55:47 +01:00
event.h Properly deal with time changes (2nd attempt). 2012-09-25 15:24:14 +02:00
exception.cpp Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
exception.h Fix: Added missing DLL exports for Windows. 2012-10-17 12:03:07 +02:00
fifo.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
fifo.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
i2-base.cpp Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
i2-base.h Basic support for other scripting languages. 2013-02-14 12:02:02 +01:00
logger.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
logger.h Fixed more doxygen warnings. 2012-09-17 14:47:43 +02:00
netstring.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
netstring.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
object.cpp Windows: Fixed crash in Object::~Object(). 2013-02-07 22:13:34 +01:00
object.h Windows: Fixed crash in Object::~Object(). 2013-02-07 22:13:34 +01:00
process-unix.cpp Use #if rather than #ifdef to check HAVE_* macros. 2013-02-14 10:55:15 +01:00
process-windows.cpp Cleaned up the Process class. 2013-02-13 11:48:19 +01:00
process.cpp Implemented dictionary support for commands. 2013-02-13 20:08:09 +01:00
process.h Implemented dictionary support for commands. 2013-02-13 20:08:09 +01:00
qstring.cpp Implement Convert class, move existing type conversion functionality there 2013-01-29 12:05:46 +01:00
qstring.h Implement Convert class, move existing type conversion functionality there 2013-01-29 12:05:46 +01:00
ringbuffer.cpp Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
ringbuffer.h Updated doxygen documentation. 2012-09-17 13:35:55 +02:00
script.cpp Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
script.h Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
scriptfunction.cpp Fixed building with --disable-shared. 2013-01-30 23:52:11 +01:00
scriptfunction.h Fixed building with --disable-shared. 2013-01-30 23:52:11 +01:00
scriptinterpreter.cpp Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
scriptinterpreter.h Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
scriptlanguage.cpp Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
scriptlanguage.h Implemented the 'Script' type. 2013-02-14 14:58:26 +01:00
scripttask.cpp Added missing GPL header in scripttask.cpp. 2012-09-25 15:46:24 +02:00
scripttask.h Updated doxygen documentation. 2012-09-17 13:35:55 +02:00
socket.cpp Refactor the FD_CLOEXEC/O_NONBLOCK code. 2013-02-13 13:03:21 +01:00
socket.h Implemented the StdioStream and UnixSocket classes. 2012-11-23 11:03:33 +01:00
stdiostream.cpp Added some more code documentation. 2012-11-26 08:29:26 +01:00
stdiostream.h Implemented the StdioStream and UnixSocket classes. 2012-11-23 11:03:33 +01:00
stream.cpp Refactored the socket classes. 2012-11-22 12:04:32 +01:00
stream.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
stream_bio.cpp Fixed compiler warnings (-Wextra). 2013-02-02 22:13:54 +01:00
stream_bio.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
streamlogger.cpp Flush logger stream after writing 'clear color' ANSI code. 2013-02-08 09:40:19 +01:00
streamlogger.h Implemented colored log messages. 2013-02-01 14:12:24 +01:00
sysloglogger.cpp Updated doxygen documentation. 2012-09-17 13:35:55 +02:00
sysloglogger.h Updated doxygen documentation. 2012-09-17 13:35:55 +02:00
tcpsocket.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
tcpsocket.h Refactored the socket classes. 2012-11-22 12:04:32 +01:00
timer.cpp Made the debug log level slightly less spammy. 2013-02-09 10:55:54 +01:00
timer.h Detect local time changes. 2012-09-25 14:03:41 +02:00
tlsstream.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
tlsstream.h Minor cleanups. 2012-11-23 11:04:08 +01:00
unix.h Use -fvisibility=hidden when it's available. 2013-02-14 10:53:34 +01:00
unixsocket.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
unixsocket.h Build fix for *NIX. 2012-11-23 12:34:06 +01:00
utility.cpp Windows build fix. 2013-02-14 10:59:01 +01:00
utility.h Refactor the FD_CLOEXEC/O_NONBLOCK code. 2013-02-13 13:03:21 +01:00
value.cpp Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
value.h Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
win32.h Fix string_iless performance issue. 2013-01-28 09:43:54 +01:00