Gunnar Beutner
|
48485c5f26
|
More lock refactoring. Yay.
|
2013-03-02 09:07:47 +01:00 |
Gunnar Beutner
|
572a477da3
|
Refactored object locking code.
|
2013-03-01 12:07:52 +01:00 |
Gunnar Beutner
|
e9648f35bc
|
Make the services/notifications caches thread safe.
Send notifications based on the notification_interval setting.
|
2013-02-27 12:44:51 +01:00 |
Gunnar Beutner
|
45f8bfb730
|
Checker: Use Ptrs rather than WeakPtrs.
Fixes #3732
|
2013-02-26 10:58:32 +01:00 |
Gunnar Beutner
|
35c79a76c1
|
Make attribute lookups O(1).
|
2013-02-26 10:13:54 +01:00 |
Gunnar Beutner
|
2ef255b9f6
|
Fine-grained locks (WIP, Part 9).
|
2013-02-24 01:10:34 +01:00 |
Gunnar Beutner
|
404b1807e6
|
Removed PCH support (as it's clearly not working properly).
|
2013-02-22 08:12:43 +01:00 |
Gunnar Beutner
|
5e91f6c54d
|
Fine-grained locks (WIP, Part 7).
|
2013-02-20 19:52:25 +01:00 |
Gunnar Beutner
|
997ca3a77a
|
Fine-grained locks (WIP, Part 6).
|
2013-02-19 23:02:08 +01:00 |
Gunnar Beutner
|
1daeb8c010
|
Fine-grained locks (WIP, Part 5).
|
2013-02-19 12:17:31 +01:00 |
Gunnar Beutner
|
ecc95b3dc0
|
Fine-grained locks (WIP, Part 4).
|
2013-02-19 07:26:52 +01:00 |
Gunnar Beutner
|
3dace35cf1
|
Fine-grained locks (WIP, Part 3).
|
2013-02-18 23:44:24 +01:00 |
Gunnar Beutner
|
a4c7052a6e
|
Fine-grained locks (WIP, Part 2).
|
2013-02-18 14:40:24 +01:00 |
Gunnar Beutner
|
c63c28dd9c
|
Fine-grained locks (WIP, Part 1).
|
2013-02-17 19:14:34 +01:00 |
Gunnar Beutner
|
74b122d430
|
Implemented the 'Script' type.
|
2013-02-14 14:58:26 +01:00 |
Gunnar Beutner
|
2501ff805a
|
Remove Host::OnInitCompleted and clean up the classes' constructors.
Fixes #3678
|
2013-02-11 14:01:52 +01:00 |
Gunnar Beutner
|
6c23481a55
|
Bugfix: Local events for changed attributes aren't processed at transaction commit time.
Fixes #3605
|
2013-02-08 23:40:28 +01:00 |
Gunnar Beutner
|
580f2e1fcc
|
Use Host constructor/destructor/OnAttributeChange instead of OnCommitted/OnRemoved for Host->services
Fixes #3612
|
2013-02-08 21:05:08 +01:00 |
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 |