eboasson

Results 26 issues of eboasson

Currently any valid QoS value is accepted by the implementation, regardless of whether it actually implements the behaviour. The result is confusion ... It would be much better to reject...

enhancement

Path traversed by a message/sample, annotated with memory allocation activity (the "local subscription bypass" skips straight from ``write_sample_gc`` to ``rhc_store``, which is a bit of a lie when you look...

RT WG

Client requests and service responses are serialized by prefixing the serialization of the actual content of the request/response by a request id consisting of the local instance handle of the...

This bumps the CI platforms. That in turn causes some trouble with (in particular) gcc and macOS.

Building for the libfuzzer, afl and honggfuzz engines works fine when linked as C, but the centipede fuzzer runs into link errors because it needs the C++ standard library.

This adds Cyclone's "ignore local" QoS setting to the C++ API. Fixes #139. Something strikes me as odd, and that's that adding a very simple QoS policy to what is...

E.g.: the IDL4-to-C++11 language mapping says > [6.31.3] > The constructor which “accepts values for each struct member in the order they are specified in IDL” also accepts, as its...

It completely ignores any array dimensions specified in a union case, e.g.: ``` union U switch(boolean) { case true: long a[2]; }; struct S { U u; }; #pragma keylist...

This takes the change for `PACKET_DESTINATION_INFO` from #2045 and bundles it with an improvement to the interface of `ddsrt_recvmsg`. Closes #2027