1. 22 Jan, 2018 2 commits
  2. 20 Jan, 2018 1 commit
  3. 19 Jan, 2018 2 commits
  4. 17 Jan, 2018 1 commit
  5. 10 Jan, 2018 2 commits
  6. 03 Jan, 2018 1 commit
  7. 31 Dec, 2017 2 commits
  8. 30 Dec, 2017 1 commit
  9. 29 Dec, 2017 1 commit
  10. 25 Dec, 2017 4 commits
  11. 24 Dec, 2017 3 commits
  12. 23 Dec, 2017 2 commits
  13. 21 Dec, 2017 4 commits
  14. 18 Dec, 2017 2 commits
  15. 13 Dec, 2017 1 commit
    • Joseph Noir's avatar
      Add basic UDP support · 42dcb781
      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.
      42dcb781
  16. 11 Dec, 2017 1 commit
  17. 10 Dec, 2017 1 commit
  18. 09 Dec, 2017 1 commit
  19. 08 Dec, 2017 1 commit
    • Dmitry Fedin's avatar
      Fix build on MSVC 15.5.0. · 9a16436d
      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
      9a16436d
  20. 29 Nov, 2017 2 commits
  21. 18 Nov, 2017 1 commit
    • Marian Triebe's avatar
      Fix unit tests with OpenSSL 1.1.0 · 96803c60
      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
      96803c60
  22. 14 Nov, 2017 2 commits
  23. 09 Nov, 2017 1 commit
  24. 08 Nov, 2017 1 commit