1. 10 Jan, 2018 2 commits
  2. 03 Jan, 2018 1 commit
  3. 31 Dec, 2017 2 commits
  4. 30 Dec, 2017 1 commit
  5. 29 Dec, 2017 1 commit
  6. 25 Dec, 2017 4 commits
  7. 24 Dec, 2017 3 commits
  8. 23 Dec, 2017 2 commits
  9. 21 Dec, 2017 4 commits
  10. 18 Dec, 2017 2 commits
  11. 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
  12. 11 Dec, 2017 1 commit
  13. 10 Dec, 2017 1 commit
  14. 09 Dec, 2017 1 commit
  15. 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
  16. 29 Nov, 2017 2 commits
  17. 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
  18. 14 Nov, 2017 2 commits
  19. 09 Nov, 2017 1 commit
  20. 08 Nov, 2017 1 commit
  21. 07 Nov, 2017 2 commits
  22. 01 Nov, 2017 1 commit
  23. 30 Oct, 2017 1 commit
  24. 29 Oct, 2017 2 commits