| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
2.10.19 2.10.20 2.10.21
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Second part (routing) is missing.
|
|
|
|
|
|
|
|
|
|
| |
application interface. The supported (or meant to be supported) events
and fields together with the eventgroups they are assigned to are
predefined by the configuration.
Changed signature of "set"-method from data vector to payload.
Added conveniance methods to the runtime class which allow to construct
payload objects from data given as byte array or vector.
|
|
|
| |
Fixed deserializing of byte arrays.
|
|
|
|
|
|
|
| |
Make serialize/deserialize-methods in entry_impl- and
option_impl-classes virtual as the base classes that contained the
virtual-specification in earlier versions do no longer exist.
Added show-method to serializer to facilitate analysis of serialization
problems.
|
|
|
|
|
|
|
|
|
|
|
| |
Added configuration files for testing TCP/UDP communication.
Replaced buffer queue handling by passing shared pointer to avoid buffer
overwrites.
Extended clients sample: Sending is now done in an extra thread as
sleeping in a callback is a bad idea if the client hosts the routing
manager ;-).
TODO: Re-enable Magic Cookies for TCP
Finalitze Service Discovery
|
|
|
| |
prevents the user from having to check against non-existing payload.
|
|
|
|
|
|
|
| |
Renamed exportmap to reflect the fact that it is gcc-specific.
Adapted cmake-file to use the export map for gcc (Linux) only.
Adapted name of IP-option implementations
Commented recursive lambda function as clang complains about it not
being initialized and might be right.
|
| |
|
| |
|
|
|