Gunnar Beutner
|
b887f14d96
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
Fixes #3636
|
2013-02-06 12:51:12 +01:00 |
Gunnar Beutner
|
5774792a23
|
Implemented --version and made --help output prettier.
|
2013-02-03 01:21:11 +01:00 |
Gunnar Beutner
|
b74c2c8a68
|
Removed the old-style validation code.
|
2013-02-02 20:03:30 +01:00 |
Gunnar Beutner
|
33aba14197
|
Implement type keyword in the config compiler
Fixes #3616
|
2013-02-02 14:28:11 +01:00 |
Gunnar Beutner
|
ee6ba4e5e9
|
Bug: clearing attributes should only reset their value and tx rather than deleting them entirely
Fixes #3604
|
2013-02-01 19:01:51 +01:00 |
Gunnar Beutner
|
f5a3dc4d84
|
Config: Warn about unknown attributes.
|
2013-02-01 14:11:22 +01:00 |
Gunnar Beutner
|
e928b1fabf
|
Bugfix: Missing parent object causes assert in ReplicationComponent::Stop
Fixes #3601
|
2013-02-01 11:46:52 +01:00 |
Gunnar Beutner
|
c9bcc5c8bd
|
Bugfix: Loading state files was broken.
Fixes #3562
|
2013-01-30 10:53:06 +01:00 |
Gunnar Beutner
|
2e78899347
|
Implement statistics for passive service checks.
|
2013-01-28 09:01:47 +01:00 |
Gunnar Beutner
|
9413466cef
|
Disallow DynamicObject::Set() for config variables.
Fixes #3573
|
2013-01-25 10:12:55 +01:00 |
Gunnar Beutner
|
51bad2d2a6
|
Fix: DynamicObject::Unregister() failed to unregister objects.
|
2013-01-18 09:55:05 +01:00 |
Gunnar Beutner
|
747e3e7de8
|
Fixed bug with invalid type in state files.
|
2013-01-17 15:03:44 +01:00 |
Gunnar Beutner
|
ea115a2c8c
|
Fixed DynamicObject::DumpObjects().
|
2012-12-04 15:41:07 +01:00 |
Gunnar Beutner
|
28e58df3aa
|
Removed obsolete comment.
|
2012-12-04 15:37:41 +01:00 |
Gunnar Beutner
|
83772d4386
|
Implemented DynamicType support.
Fixes #3477
|
2012-12-04 08:42:24 +01:00 |
Gunnar Beutner
|
334bfe388a
|
Implemented the StdioStream and UnixSocket classes.
|
2012-11-23 11:03:33 +01:00 |
Gunnar Beutner
|
321d66023f
|
Refactored the socket classes.
|
2012-11-22 12:04:32 +01:00 |
Gunnar Beutner
|
e57bf22d82
|
Fix: Renaming temp files didn't work on Windows.
Fixes #3216
|
2012-10-17 11:35:06 +02:00 |
Gunnar Beutner
|
ec0e319d8a
|
Don't write local-only objects to the state file.
|
2012-10-12 10:16:03 +02:00 |
Gunnar Beutner
|
e55aa712b5
|
Made IComponent::GetConfig() usable in IComponent::Start().
Fixes #3200
|
2012-09-28 10:40:12 +02:00 |
Gunnar Beutner
|
97829fbfcd
|
Cleaned up the code a bit.
|
2012-09-21 09:43:06 +02:00 |
Gunnar Beutner
|
ff0af9d65e
|
Fixed more doxygen warnings.
|
2012-09-17 14:47:43 +02:00 |
Gunnar Beutner
|
9bc93ce4a9
|
Renamed 'doc' to 'docs'.
Moved Doxygen files to docs/.
Removed cJSON directory.
Moved libraries into lib/.
Renamed 'config' to 'm4'.
Renamed 'dyn' library to 'config'.
|
2012-09-07 10:27:31 +02:00 |