- 24 Jan, 2018 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 22 Jan, 2018 2 commits
-
-
Dominik Charousset authored
Replace throw with CAF_RAISE_ERROR
-
Joseph Noir authored
-
- 20 Jan, 2018 1 commit
-
-
Dominik Charousset authored
-
- 19 Jan, 2018 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 17 Jan, 2018 1 commit
-
-
Dominik Charousset authored
-
- 10 Jan, 2018 2 commits
-
-
Dominik Charousset authored
Fix UDP unit tests on Windows
-
Joseph Noir authored
-
- 03 Jan, 2018 1 commit
-
-
Dominik Charousset authored
-
- 31 Dec, 2017 2 commits
-
-
Dominik Charousset authored
Fix build for mingw (mxe)
-
rkfg authored
-
- 30 Dec, 2017 1 commit
-
-
Dominik Charousset authored
Fix build of OpenCL module under windows
-
- 29 Dec, 2017 1 commit
-
-
Marian Triebe authored
closes #644
-
- 25 Dec, 2017 4 commits
-
-
Dominik Charousset authored
Add templated put/get registry methods
-
Dominik Charousset authored
Fix build on msvc
-
Marian Triebe authored
-
rkfg authored
-
- 24 Dec, 2017 3 commits
-
-
Dominik Charousset authored
Fix asio multiplexer compilation with UDP
-
Dominik Charousset authored
Fix build with logging enabled
-
Marian Triebe authored
-
- 23 Dec, 2017 2 commits
-
-
Joseph Noir authored
Although this allows compilation of the asio multiplexer with UDP it does not enable to use UDP with the multiplexer. The related stubs will throw runtime errors when called.
-
Dominik Charousset authored
Add basic UDP support
-
- 21 Dec, 2017 4 commits
-
-
Dominik Charousset authored
Fix compatible problems with ASIO in boost 1.66
-
Dominik Charousset authored
Fix caf::io::remote_actor free function
-
rkfg authored
-
ufownl authored
-
- 18 Dec, 2017 2 commits
-
-
Marian Triebe authored
relates #633.
-
Dominik Charousset authored
-
- 13 Dec, 2017 1 commit
-
-
Joseph Noir authored
This commit adds basic support for UDP to CAF. It includes a new datagram servant for the multiplexer, associated handles, message types and tests. CAF messages sent via UDP are delivered in order but unreliably. The receive buffer has a size of 65k which should enable CAF to receive all regular datagrams. Currently, messages that are bigger than the MTU will be fragmented by IP. Message slicing and optional reliability are planned for the future.
-
- 11 Dec, 2017 1 commit
-
-
Dominik Charousset authored
Fix build with OpenSSL <= 1.0.1
-
- 10 Dec, 2017 1 commit
-
-
Marian Triebe authored
closes #629
-
- 09 Dec, 2017 1 commit
-
-
Dominik Charousset authored
Fix build on MSVC 15.5.0.
-
- 08 Dec, 2017 1 commit
-
-
Dmitry Fedin authored
Fixed problem with C1903 error in static_assert, used in constructor with variadic template arguments All static assertions are moved to destructor to avoid ifdef magic for MSVC
-
- 29 Nov, 2017 2 commits
-
-
Dominik Charousset authored
Fix unit tests with OpenSSL 1.1.0
-
Joseph Noir authored
-
- 18 Nov, 2017 1 commit
-
-
Marian Triebe authored
With OpenSSL 1.1.0 a security level specifier was introduced. By default its set to 1. Our default settings does not fulfill level 1. With this patch we don't use a specific curve anymore. OpenSSL will select a curve automatically. In OpenSSL 1.1.0 and higher this is already the default. closes #625
-
- 14 Nov, 2017 1 commit
-
-
Dominik Charousset authored
-