.. |
Makefile.am
|
Implement Convert class, move existing type conversion functionality there
|
2013-01-29 12:05:46 +01:00 |
application.cpp
|
Use boost::program_options to parse arguments.
|
2013-02-02 23:22:27 +01:00 |
application.h
|
Use boost::program_options to parse arguments.
|
2013-02-02 23:22:27 +01:00 |
asynctask.h
|
Implement support for time periods.
|
2013-01-21 13:47:36 +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
|
Implemented the #library directive and fixed loading icinga.dll on Windows.
|
2013-01-17 15:05:34 +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
|
Updated documentation.
|
2012-09-19 12:32:39 +02:00 |
dictionary.h
|
Updated documentation.
|
2012-09-19 12:32:39 +02:00 |
dynamicobject.cpp
|
Implemented --version and made --help output prettier.
|
2013-02-03 01:21:11 +01:00 |
dynamicobject.h
|
Implement type keyword in the config compiler
|
2013-02-02 14:28:11 +01:00 |
dynamictype.cpp
|
Config: Warn about unknown attributes.
|
2013-02-01 14:11:22 +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
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +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::program_options to parse arguments.
|
2013-02-02 23:22:27 +01:00 |
logger.cpp
|
Use boost::program_options to parse arguments.
|
2013-02-02 23:22:27 +01:00 |
logger.h
|
Fixed more doxygen warnings.
|
2012-09-17 14:47:43 +02:00 |
netstring.cpp
|
Bugfix: Loading state files was broken.
|
2013-01-30 10:53:06 +01:00 |
netstring.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
object.cpp
|
Implemented DynamicType support.
|
2012-12-04 08:42:24 +01:00 |
object.h
|
Implemented DynamicType support.
|
2012-12-04 08:42:24 +01:00 |
process.cpp
|
Removed ::Sleep and implemented Utility::Sleep.
|
2012-09-25 15:41:43 +02: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
|
Implemented command pipe (sort of).
|
2013-01-21 13:08:08 +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
|
Fixed some more compiler warnings (when using -Wall).
|
2013-02-01 19:02:07 +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
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
tcpsocket.h
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
timer.cpp
|
Properly deal with time changes (2nd attempt).
|
2012-09-25 15:24:14 +02:00 |
timer.h
|
Detect local time changes.
|
2012-09-25 14:03:41 +02:00 |
tlsstream.cpp
|
Fixed some more compiler warnings (when using -Wall).
|
2013-02-01 19:02:07 +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
|
Fixed compiler warnings (-Wextra).
|
2013-02-02 22:13:54 +01:00 |
unixsocket.h
|
Build fix for *NIX.
|
2012-11-23 12:34:06 +01:00 |
utility.cpp
|
Bugfix: Make sure Utility::Glob return false if no matching files were found.
|
2013-02-03 01:30:19 +01:00 |
utility.h
|
Added missing const qualifiers.
|
2013-02-02 09:19:49 +01:00 |
value.cpp
|
Validate config objects before trying to activate them.
|
2013-02-05 13:06:42 +01:00 |
value.h
|
Renamed 'doc' to 'docs'.
|
2012-09-07 10:27:31 +02:00 |
win32.h
|
Fix string_iless performance issue.
|
2013-01-28 09:43:54 +01:00 |