Gunnar Beutner
|
18bbde330c
|
Bugfixes for the AsyncTask class.
|
2012-07-15 17:15:49 +02:00 |
Gunnar Beutner
|
3e472012d1
|
Implemented exception support for AsyncTasks.
|
2012-07-15 10:58:03 +02:00 |
Gunnar Beutner
|
30aa16d9dc
|
Implemented script tasks.
|
2012-07-14 15:59:59 +02:00 |
Gunnar Beutner
|
eb2e4ac205
|
Bugfixes for the Process/AsyncTask classes.
|
2012-07-14 12:44:37 +02:00 |
Gunnar Beutner
|
1896ed356f
|
Removed unused ConfigObject methods.
|
2012-07-10 15:57:54 +02:00 |
Gunnar Beutner
|
60c4dce4dd
|
Added assert()s for some common thread-safety problems.
|
2012-07-10 13:00:53 +02:00 |
Gunnar Beutner
|
777f39c1ef
|
Renamed Dictionary::{Set,Get}Property -> Dictionary::{Set,Get}
|
2012-07-09 16:19:56 +02:00 |
Gunnar Beutner
|
d577406a66
|
Implemented ServiceStatusMessage class.
|
2012-07-03 10:41:25 +02:00 |
Gunnar Beutner
|
a7be3a40c9
|
Ignore remote object updates when local object is newer.
|
2012-07-02 19:25:33 +02:00 |
Gunnar Beutner
|
1db53b84e6
|
Bugfixes.
|
2012-07-02 14:43:51 +02:00 |
Gunnar Beutner
|
639d2e5be0
|
Removed the 'temporary' config keyword.
|
2012-07-02 12:57:45 +02:00 |
Gunnar Beutner
|
6ce38b1ad2
|
Renamed DictionaryIterator to Dictionary::Iterator.
|
2012-07-01 12:59:05 +02:00 |
Gunnar Beutner
|
5f0bec3936
|
Implemented compat module (WIP).
|
2012-06-27 18:43:34 +02:00 |
Gunnar Beutner
|
dbe48e501c
|
Use specific types (rather than Object::Ptr) for event handlers.
|
2012-06-16 13:09:17 +02:00 |
Gunnar Beutner
|
0bd5323629
|
Prefer boost::* over C++0x features.
|
2012-06-15 19:32:41 +02:00 |
Gunnar Beutner
|
31407fd07f
|
Implemented rudimentary service checks.
|
2012-06-13 13:43:12 +02:00 |
Gunnar Beutner
|
900e65d009
|
More bugfixes.
|
2012-06-12 11:24:02 +02:00 |
Gunnar Beutner
|
d45bcf99b1
|
Integrate libdyn with the configfile component.
|
2012-06-12 10:13:57 +02:00 |
Gunnar Beutner
|
33d67401b9
|
Use STL exceptions as far as possible.
|
2012-05-26 21:30:04 +02:00 |
Gunnar Beutner
|
04aaf2f354
|
Added preliminary version of the dynamic object framework.
|
2012-05-25 11:10:11 +02:00 |
Gunnar Beutner
|
d9b7debdcc
|
Cleaned up application initialization.
Made code documentation more doxygen-friendly.
Added doxygen config file.
|
2012-05-14 19:14:23 +02:00 |
Gunnar Beutner
|
f6dff42434
|
Fixed FSF address.
|
2012-05-11 13:33:57 +02:00 |
Gunnar Beutner
|
3214c29363
|
Added copyright headers.
Updated Debian build files.
|
2012-05-10 12:06:41 +02:00 |
Gunnar Beutner
|
18bffce0ed
|
Implemented message-based authorisation checks.
|
2012-05-09 10:16:31 +02:00 |
Gunnar Beutner
|
7e4788720d
|
Bugfix: Exception for invalid messages wasn't properly dealt with.
|
2012-04-30 08:22:30 +02:00 |
Gunnar Beutner
|
21ef4836ee
|
Implement SSL support.
|
2012-04-24 14:02:15 +02:00 |
Gunnar Beutner
|
69c30c264a
|
Code cleanup
|
2012-04-22 16:45:31 +02:00 |
Gunnar Beutner
|
51b3fe14e7
|
Added 'replicated' property for config objects.
|
2012-04-20 14:22:50 +02:00 |
Gunnar Beutner
|
b1256d9fe9
|
Cleaned up message classes.
|
2012-04-20 13:51:39 +02:00 |
Gunnar Beutner
|
7474b63dff
|
Refactored messaging system.
|
2012-04-18 15:22:25 +02:00 |
Gunnar Beutner
|
261329e483
|
Implemented outbound JSON-RPC client connections.
Made socket error handling more robust.
|
2012-04-04 12:36:23 +02:00 |
Gunnar Beutner
|
c3142ed593
|
Refactored config handling to support observing individual config object types more easily.
|
2012-04-04 10:04:38 +02:00 |
Gunnar Beutner
|
66fdf079fa
|
Removed custom new_object function.
|
2012-04-03 15:16:11 +02:00 |
Gunnar Beutner
|
7c5d29bbc9
|
Renamed RefType/WeakRefType typedefs to Ptr/WeakPtr
|
2012-04-02 20:50:35 +02:00 |
Gunnar Beutner
|
eb34b40d40
|
Refactored config object handling.
|
2012-04-01 19:32:41 +02:00 |
Gunnar Beutner
|
43b38f5a85
|
Fixed compilation errors with automake/gcc
|
2012-04-01 10:18:29 +02:00 |
Gunnar Beutner
|
5273e09d24
|
Added support for configuration and loadable components.
|
2012-03-31 15:18:30 +02:00 |