1. 21 Aug, 2015 1 commit
  2. 20 Aug, 2015 1 commit
  3. 19 Aug, 2015 2 commits
  4. 18 Aug, 2015 6 commits
  5. 17 Aug, 2015 16 commits
  6. 09 Aug, 2015 2 commits
  7. 08 Aug, 2015 3 commits
  8. 06 Aug, 2015 3 commits
  9. 05 Aug, 2015 1 commit
    • Marian Triebe's avatar
      Fix build on MSVC · 36077a3c
      Marian Triebe authored
      This commit includes a fix for `accept` of the socket API with MSVC.
      
      Examples are now working, but use the `trivial match case`, the `advanced
      match case` is not available on MSVC due to internal compiler errors.
      
      The `thread_local` keyword is used on MSVC and GCC, while Clang does not
      support it for now.
      
      This commit also fixes minor warnings with the MSVC compiler and removes
      the `pragma comment` for linking libraries with MSVC.
      36077a3c
  10. 03 Aug, 2015 4 commits
  11. 30 Jul, 2015 1 commit
    • Dominik Charousset's avatar
      Restore BASP to version 1 · 803e718d
      Dominik Charousset authored
      Since the future development of BASP is unclear at this time, it makes no sense
      to introduce breaking changes to the protocol that are likely to get broken
      again soon.
      803e718d