1. 26 Oct, 2017 3 commits
  2. 25 Oct, 2017 1 commit
  3. 01 Sep, 2017 1 commit
  4. 21 Aug, 2017 1 commit
  5. 14 Apr, 2017 1 commit
  6. 24 Nov, 2016 1 commit
  7. 25 Sep, 2016 1 commit
  8. 23 Sep, 2016 1 commit
  9. 17 Sep, 2016 1 commit
  10. 16 Jun, 2016 1 commit
  11. 01 Jun, 2016 1 commit
  12. 14 May, 2016 1 commit
  13. 25 Apr, 2016 2 commits
  14. 21 Apr, 2016 1 commit
  15. 19 Mar, 2016 2 commits
  16. 18 Feb, 2016 1 commit
  17. 06 Feb, 2016 1 commit
    • Michael's avatar
      remove c++11 requirement and -Werror=sign-compare · 56efddd1
      Michael authored
      used static_cast<signed int> around WSA_WAIT_FAILED as it is an unsigned implicitly defined as (0xFFFFFFFF ion winbase.h) and causes a comparison error.
      
      removed use of c++11 style initialiser list for 'sockaddr addr { 0 }' and changed it to 'sockaddr addr = { 0 }'
      56efddd1
  18. 03 Feb, 2016 1 commit
    • Ilya Kulakov's avatar
      Make VMCI to work on Windows. · 538e5d47
      Ilya Kulakov authored
      select was improved to support multiple service providers on Windows.
      it should be slightly faster because of optimized iteration
      over selected sockets.
      538e5d47
  19. 28 Jan, 2016 1 commit
  20. 02 Jun, 2015 1 commit
  21. 22 Jan, 2015 1 commit
  22. 16 Sep, 2014 1 commit
    • Huu Nguyen's avatar
      Fix non-constant-expression narrowing · 5642366f
      Huu Nguyen authored
      For OS X, the microseconds field is implemented as an int type. The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: non-constant-expression cannot be narrowed from type 'long' to '__darwin_suseconds_t' (aka 'int') in initializer list [-Wc++11-narrowing]".
      
      Tested on Clang 5.1.0 and Mac OS X 10.9.4.
      5642366f
  23. 02 Jul, 2014 1 commit
  24. 02 Jan, 2014 1 commit
  25. 07 Nov, 2013 2 commits
  26. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  27. 13 Nov, 2012 1 commit
  28. 01 Nov, 2011 1 commit
  29. 31 Oct, 2011 1 commit
  30. 24 Jul, 2011 1 commit
  31. 18 Jun, 2011 1 commit
  32. 13 Jun, 2011 1 commit
  33. 12 Jun, 2011 1 commit
  34. 15 May, 2011 1 commit
  35. 02 Mar, 2011 1 commit