icinga2/lib/base
Gunnar Beutner 686191103f Fixed spelling mistake. 2013-02-09 18:43:11 +01:00
..
Makefile.am Implement Convert class, move existing type conversion functionality there 2013-01-29 12:05:46 +01:00
application.cpp Bugfix: Fixed incorrect variable name. 2013-02-08 10:30:32 +01:00
application.h Implement AsyncTask::Wait() and make completion callbacks optional. 2013-02-06 10:56:06 +01:00
asynctask.h Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +01:00
base.vcxproj Updated VS project files. 2013-01-29 15:47:38 +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 Throw exception in Utility::ToDouble/Utility::ToLong 2013-02-02 20:19:00 +01:00
convert.h Add some more missing files. 2013-01-29 15:47:38 +01:00
dictionary.cpp Make sure that unnamed items in a dictionary are always in the order they were inserted in. 2013-02-07 09:36:17 +01:00
dictionary.h Updated documentation. 2012-09-19 12:32:39 +02:00
dynamicobject.cpp Bugfix: Local events for changed attributes aren't processed at transaction commit time. 2013-02-08 23:40:28 +01:00
dynamicobject.h Bugfix: Local events for changed attributes aren't processed at transaction commit time. 2013-02-08 23:40:28 +01:00
dynamictype.cpp Use Host constructor/destructor/OnAttributeChange instead of OnCommitted/OnRemoved for Host->services 2013-02-08 21:05:08 +01:00
dynamictype.h Config: Warn about unknown attributes. 2013-02-01 14:11:22 +01:00
event.cpp Properly deal with time changes (2nd attempt). 2012-09-25 15:24:14 +02: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 Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +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.cpp Fixed spelling mistake. 2013-02-09 18:43:11 +01:00
process.h Updated doxygen documentation. 2012-09-17 13:35:55 +02: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
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
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 Use BOOST_THROW_EXCEPTION instead of boost::throw_exception() 2013-02-06 12:51:12 +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 Config: implement support for wildcard includes 2013-02-02 00:32:18 +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 bugfixes for Utility::DirName and Utility::Glob. 2013-02-09 10:43:11 +01:00
utility.h Implement AsyncTask::Wait() and make completion callbacks optional. 2013-02-06 10:56:06 +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